jishie

Qwen3.6 35B-A3B

llmgateway/qwen3.6-35b-a3b · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtextimagevideoaudio.

$0.56Blended $/1M (3:1)
$0.248Input $/1M
$1.485Output $/1M
$1.731M in + 1M out
Cache read $/1M
#2420 of 5,000Cheapest rank
Provider
LLM Gateway (llmgateway)
Context
262,144 tokens
Max output
65,536 tokens
Capabilities
toolsreasoningtextimagevideoaudio

Same model, other providers

“Qwen3.6 35B-A3B” is offered by 9 providers — cheapest-effective first. QVAC is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
QVACfreefree$0.00262k
SaladCloud AI Gateway$0.09$0.6$0.22262k
AKI.IO$0.15$0.5$0.24256k
Zenifra$0.19$0.48$0.26262k
Cortecs$0.167$0.557$0.26262k
Hugging Face$0.15$0.95$0.35262k
Pioneer$0.14$1$0.35262k
Kilo Gateway$0.15$1$0.36262k
LLM Gateway (this)$0.248$1.485$0.56262k

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":"qwen3.6-35b-a3b","messages":[{"role":"user","content":"hello"}]}'

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