mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
29 lines
900 B
JSON
29 lines
900 B
JSON
{
|
|
"_comment": "API-validated parameter values. null=undefined/missing. Values are tested and working. Note: temperature is continuous, not discrete.",
|
|
"_evaluated": "Evaluated: xai-reasoning-effort, xai-web-search. If missing, the parameter is not supported by that model.",
|
|
"grok-3-mini": {
|
|
"temperature-range": [0,2],
|
|
"xai-reasoning-effort": ["low","medium","high"]
|
|
},
|
|
"grok-4-0709": {
|
|
"temperature-range": [0,2],
|
|
"xai-tools": ["xai-web-search"]
|
|
},
|
|
"grok-4-1-fast-non-reasoning": {
|
|
"temperature-range": [0,2],
|
|
"xai-tools": ["xai-web-search"]
|
|
},
|
|
"grok-4-1-fast-reasoning": {
|
|
"temperature-range": [0,2],
|
|
"xai-tools": ["xai-web-search"]
|
|
},
|
|
"grok-4-fast-non-reasoning": {
|
|
"temperature-range": [0,2],
|
|
"xai-tools": ["xai-web-search"]
|
|
},
|
|
"grok-4-fast-reasoning": {
|
|
"temperature-range": [0,2],
|
|
"xai-tools": ["xai-web-search"]
|
|
}
|
|
}
|