novita
moonshotai/kimi-k2.6
Context
256K
Input
text, image
Output
text
Tool calling
Supported
About this model
Kimi-K2.6 is an open-source native multimodal agentic model developed by Moonshot AI, supporting long-horizon coding capabilities and agentic task orchestration scaling to 300 sub-agents.
Capabilities
text
Available through the unified API
image
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "03cf49f843a443e88aaa00cc542c6e54",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
03cf49f843a443e88aaa00cc542c6e54
Input
$0.800 / 1M
Output
$3.400 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.800 / 1M |
| Output tokens | $3.400 / 1M |
Performance
Published evaluation results associated with this model.
Coding
SWE-Bench Verified80.2
LiveCodeBench v689.6
Agentic
HLE-Full w/ tools54
OSWorld-Verified73.1
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "03cf49f843a443e88aaa00cc542c6e54",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'