Ultra-fast multimodal workhorse for chat, extraction, and routing.
Input / 1M
$0.15
Cached input / 1M
$0.030
Output / 1M
$0.50
Context
1M
Published evaluation scores (higher is better). Measured output speed on our fleet, Standard tier.
SWE-bench Verified
61%
Real GitHub issues
GPQA Diamond
68.3%
PhD-level science
MMLU Pro
78.4%
Knowledge & reasoning
AIME 2025
84.5%
Competition math
IFEval
88.9%
Instruction following
Output speed
412
tok/s on runaii
Requests to runaii/glm-5.3-flash 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-flash",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'