kimi-k2.5
ollama-cloud/kimi-k2.5 · family kimi-k2 · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Ollama Cloud’s docs for per-unit rates.
- Provider
- Ollama Cloud (
ollama-cloud) - Kind
- text (outputs text)
- Context
- 262,144 tokens
- Max output
- 262,144 tokens
- Capabilities
- tools reasoning text image
Same model, other providers
“kimi-k2.5” is offered by 5 providers — cheapest-effective first. Tencent Coding Plan (China) is the cheapest at $0.00 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Tencent Coding Plan (China) | free | free | $0.00 | 262k |
| Poe | $0.6 | $3 | $1.20 | 128k |
| Hugging Face | $0.6 | $3 | $1.20 | 262k |
| FrogBot | $0.6 | $3 | $1.20 | 256k |
| Ollama Cloud (this) | — | — | — | 262k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at Ollama Cloud and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"kimi-k2.5","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):