Meta
9 params
Meta Muse Spark 1.2 Contributor API parameters
These are the API parameters modelparams.dev tracks for Meta Muse Spark 1.2 Contributor — 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 Muse Spark 1.2 Contributor 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 completion tokens
max_completion_tokens
|
integer (1…+∞) | — | Maximum number of output tokens the model may generate. | — |
Sampling
5 params
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Temperature
temperature
|
number (0…2 step 0.1) | 1 | Controls randomness; use this or Top P, but not both. |
Not when top_p ≠ 1
|
|
Top P
top_p
|
number (0.01…1 step 0.01) | 1 | Controls nucleus sampling; use this or Temperature, but not both. |
Not when temperature ≠ 1
|
|
Frequency penalty
frequency_penalty
|
number (-2…2 step 0.1) | 0 | Penalizes tokens in proportion to how often they have appeared, reducing repetition. | — |
|
Presence penalty
presence_penalty
|
number (-2…2 step 0.1) | 0 | Penalizes tokens that have already appeared, encouraging new topics. | — |
|
Random seed
seed
|
integer | — | Requests best-effort deterministic sampling for repeated requests. | — |
Reasoning
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Reasoning effort
reasoning_effort
|
enum (minimal | low | medium | high | xhigh) | — | Controls how much reasoning the model should perform before producing an answer. | — |
Output
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Response format
response_format.type
|
enum (text | json_object | json_schema) | "text" | Controls whether the model returns text, JSON, or schema-constrained JSON. | — |
Metadata
1 param
| Parameter | Type | Default | Description | Condition |
|---|---|---|---|---|
|
Prompt cache retention
prompt_cache_retention
|
enum (in_memory | 24h) | — | Controls whether the prompt cache stays in memory or persists for up to 24 hours. | — |
Meta Muse Spark 1.2 Contributor API parameters in brief
Meta Muse Spark 1.2 Contributor documents 9 API parameters, grouped by what they control:
-
Length:
max_completion_tokensminimum 1. -
Sampling:
temperaturedefaults to 1, range 0–2, not when top_p ≠ 1;top_pdefaults to 1, range 0.01–1, not when temperature ≠ 1;frequency_penaltydefaults to 0, range -2–2;presence_penaltydefaults to 0, range -2–2;seed. -
Reasoning:
reasoning_effortaccepts "minimal", "low", "medium", "high", "xhigh". -
Output:
response_format.typedefaults to "text", accepts "text", "json_object", "json_schema". -
Metadata:
prompt_cache_retentionaccepts "in_memory", "24h".
Frequently asked questions
- Which API parameters does Meta Muse Spark 1.2 Contributor support?
- Meta Muse Spark 1.2 Contributor accepts 9 API parameters in the request body: max_completion_tokens, reasoning_effort, temperature, top_p, frequency_penalty, presence_penalty, and more.
- What is the default temperature for Meta Muse Spark 1.2 Contributor?
- The default temperature for Meta Muse Spark 1.2 Contributor is 1, within a valid range of 0 to 2.
- What is the default top_p for Meta Muse Spark 1.2 Contributor?
- The default top_p for Meta Muse Spark 1.2 Contributor is 1, within a valid range of 0.01 to 1.