Kimi K2 Thinking Turbo

Model details

Kimi K2 Thinking Turbo

Model
moonshotai/kimi-k2-thinking-turbo
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
Yes
Context window
262,114
Max tokens
262,114
Cost / million input
$1.15
Cost / million output
$8
Cost / million cache read
$0.15
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "moonshotai/kimi-k2-thinking-turbo",
          "name": "Kimi K2 Thinking Turbo",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 262114,
          "maxTokens": 262114,
          "cost": {
            "input": 1.15,
            "output": 8,
            "cacheRead": 0.15,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}