Opencode Go Grok 4.6 (subscription) API parameters
These are the API parameters modelparams.dev tracks for Opencode Go Grok 4.6 on Responses API through a subscription — 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 Grok 4.6 has? That's a different number, and we don't track it. Here's the difference.
Length
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Max output tokens
max_output_tokens
|
integer (16…+∞) | — | Maximum number of tokens to generate in the response, including any hidden reasoning tokens. | — |
Sampling
2 params
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Temperature
temperature
|
number (0…2 step 0.1) | — | Controls randomness. Lower values make outputs more focused; higher values make them more varied. | — |
|
Top P
top_p
|
number (0.01…1 step 0.01) | — | Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability. | — |
Opencode Go Grok 4.6 API parameters in brief
Opencode Go Grok 4.6 on Responses API via subscription documents 3 API parameters, grouped by what they control:
-
Length:
max_output_tokensminimum 16. -
Sampling:
temperaturerange 0–2;top_prange 0.01–1.
Frequently asked questions
- Which API parameters does Opencode Go Grok 4.6 (subscription) support?
- Opencode Go Grok 4.6 (subscription) accepts 3 API parameters in the request body: max_output_tokens, temperature, top_p.