Moonshot AI (Kimi) / moonshot/kimi-k3
Kimi K3 - access through LLMTR
Moonshot AI Kimi K3 is the current flagship Kimi model for long-context analysis, multi-step agent workflows and visual understanding. It supports a 1,048,576-token context window, image input (base64 data URLs), function calling, JSON output and automatic prompt caching. Thinking is on by default and can be turned off with reasoning:false in the request body or the :fast model suffix. Sampling parameters are fixed (temperature=1, top_p=0.95); tool_choice accepts auto, none or required. Web search is not supported on this model. Pricing is $0.30/1M cached input, $3.00/1M cache-miss input and $15.00/1M output. Reasoning tokens are billed as output; keep max_tokens generous even for short answers.
Technical specifications
| Canonical ID | moonshot/kimi-k3 |
|---|---|
| Provider | Moonshot AI (Kimi) |
| Context window | 1,048,576 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $3.00 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.300000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $15.00 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"moonshot/kimi-k3","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Kimi K2.7 Code moonshot/kimi-k2.7-code
- Kimi K2.6 moonshot/kimi-k2.6
- Kimi K2.5 moonshot/kimi-k2.5
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8