Kimi K3 API
Complete API reference for Kimi K3 LLM models powered by Moonshot AI.
Model Variants
This API supports one model variant:
Quick Comparison
Kimi K3 Text to Text
Endpoint
http
Request Parameters
Required
Message Support
Optional
Example Request
javascript
Response Format
Kimi K3 returns OpenAI-compatible completion responses. With stream: true, the response is Server-Sent Events; with stream: false, the response is a single JSON object.
Best Practices
- Kimi K3 currently supports text-only input through this route.
- Use concise system instructions for task-specific behavior.
- Tune
top_konly when you need stricter or more varied output.