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 1c7b4a0 commit 02142b9Copy full SHA for 02142b9
packages/types/src/providers/openrouter.ts
@@ -38,6 +38,7 @@ export const OPEN_ROUTER_PROMPT_CACHING_MODELS = new Set([
38
"anthropic/claude-3.7-sonnet:beta",
39
"anthropic/claude-3.7-sonnet:thinking",
40
"anthropic/claude-sonnet-4",
41
+ "anthropic/claude-4.5-sonnet",
42
"anthropic/claude-opus-4",
43
"anthropic/claude-opus-4.1",
44
"google/gemini-2.5-flash-preview",
@@ -59,6 +60,7 @@ export const OPEN_ROUTER_COMPUTER_USE_MODELS = new Set([
59
60
61
62
63
64
65
66
])
@@ -81,6 +83,7 @@ export const OPEN_ROUTER_REASONING_BUDGET_MODELS = new Set([
81
83
82
84
85
86
87
"google/gemini-2.5-pro-preview",
88
"google/gemini-2.5-pro",
89
"google/gemini-2.5-flash-preview-05-20",
0 commit comments