Kimi K2.5 Turbo (firepass)

Model details

Kimi K2.5 Turbo (firepass)

Model
accounts/fireworks/routers/kimi-k2p5-turbo
Provider
fireworks
API
anthropic-messages
Base URL
https://api.fireworks.ai/inference
Input
text, image
Reasoning
Yes
Context window
256,000
Max tokens
256,000
Cost / million input
$0
Cost / million output
$0
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "fireworks": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "accounts/fireworks/routers/kimi-k2p5-turbo",
          "name": "Kimi K2.5 Turbo (firepass)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 256000,
          "maxTokens": 256000,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://api.fireworks.ai/inference"
    }
  }
}