Kimi K2 0905

Model details

Kimi K2 0905

Model
moonshotai/kimi-k2-0905
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
No
Context window
256,000
Max tokens
128,000
Cost / million input
$0.6
Cost / million output
$2.5
Cost / million cache read
$0.3
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "moonshotai/kimi-k2-0905",
          "name": "Kimi K2 0905",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 256000,
          "maxTokens": 128000,
          "cost": {
            "input": 0.6,
            "output": 2.5,
            "cacheRead": 0.3,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}