Skip to content

Commit 5a8c6d9

Browse files
committed
Add UPDATE ON NEW RELEASE comments to latest model mappings
1 parent c334db6 commit 5a8c6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OpenRouterCLIProxyAPI.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +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",
24+
"claude-opus-4-7" => "anthropic/claude-opus-4.7", # LATEST Anthropic model - UPDATE ON NEW RELEASE
2525
"claude-opus-4-6" => "anthropic/claude-opus-4.6",
2626
"claude-sonnet-4-6" => "anthropic/claude-sonnet-4.6",
2727
)
@@ -37,7 +37,7 @@ const MODEL_MAP_OPENAI = Dict{String,String}(
3737
"gpt-5.2-codex" => "openai/gpt-5.2-codex",
3838
"gpt-5.3-codex" => "openai/gpt-5.3-codex",
3939
"gpt-5.3-codex-spark" => "openai/gpt-5.3-codex-spark",
40-
"gpt-5.4" => "openai/gpt-5.4",
40+
"gpt-5.4" => "openai/gpt-5.4", # LATEST OpenAI model - UPDATE ON NEW RELEASE
4141
"gpt-5.4-mini" => "openai/gpt-5.4-mini",
4242
)
4343

0 commit comments

Comments
 (0)