jishie

Qwen3-VL Plus

merge-gateway/qwen/qwen3-vl-plus · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtextimage.

$0.47Blended $/1M (3:1)
$0.143Input $/1M
$1.434Output $/1M
$1.581M in + 1M out
$0.0286 −80%Cache read $/1M
#2143 of 5,000Cheapest rank
Provider
Merge Gateway (merge-gateway)
Context
262,144 tokens
Max output
65,536 tokens
Capabilities
toolsreasoningtextimage

Same model, other providers

“Qwen3-VL Plus” is offered by 4 providers — cheapest-effective first. This one (Merge Gateway) is the cheapest.

ProviderInputOutputBlendedContext
Merge Gateway (this)$0.143$1.434$0.47262k
Alibaba (China)$0.143353$1.433525$0.47262k
LLM Gateway$0.2$1.6$0.55262k
Alibaba$0.2$1.6$0.55262k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Merge Gateway and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3-vl-plus","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):