jishie

Qwen3.7 Max

modelis/qwen/qwen3.7-max · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtext.

$4.50Blended $/1M (3:1)
$3Input $/1M
$9Output $/1M
$12.001M in + 1M out
Cache read $/1M
#4833 of 5,000Cheapest rank
Provider
Modelis (modelis)
Context
1,000,000 tokens
Max output
65,536 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“Qwen3.7 Max” is offered by 9 providers — cheapest-effective first. Alibaba Token Plan is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Alibaba Token Planfreefree$0.001000k
Alibaba Token Plan (China)freefree$0.001000k
Merge Gateway$0.825$2.4755$1.241000k
LLM Gateway$1.25$3.75$1.881000k
Pioneer$1.25$3.75$1.881000k
Together AI$1.25$3.75$1.881000k
Kilo Gateway$1.25$3.75$1.881000k
OpenRouter$1.475$4.425$2.211000k
Modelis (this)$3$9$4.501000k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Modelis 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.7-max","messages":[{"role":"user","content":"hello"}]}'

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