← Model library

OpenAI gpt-oss-20b

Small open-weights model for classification and routing.

Try in Playground

Input / 1M

$0.05

Output / 1M

$0.20

Context

131K

LLMopenaiServerless

Ways to serve this model

Live model traffic — last 24h

Requests to runaii/gpt-oss-20b across the fleet, from the live meter.

Requests

Tokens

Spend

Quickstart

OpenAI SDK (change the base URL) or the Anthropic SDK — both speak runaii.cloud natively.

curl https://api.runaii.cloud/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $RUNAII_API_KEY" \
  -d '{
    "model": "runaii/gpt-oss-20b",
    "messages": [{"role": "user", "content": "Say hello in Spanish"}]
  }'
liveMaking request