jishie

Qwen2.5-VL 72B Instruct

llmgateway/qwen2-5-vl-72b-instruct · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimage.

$0.38Blended $/1M (3:1)
$0.25Input $/1M
$0.75Output $/1M
$1.001M in + 1M out
Cache read $/1M
#1877 of 5,000Cheapest rank
Provider
LLM Gateway (llmgateway)
Context
32,000 tokens
Max output
8,192 tokens
Capabilities
toolstextimage

Same model, other providers

“Qwen2.5-VL 72B Instruct” is offered by 3 providers — cheapest-effective first. This one (LLM Gateway) is the cheapest.

ProviderInputOutputBlendedContext
LLM Gateway (this)$0.25$0.75$0.3832k
Alibaba (China)$2.294$6.881$3.44131k
Alibaba$2.8$8.4$4.20131k

Call it

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

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

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