Vision Languagetextimagevideo
Kimi K2.6
Moonshot AI 通用多模态模型,支持 262K 上下文、长程编程、自我纠错、推理和工具调用。
Input
Top p
01
Reasoning
Temperature
02
Max completion tokens
1262144
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "kimi-k2.6",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'