Back to Models
Kimi K2.6
사용 가능kimi-k2.6Moonshot
Technical Specifications
컨텍스트 길이262K tokens
최대 출력131K tokens
최저 입력 가격$0.76/1M tokens
최저 출력 가격$3.20/1M tokens
Capabilities
chatcodefunction_callingvision
가격
입력$0.76/1M
출력$3.20/1M
캐시$0.13/1M
Code Examples
curl https://api.tokligence.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, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Kimi K2.6?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.