jishie

gpt-oss-120b

nebius/openai/gpt-oss-120b · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtext.

$0.26Blended $/1M (3:1)
$0.15Input $/1M
$0.6Output $/1M
$0.751M in + 1M out
$0.015 −90%Cache read $/1M
#1515 of 5,000Cheapest rank
Provider
Nebius Token Factory (nebius)
Context
128,000 tokens
Max output
8,192 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“gpt-oss-120b” is offered by 9 providers — cheapest-effective first. Nvidia is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Nvidiafreefree$0.00128k
Privatemode AIfreefree$0.00128k
Weights & Biases$0.03$0.17$0.07131k
OVHcloud AI Endpoints$0.09$0.47$0.18131k
Nebius Token Factory (this)$0.15$0.6$0.26128k
Amazon Bedrock$0.15$0.6$0.26128k
Amazon Bedrock$0.15$0.6$0.26128k
Tinfoil$0.15$0.6$0.26131k
Berget.AI$0.22$0.83$0.37128k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Nebius Token Factory and pass this model id:

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

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