We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a99bd3 commit 0eab7f0Copy full SHA for 0eab7f0
packages/types/src/providers/openrouter.ts
@@ -73,10 +73,13 @@ export const OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS = new Set([
73
])
74
75
export const OPEN_ROUTER_REASONING_BUDGET_MODELS = new Set([
76
- ...OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS,
77
"anthropic/claude-3.7-sonnet:beta",
78
"anthropic/claude-opus-4",
79
"anthropic/claude-sonnet-4",
80
"google/gemini-2.5-pro-preview",
81
"google/gemini-2.5-flash-preview-05-20",
+ // Also include the models that require the reasoning budget to be enabled
82
+ // even though `OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS` takes precedence.
83
+ "anthropic/claude-3.7-sonnet:thinking",
84
+ "google/gemini-2.5-flash-preview-05-20:thinking",
85
0 commit comments