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 0abbcddac2
commit 1db5c2402c
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":