Kimi K2 Turbo

Model details

Kimi K2 Turbo

Model
moonshotai/kimi-k2-turbo
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
No
Context window
256,000
Max tokens
16,384
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-turbo",
          "name": "Kimi K2 Turbo",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 256000,
          "maxTokens": 16384,
          "cost": {
            "input": 1.15,
            "output": 8,
            "cacheRead": 0.15,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}