Kimi K3
Moonshot's flagship: 2.8T params, 1M context, cache hit drops input to $0.30. Alternative to Sonnet 5.
moonshot/kimi-k3
- Context
- 1M tokens
- Completion cap
- —
- Tools
- Yes
- JSON
- No
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshot/kimi-k3",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Kimi K3?
- Moonshot's flagship: 2.8T params, 1M context, cache hit drops input to $0.30. Alternative to Sonnet 5. Kimi K3 runs on the Geek Hub API (OpenAI-compatible). Model id: moonshot/kimi-k3.
- Is Kimi K3 free?
- No. Input is $3.2702 per 1M tokens and output is $16.3509 per 1M tokens on Geek Hub (markup included).
- What is the context length of Kimi K3?
- Kimi K3 has a 1M tokens context window.
- Does Kimi K3 support tool calling and structured outputs?
- Kimi K3 accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.