GPT OSS 120BFreeMiễn phí

openai/gpt-oss-120b

OpenAI GPT OSS model with ~3000 tokens/sec inference speed via Cerebras, optimized for real-time coding assistance and efficient reasoning across science, math, and coding applications

Upstream Providers
ZDR only
cerebras-byok
In$0Out$0TTFT10msTPS3000.0 tps
No ZDRToolsReasoning
cerebras
In$0.35Out$0.75TTFT10msTPS3000.0 tps
No ZDRToolsReasoning
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-oss-120b",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "openai/gpt-oss-120b",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.