GPT-OSS 20BFreeMiễn phí

openai/gpt-oss-20b

OpenAI's open-weight model designed for powerful reasoning, agentic tasks, and versatile developer use cases - optimized for lower latency and specialized use-cases at the edge

Upstream Providers
ZDR only
huggingface-byok
In$0Out$0TTFTTPS
No ZDRTools
deepinfra
In$0.03Out$0.14TTFT200msTPS120.0 tps
No ZDRTools
cloudflare
In$0.20Out$0.30TTFT180msTPS150.0 tps
ZDRTools
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-20b",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "openai/gpt-oss-20b",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

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