feat: add gpt-5.4-mini, gpt-5.4-nano, healer-alpha to OpenRouter catalog
This commit is contained in:
parent
c9bb0c587f
commit
00cc0c6a28
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
||||||
("anthropic/claude-sonnet-4.5", ""),
|
("anthropic/claude-sonnet-4.5", ""),
|
||||||
("openai/gpt-5.4-pro", ""),
|
("openai/gpt-5.4-pro", ""),
|
||||||
("openai/gpt-5.4", ""),
|
("openai/gpt-5.4", ""),
|
||||||
|
("openai/gpt-5.4-mini", ""),
|
||||||
|
("openai/gpt-5.4-nano", ""),
|
||||||
("openai/gpt-5.3-codex", ""),
|
("openai/gpt-5.3-codex", ""),
|
||||||
("google/gemini-3-pro-preview", ""),
|
("google/gemini-3-pro-preview", ""),
|
||||||
("google/gemini-3-flash-preview", ""),
|
("google/gemini-3-flash-preview", ""),
|
||||||
|
|
@ -34,6 +36,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
||||||
("arcee-ai/trinity-large-preview:free", "free"),
|
("arcee-ai/trinity-large-preview:free", "free"),
|
||||||
("z-ai/glm-5-turbo", ""),
|
("z-ai/glm-5-turbo", ""),
|
||||||
("openrouter/hunter-alpha", ""),
|
("openrouter/hunter-alpha", ""),
|
||||||
|
("openrouter/healer-alpha", ""),
|
||||||
]
|
]
|
||||||
|
|
||||||
_PROVIDER_MODELS: dict[str, list[str]] = {
|
_PROVIDER_MODELS: dict[str, list[str]] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue