Last refreshed 2026-06-04. Next refresh: weekly.
Why use Kimi K2.5 on Replicate API?
Replicate API offers Kimi K2.5 with pay-as-you-go pricing at $0.60/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.
Compare Kimi K2.5 across 10 providers to find the best fit for your use caseSetup recipe
Python + curlpip install replicateexport REPLICATE_API_TOKEN=...import replicate
output = replicate.run(
"kimi-k2-5",
input={"prompt": "Hello"}kimi-k2-5Request example
import replicate
# reads REPLICATE_API_TOKEN from env
# kimi-k2-5 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
"kimi-k2-5",
input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))Gotchas
- Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.
- The examples expect REPLICATE_API_TOKEN; rename it only if your application config maps the new variable.
Compare Kimi K2.5 Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Cloudflare Workers AI | — | — |
| Fireworks AI | $0.60 | $3.00 |
| OpenRouter | $0.44 | $2.00 |
| Together AI | $0.50 | $2.80 |
| NVIDIA NIM | — | — |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.60 |
| Output tokens | $3.00 |
Capabilities
About Kimi K2.5
Kimi K2.5 is Moonshot AI's Kimi model focused on code generation and software engineering. It offers a 256K-token context window and scores 87.9 on GPQA.
FAQ
What does Kimi K2.5 cost on Replicate API?
On Replicate API, Kimi K2.5 costs $0.60 per 1M input tokens and $3.00 per 1M output tokens.
What is the context window for Kimi K2.5 on Replicate API?
Kimi K2.5 supports a 256k token context window on Replicate API.
How does Replicate API compare to other Kimi K2.5 providers?
Kimi K2.5 is available from 10 providers. The cheapest input pricing is $0.44/1M tokens from OpenRouter.
Who created Kimi K2.5?
Kimi K2.5 was created by Moonshot AI as part of the Kimi model family.
Is Kimi K2.5 open source?
Kimi K2.5 is not open source; the seed data lists it as proprietary.