llmgateway/qwen2-5-vl-72b-instruct · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimage.
llmgateway)“Qwen2.5-VL 72B Instruct” is offered by 3 providers — cheapest-effective first. This one (LLM Gateway) is the cheapest.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| LLM Gateway (this) | $0.25 | $0.75 | $0.38 | 32k |
| Alibaba (China) | $2.294 | $6.881 | $3.44 | 131k |
| Alibaba | $2.8 | $8.4 | $4.20 | 131k |
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):