kimi-k2-instruct
Kimi · Per Token
kimi-k2-instructAvailable⚡Cache 77% offChatTool UseJSON ModeContext Window: 131KMax Output Tokens: 16K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.60 | $0.42 |
| Output | $2.50 | $1.75 |
| Cache Read | $0.14 | $0.14 |
Parameters
Context Window
131K tokens
Max Output Tokens
16K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Cost Calculator
1M
0.5M
Estimated Monthly Cost$1.29
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "kimi-k2-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does kimi-k2-instruct cost?
On LemonData, kimi-k2-instruct costs $0.4200 per 1M input tokens and $1.7500 per 1M output tokens, which is up to 30% off the official pricing.
What is kimi-k2-instruct best for?
kimi-k2-instruct excels at Chat, Tool Use, JSON Mode. Access it through LemonData's unified API with a single API key.
How to use kimi-k2-instruct API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.