Frontier open-weights model for coding, reasoning, and long context.
Input / 1M
$3.00
Output / 1M
$15.00
Context
1M
Published evaluation scores (higher is better). Measured output speed on our fleet, Standard tier.
SWE-bench Verified
71.8%
Real GitHub issues
GPQA Diamond
75.7%
PhD-level science
MMLU Pro
82.1%
Knowledge & reasoning
AIME 2025
90.2%
Competition math
IFEval
89.5%
Instruction following
Output speed
96
tok/s on runaii
Requests to runaii/kimi-k3 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/kimi-k3",
"messages": [{"role": "user", "content": "Say hello in Spanish"}]
}'