We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933f8ed commit c334db6Copy full SHA for c334db6
1 file changed
src/OpenRouterCLIProxyAPI.jl
@@ -21,6 +21,7 @@ const MODEL_MAP_ANTHROPIC = Dict{String,String}(
21
"claude-sonnet-4-5-20250929" => "anthropic/claude-sonnet-4.5",
22
"claude-haiku-4-5-20251001" => "anthropic/claude-haiku-4.5",
23
"claude-opus-4-5-20251101" => "anthropic/claude-opus-4.5",
24
+ "claude-opus-4-7" => "anthropic/claude-opus-4.7",
25
"claude-opus-4-6" => "anthropic/claude-opus-4.6",
26
"claude-sonnet-4-6" => "anthropic/claude-sonnet-4.6",
27
)
0 commit comments