Skip to content

Commit c334db6

Browse files
committed
Add claude-opus-4.7 model mapping
1 parent 933f8ed commit c334db6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OpenRouterCLIProxyAPI.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const MODEL_MAP_ANTHROPIC = Dict{String,String}(
2121
"claude-sonnet-4-5-20250929" => "anthropic/claude-sonnet-4.5",
2222
"claude-haiku-4-5-20251001" => "anthropic/claude-haiku-4.5",
2323
"claude-opus-4-5-20251101" => "anthropic/claude-opus-4.5",
24+
"claude-opus-4-7" => "anthropic/claude-opus-4.7",
2425
"claude-opus-4-6" => "anthropic/claude-opus-4.6",
2526
"claude-sonnet-4-6" => "anthropic/claude-sonnet-4.6",
2627
)

0 commit comments

Comments
 (0)