jishie

Qwen3-32B

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

$0.13Blended $/1M (3:1)
$0.09Input $/1M
$0.25Output $/1M
$0.341M in + 1M out
Cache read $/1M
#897 of 5,000Cheapest rank
Provider
OVHcloud AI Endpoints (ovhcloud)
Context
32,768 tokens
Max output
32,768 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“Qwen3-32B” is offered by 3 providers — cheapest-effective first. iFlow is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
iFlowfreefree$0.00128k
OVHcloud AI Endpoints (this)$0.09$0.25$0.1333k
Nebius Token Factory$0.1$0.3$0.15128k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at OVHcloud AI Endpoints 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):