fix(opencode): expose Grok reasoning variants (#36017)

This commit is contained in:
Aiden Cline
2026-07-09 00:13:10 -05:00
committed by GitHub
parent c9efe1523e
commit dba5563b7a
2 changed files with 8 additions and 7 deletions
@@ -734,7 +734,6 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
high: { reasoningEffort: "high" },
}
}
if (id.includes("grok")) return {}
switch (model.api.npm) {
case "@openrouter/ai-sdk-provider":