Moonshot AI
3 params
Moonshot AI Kimi K3 parameters
These are the parameters modelparams.dev tracks for Moonshot AI Kimi K3. 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.
Length
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Max completion tokens
max_completion_tokens
|
integer (1…+∞) | — | Maximum number of tokens to generate in the chat completion. | — |
Reasoning
1 param
| 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. | — |
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 documents 3 API parameters, grouped by what they control:
-
Length:
max_completion_tokensminimum 1. -
Reasoning:
thinking.typeaccepts "enabled", "disabled". -
Output:
response_format.typedefaults to "text", accepts "text", "json_object", "json_schema".
Frequently asked questions
- How many parameters does Moonshot AI Kimi K3 accept?
- Moonshot AI Kimi K3 accepts 3 API parameters: max_completion_tokens, thinking.type, response_format.type.