Last refreshed 2026-04-27. 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 8 providers to find the best fit for your use caseInput / 1M
$0.60
Output / 1M
$3.00
Cache
Not sourced
Batch
Not sourced
Setup recipe
Python + curlInstall
pip install replicateAuth
export REPLICATE_API_TOKEN=...Call
import replicate
output = replicate.run(
"kimi-k2-5",
input={"prompt": "Hello"}Model ID
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) |
|---|---|---|
| Fireworks AI | $0.60 | $3.00 |
| OpenRouter | $0.44 | $2.00 |
| Together AI | $0.50 | $2.80 |
| Fireworks AI | $0.99 | $4.94 |
| NVIDIA NIM | — | — |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.60 |
| Output tokens | $3.00 |
Capabilities
Function CallingStructured Outputs
About Kimi K2.5
Moonshot Kimi K2.5 available on AWS Bedrock
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 256,000 token context window on Replicate API.
How does Replicate API compare to other Kimi K2.5 providers?
Kimi K2.5 is available from 8 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 open source under MIT according to the seed data.
Get Started
Model Specs
Released2026-03-15
Parameters1T (MoE, 384 experts)
Context256K
ArchitectureMixture of Experts