Moonshot-30% FuturMix listed price

Kimi K2.6 API

Moonshot's long-context reasoning model

Overview

Kimi K2.6 from Moonshot excels at long-context understanding and reasoning tasks, with strong performance on document analysis and complex multi-step instructions.

Use Cases

  • Long document analysis
  • Complex reasoning
  • Multi-step instructions
  • Research synthesis

Model Details

Provider
Moonshot
Model ID
Kimi-K2.6
Context Window
128K tokens
Compatible APIs
openai

Code Examples

curl -X POST "https://futurmix.ai/v1/chat/completions" \
  -H "Authorization: Bearer $FUTURMIX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Kimi-K2.6",
    "messages": [
      {
        "role": "system",
        "content": "You are a concise assistant."
      },
      {
        "role": "user",
        "content": "Write a short launch announcement for a new AI API platform."
      }
    ],
    "temperature": 0.7,
    "max_tokens": 512,
    "top_p": 0.95,
    "stream": false
  }'
Base URL: https://futurmix.ai/v1Endpoints: /chat/completions/responses/models

Related Models

Start using Kimi K2.6 today

Top up from $10, create an API key, and start making requests.