Moonshot AI Kimi K3 API parameters
These are the API parameters modelparams.dev tracks for Moonshot AI Kimi K3 on Chat Completions with an API key — the settings you send in a request. Each row gives the type, default, valid range or values, and the conditions that gate it. It's the same data the JSON API serves.
After the parameter count instead — how many weights Kimi K3 has? That's a different number, and we don't track it. Here's the difference.
Length
2 params
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Max completion tokens
max_completion_tokens
|
integer (1…+∞) | — | Maximum number of tokens to generate in the chat completion. | — |
|
Stop sequence
stop
|
string | — | Stops generation when this sequence is produced. Moonshot accepts up to 5 sequences of at most 32 bytes each. | — |
Reasoning
2 params
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Thinking mode
thinking.type
|
enum (enabled | disabled) | — | Controls whether Kimi reasons step by step before answering, or responds directly when set to disabled. | — |
|
Reasoning effort
reasoning_effort
|
enum (low | high | max) | "max" | Controls how much reasoning Kimi performs before answering. Thinking is always on for this model, so it cannot be turned off. | — |
Tools
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Tool choice
tool_choice
|
enum (auto | none | required) | "auto" | Controls tool calling: auto lets the model decide, none blocks tool calls, and required forces one. | — |
Output
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Response format
response_format.type
|
enum (text | json_object | json_schema) | "text" | Forces the response into plain text, a JSON object, or JSON matching a provided schema. | — |
Moonshot AI Kimi K3 API parameters in brief
Moonshot AI Kimi K3 on Chat Completions documents 6 API parameters, grouped by what they control:
-
Length:
max_completion_tokensminimum 1;stop. -
Reasoning:
thinking.typeaccepts "enabled", "disabled";reasoning_effortdefaults to "max", accepts "low", "high", "max". -
Tools:
tool_choicedefaults to "auto", accepts "auto", "none", "required". -
Output:
response_format.typedefaults to "text", accepts "text", "json_object", "json_schema".
Frequently asked questions
- Which API parameters does Moonshot AI Kimi K3 support?
- Moonshot AI Kimi K3 accepts 6 API parameters in the request body: max_completion_tokens, stop, thinking.type, reasoning_effort, response_format.type, tool_choice.
Resources
Other Moonshot AI models
Kimi K2.5
7 params
View
Kimi K2.6
8 params
View
Kimi K2.6
Subscription
4 params
View
Kimi K2.7 Code
7 params
View
Kimi K2.7 Code
Subscription
3 params
View
Kimi K2.7 Code Highspeed
7 params
View
Kimi K2.7 Code Highspeed
Subscription
3 params
View
Moonshot v1 128K
11 params
View
Moonshot v1 32K
11 params
View
Moonshot v1 8K
11 params
View