Back to Models

Kimi K2.6

Đang hoạt động
kimi-k2.6

Moonshot

Technical Specifications

Độ dài ngữ cảnh262K tokens
Đầu ra tối đa131K tokens
Giá đầu vào thấp nhất$0.76/1M tokens
Giá đầu ra thấp nhất$3.20/1M tokens

Capabilities

chatcodefunction_callingvision

Giá

Đầu vào$0.76/1M
Đầu ra$3.20/1M
Bộ nhớ đệm$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.