Context
1M
Input
text, image, video
Output
text
Tool calling
Supported
About this model
Kimi’s most capable flagship model to date, with 2.8 trillion parameters. Built for frontier intelligence scenarios including long-horizon coding, knowledge work, and reasoning. The world’s first open-source model in the 3-trillion-parameter class.
Input modalities
text
Accepted as model input
image
Accepted as model input
video
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$3.000 / 1M tokens
Output tokens
$15.000 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $3.000 / 1M tokens |
| Output tokens | $15.000 / 1M tokens |
| Cached input tokens | $0.300 / 1M tokens |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/Kimi-K3",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'