Frontier agentic model. Top-tier coding, tool use, and long-context reasoning.
Input / 1M
$1.40
Cached input / 1M
$0.260
Output / 1M
$4.40
Context
1M
Published evaluation scores (higher is better). Measured output speed on our fleet, Standard tier.
SWE-bench Verified
74.2%
Real GitHub issues
GPQA Diamond
79.1%
PhD-level science
MMLU Pro
84.6%
Knowledge & reasoning
AIME 2025
93.8%
Competition math
IFEval
91.2%
Instruction following
Output speed
118
tok/s on runaii
Requests to runaii/glm-5.3 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/glm-5.3",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'