feat: grok-4.1 support https://github.com/BeehiveInnovations/pal-mcp-server/issues/339
This commit is contained in:
@@ -108,9 +108,9 @@ class TestAutoModeComprehensive:
|
||||
"OPENROUTER_API_KEY": None,
|
||||
},
|
||||
{
|
||||
"EXTENDED_REASONING": "grok-4", # GROK-4 for reasoning (now preferred)
|
||||
"FAST_RESPONSE": "grok-3-fast", # GROK-3-fast for speed
|
||||
"BALANCED": "grok-4", # GROK-4 as balanced (now preferred)
|
||||
"EXTENDED_REASONING": "grok-4-1-fast-reasoning", # Latest Grok 4.1 Fast Reasoning
|
||||
"FAST_RESPONSE": "grok-4-1-fast-reasoning", # Latest fast SKU
|
||||
"BALANCED": "grok-4-1-fast-reasoning", # Latest balanced default
|
||||
},
|
||||
),
|
||||
# Both Gemini and OpenAI available - Google comes first in priority
|
||||
|
||||
Reference in New Issue
Block a user