Last refreshed 2026-06-15. Next refresh: weekly.
Why use Kimi K2 Instruct on Together AI?
Together AI offers Kimi K2 Instruct with pay-as-you-go pricing at $1.20/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 Instruct across 5 providers to find the best fit for your use caseSetup recipe
Python + curlpip install togetherexport TOGETHER_API_KEY=...from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="kimi-k2-instruct",kimi-k2-instructRequest example
from together import Together
client = Together() # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
model="kimi-k2-instruct",
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 Instruct Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Fireworks AI | $0.60 | $2.50 |
| Together AI | $1.20 | $4.50 |
| NVIDIA NIM | — | — |
| Vercel AI Gateway | $0.57 | $2.30 |
| Novita AI | $0.57 | $2.30 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $1.20 |
| Output tokens | $4.50 |
Capabilities
About Kimi K2 Instruct
Kimi K2 Instruct is an instruction-tuned language model from Moonshot AI, available via Fireworks AI.
FAQ
What does Kimi K2 Instruct cost on Together AI?
On Together AI, Kimi K2 Instruct costs $1.20 per 1M input tokens and $4.50 per 1M output tokens.
What is the context window for Kimi K2 Instruct on Together AI?
Kimi K2 Instruct supports a 131k token context window on Together AI.
How does Together AI compare to other Kimi K2 Instruct providers?
Kimi K2 Instruct is available from 5 providers. The cheapest input pricing is $0.57/1M tokens from Vercel AI Gateway.
Who created Kimi K2 Instruct?
Kimi K2 Instruct was created by Moonshot AI as part of the Kimi K2 model family.
Is Kimi K2 Instruct open source?
Kimi K2 Instruct is open source under MIT according to the seed data.