OpenAI model API

gpt-oss-120b

Call gpt-oss-120b through RelayRouter’s OpenAI-compatible endpoint with metered credits and route failover.

Context window

131,072 tokens

Published maximum context configured for this route.

Input price

0.0370 credits / 1M

Metered input-token rate before account-specific billing rules.

Output price

0.1700 credits / 1M

Metered generated-token rate before account-specific billing rules.

Route health

98.36%

98.36% observed request success. Historical performance is not a future uptime guarantee.

OpenAI-compatible request

curl https://relayrouter.org/v1/chat/completions \
  -H "Authorization: Bearer rr_live_••••" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-oss-120b","messages":[{"role":"user","content":"Hello"}]}'
Read migration guide