jishie

Qwen3 32B

deepinfra/Qwen/Qwen3-32B · family qwen · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtext.

$0.13Blended $/1M (3:1)
$0.08Input $/1M
$0.28Output $/1M
$0.361M in + 1M out
Cache read $/1M
#900 of 5,000Cheapest rank
Provider
Deep Infra (deepinfra)
Context
40,960 tokens
Max output
16,384 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“Qwen3 32B” is offered by 9 providers — cheapest-effective first. This one (Deep Infra) is the cheapest.

ProviderInputOutputBlendedContext
Deep Infra (this)$0.08$0.28$0.1341k
OpenRouter$0.08$0.28$0.13131k
Abacus$0.09$0.29$0.14131k
Cortecs$0.099$0.299$0.1540k
LLM Gateway$0.1$0.3$0.1541k
Kilo Gateway$0.104$0.416$0.1841k
NovitaAI$0.1$0.45$0.1941k
Jiekou.AI$0.1$0.45$0.1941k
Merge Gateway$0.15$0.6$0.26131k

Call it

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

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