---
title: "Kimi K2.5"
description: "Visual agentic coding and multi-step tool use. API identifier kimi-k2.5, 262,144-token context window"
canonical: "https://inference.boundless.network/models/kimi-k2.5"
---

# Kimi K2.5

Visual agentic coding and multi-step tool use.

| | |
| --- | --- |
| API identifier | `kimi-k2.5` |
| Developer | Moonshot AI |
| Context window | 262,144 tokens |
| Supports | text, reasoning, tool-use, image input, vision |
| Status | Serving |

## Rates

US dollars per 1M tokens, on-demand tier.

| Input | Cached input | Output |
| --- | --- | --- |
| $0.45 | $0.07 | $2.25 |

## Call it

Put `kimi-k2.5` in the `model` field. The same request works against the Anthropic Messages API — see [API Compatibility](https://inference.boundless.network/docs/api-compatibility).

```bash
curl https://api.inference.boundless.network/v1/chat/completions \
  -H "Authorization: Bearer $BOUNDLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.5",
    "messages": [{
      "content": "Say hello",
      "role": "user"
    }]
  }'
```

Every model we serve is listed at [Models](https://inference.boundless.network/models); the rate card in full is on [Pricing](https://inference.boundless.network/docs/pricing).
