kimi-k2-preview
Kimi · Per Token
kimi-k2-previewAvailable⚡Cache 75% offChatTool UsePreviewContext Window: 131KMax Output Tokens: 16K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.55 | $0.385 |
| Output | $2.20 | $1.54 |
| 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.16
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-preview",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does kimi-k2-preview cost?
On LemonData, kimi-k2-preview costs $0.3850 per 1M input tokens and $1.5400 per 1M output tokens, which is up to 30% off the official pricing.
What is kimi-k2-preview best for?
kimi-k2-preview excels at Chat, Tool Use, Preview. Access it through LemonData's unified API with a single API key.
How to use kimi-k2-preview API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.