jishie

Qwen3 32B

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

$0.15Blended $/1M (3:1)
$0.099Input $/1M
$0.299Output $/1M
$0.401M in + 1M out
Cache read $/1M
#983 of 5,000Cheapest rank
Provider
Cortecs (cortecs)
Context
40,000 tokens
Max output
40,000 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“Qwen3 32B” is offered by 9 providers — cheapest-effective first. OpenRouter is the cheapest at $0.13 blended.

ProviderInputOutputBlendedContext
OpenRouter$0.08$0.28$0.13131k
Deep Infra$0.08$0.28$0.1341k
Abacus$0.09$0.29$0.14131k
Cortecs (this)$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 Cortecs and pass this model id:

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

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