Meta
7 params
Meta Llama 4 Maverick 17B 128E Instruct FP8 parameters
These are the parameters modelparams.dev tracks for Meta Llama 4 Maverick 17B 128E Instruct FP8. 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 output tokens the model may generate. | — |
Sampling
4 params
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Temperature
temperature
|
number | — | Controls randomness. Lower values make outputs more focused; higher values make them more varied. | — |
|
Top P
top_p
|
number | — | Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability. | — |
|
Top K
top_k
|
integer | — | Limits generation to the selected number of highest-probability tokens. | — |
|
Repetition penalty
repetition_penalty
|
number | — | Penalizes tokens that have already appeared to reduce repetition in the output. | — |
Tools
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Tool choice
tool_choice
|
enum (auto | none | required) | — | Controls whether the model may call tools, must call one, or skips tool calls. | — |
Output
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Response format
response_format.type
|
enum (text | json_schema) | "text" | Controls whether the model returns normal text or a schema-constrained JSON object. | — |
Meta Llama 4 Maverick 17B 128E Instruct FP8 API parameters in brief
Meta Llama 4 Maverick 17B 128E Instruct FP8 documents 7 API parameters, grouped by what they control:
-
Length:
max_completion_tokensminimum 1. -
Sampling:
temperature;top_p;top_k;repetition_penalty. -
Tools:
tool_choiceaccepts "auto", "none", "required". -
Output:
response_format.typedefaults to "text", accepts "text", "json_schema".
Frequently asked questions
- How many parameters does Meta Llama 4 Maverick 17B 128E Instruct FP8 accept?
- Meta Llama 4 Maverick 17B 128E Instruct FP8 accepts 7 API parameters: max_completion_tokens, temperature, top_p, top_k, repetition_penalty, response_format.type, and more.