Kimi K2.5

Models

Model details

Kimi K2.5

Model
moonshotai/Kimi-K2.5
Provider
together
API
openai-completions
Base URL
https://api.together.ai/v1
Input
text, image
Reasoning
Yes
Context window
262,144
Max tokens
262,144
Cost / million input
$0.5
Cost / million output
$2.8
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "together": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "moonshotai/Kimi-K2.5",
          "name": "Kimi K2.5",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 262144,
          "maxTokens": 262144,
          "cost": {
            "input": 0.5,
            "output": 2.8,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "compat": {
            "supportsStore": false,
            "supportsDeveloperRole": false,
            "supportsReasoningEffort": false,
            "maxTokensField": "max_tokens",
            "supportsStrictMode": false,
            "supportsLongCacheRetention": false,
            "thinkingFormat": "together"
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://api.together.ai/v1"
    }
  }
}