@@ -1921,10 +1921,10 @@ export const PROMPT_CACHING_MODELS = new Set([
1921
1921
"anthropic/claude-3.7-sonnet" ,
1922
1922
"anthropic/claude-3.7-sonnet:beta" ,
1923
1923
"anthropic/claude-3.7-sonnet:thinking" ,
1924
- "anthropic/claude-sonnet-4-20250514 " ,
1925
- "anthropic/claude-sonnet-4-20250514 :thinking" ,
1926
- "anthropic/claude-opus-4-20250514 " ,
1927
- "anthropic/claude-opus-4-20250514 :thinking" ,
1924
+ "anthropic/claude-sonnet-4" ,
1925
+ "anthropic/claude-sonnet-4:thinking" ,
1926
+ "anthropic/claude-opus-4" ,
1927
+ "anthropic/claude-opus-4:thinking" ,
1928
1928
"google/gemini-2.5-pro-preview" ,
1929
1929
"google/gemini-2.5-flash-preview" ,
1930
1930
"google/gemini-2.5-flash-preview:thinking" ,
@@ -1942,10 +1942,10 @@ export const COMPUTER_USE_MODELS = new Set([
1942
1942
"anthropic/claude-3.7-sonnet" ,
1943
1943
"anthropic/claude-3.7-sonnet:beta" ,
1944
1944
"anthropic/claude-3.7-sonnet:thinking" ,
1945
- "anthropic/claude-sonnet-4-20250514 " ,
1946
- "anthropic/claude-sonnet-4-20250514 :thinking" ,
1947
- "anthropic/claude-opus-4-20250514 " ,
1948
- "anthropic/claude-opus-4-20250514 :thinking" ,
1945
+ "anthropic/claude-sonnet-4" ,
1946
+ "anthropic/claude-sonnet-4:thinking" ,
1947
+ "anthropic/claude-opus-4" ,
1948
+ "anthropic/claude-opus-4:thinking" ,
1949
1949
] )
1950
1950
1951
1951
const routerNames = [ "openrouter" , "requesty" , "glama" , "unbound" , "litellm" ] as const
0 commit comments