Skip to content

Commit a3df1b2

Browse files
committed
Add gpt-5.4-mini to MODEL_MAP_OPENAI
1 parent f6d52df commit a3df1b2

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
@@ -37,6 +37,7 @@ const MODEL_MAP_OPENAI = Dict{String,String}(
3737
"gpt-5.3-codex" => "openai/gpt-5.3-codex",
3838
"gpt-5.3-codex-spark" => "openai/gpt-5.3-codex-spark",
3939
"gpt-5.4" => "openai/gpt-5.4",
40+
"gpt-5.4-mini" => "openai/gpt-5.4-mini",
4041
)
4142

4243
# Pricing matching gpt-5.3-codex (best estimate — no public pricing for spark yet)

0 commit comments

Comments
 (0)