OpenAI's open-weights 120B MoE. Efficient reasoning per dollar.
Input / 1M
$0.15
Output / 1M
$0.60
Context
131K
Published evaluation scores (higher is better). Measured output speed on our fleet, Standard tier.
SWE-bench Verified
62.4%
Real GitHub issues
GPQA Diamond
71.2%
PhD-level science
MMLU Pro
80.9%
Knowledge & reasoning
AIME 2025
88.6%
Competition math
IFEval
89.8%
Instruction following
Output speed
260
tok/s on runaii
Requests to runaii/gpt-oss-120b across the fleet, from the live meter.
Requests
…
Tokens
…
Spend
…
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-120b",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'