Last refreshed 2026-05-11. Next refresh: weekly.
Why use Kimi K2.5 on Together AI?
Together AI offers Kimi K2.5 with pay-as-you-go pricing at $0.50/1M input tokens. Together AI is a platform for running open-source and proprietary LLMs with fast serverless and dedicated endpoints at competitive inference pricing.
Compare Kimi K2.5 across 8 providers to find the best fit for your use caseInput / 1M
$0.50
Output / 1M
$2.80
Cache
Not sourced
Batch
Not sourced
Setup recipe
Python + curlInstall
pip install togetherAuth
export TOGETHER_API_KEY=...Call
from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="kimi-k2-5",Model ID
kimi-k2-5Request example
from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="kimi-k2-5",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Together uses "organization/model-name" format, e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct" or "Qwen/QwQ-32B". See the Together model catalog for the exact ID.
- The examples expect TOGETHER_API_KEY; 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.50 |
| Output tokens | $2.80 |
Capabilities
Function CallingStructured Outputs
About Kimi K2.5
Moonshot Kimi K2.5 available on AWS Bedrock
FAQ
What does Kimi K2.5 cost on Together AI?
On Together AI, Kimi K2.5 costs $0.5 per 1M input tokens and $2.8 per 1M output tokens.
What is the context window for Kimi K2.5 on Together AI?
Kimi K2.5 supports a 256,000 token context window on Together AI.
How does Together AI 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