mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 02:31:47 +00:00
chore: add openai/gpt-5.4-pro and stepfun/step-3.5-flash to OpenRouter models
This commit is contained in:
parent
ffd2f8dc50
commit
2387465dcc
1 changed files with 2 additions and 0 deletions
|
|
@ -13,8 +13,10 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
|||
("openai/gpt-5.2", ""),
|
||||
("openai/gpt-5.3-codex", ""),
|
||||
("openai/gpt-5.4", ""),
|
||||
("openai/gpt-5.4-pro", ""),
|
||||
("google/gemini-3-pro-preview", ""),
|
||||
("google/gemini-3-flash-preview", ""),
|
||||
("stepfun/step-3.5-flash", ""),
|
||||
("z-ai/glm-4.7", ""),
|
||||
("moonshotai/kimi-k2.5", ""),
|
||||
("minimax/minimax-m2.1", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue