Back to Models
Qwen3 VL 8B
qwenqwen/qwen3-vl-8b
Qwen3 VL 8B — compact vision-language model for image understanding tasks.
Context Length
33K
Max Output
8K
Input Price
$0.084/ 1M tokens
Output Price
$0.252/ 1M tokens
Modalities
textimage→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.084 / 1M tokens |
| Output | $0.252 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_pstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "qwen/qwen3-vl-8b",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'