changelog / post
Kimi K3 available on Baseten
You can start sending requests to Kimi K3 today through our Model APIs by calling the OpenAI-compatible endpoint with your Baseten API key. For larger workloads, dedicated deployments are available.
Kimi K3 is Moonshot AI's latest open-weights model, available on Baseten from day 0 with a 1M-token context window and tool calling. Kimi K3 runs on the Baseten Inference Stack.
curl -X POST https://inference.baseten.co/v1/chat/completions \
-H "Authorization: Bearer $BASETEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/Kimi-K3",
"messages": [{"role": "user", "content": "Summarize the main argument in this paper"}]
}'For more information and to get started, see our docs.