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 5336246 commit c1ce48aCopy full SHA for c1ce48a
packages/types/src/providers/openrouter.ts
@@ -42,6 +42,7 @@ export const OPEN_ROUTER_PROMPT_CACHING_MODELS = new Set([
42
"anthropic/claude-opus-4",
43
"anthropic/claude-opus-4.1",
44
"anthropic/claude-haiku-4.5",
45
+ "anthropic/claude-opus-4.5",
46
"google/gemini-2.5-flash-preview",
47
"google/gemini-2.5-flash-preview:thinking",
48
"google/gemini-2.5-flash-preview-05-20",
@@ -72,6 +73,7 @@ export const OPEN_ROUTER_REASONING_BUDGET_MODELS = new Set([
72
73
74
"anthropic/claude-sonnet-4",
75
"anthropic/claude-sonnet-4.5",
76
77
78
"google/gemini-2.5-pro-preview",
79
"google/gemini-2.5-pro",
0 commit comments