We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d52df commit a3df1b2Copy full SHA for a3df1b2
1 file changed
src/OpenRouterCLIProxyAPI.jl
@@ -37,6 +37,7 @@ const MODEL_MAP_OPENAI = Dict{String,String}(
37
"gpt-5.3-codex" => "openai/gpt-5.3-codex",
38
"gpt-5.3-codex-spark" => "openai/gpt-5.3-codex-spark",
39
"gpt-5.4" => "openai/gpt-5.4",
40
+ "gpt-5.4-mini" => "openai/gpt-5.4-mini",
41
)
42
43
# Pricing matching gpt-5.3-codex (best estimate — no public pricing for spark yet)
0 commit comments