Context
128K
Input
text, image
Output
text
Tool calling
Supported
About this model
Kimi-K2-0905 is a 72B-parameter multimodal language model optimized for long-context understanding and complex reasoning. Features enhanced multilingual capabilities, advanced tool usage, and strong performance in mathematical and logical reasoning tasks with extended context handling.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.600 / 1M tokens
Output tokens
$2.500 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.600 / 1M tokens |
| Output tokens | $2.500 / 1M tokens |
Performance
Published evaluation results associated with this model.
Long-Context Understanding
NeedleInAHaystack98.7
LongBench86.4
Scrolls82.9
Reasoning
GSM8K89.7
ARC-Challenge87.3
BBH76.8
TheoremQA67.5
Multilingual
XTREME81.5
Flores-20076.2
CMMLU84.9
JiaoZi82.7
Coding
HumanEval72.4
MBPP76.8
MultiPL-E70.3
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/Kimi-K2-0905",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'