feat: add gpt-5.4-mini, gpt-5.4-nano, healer-alpha to OpenRouter catalog (#1913)

feat: add gpt-5.4-mini, gpt-5.4-nano, healer-alpha to OpenRouter catalog
This commit is contained in:
Teknium 2026-03-18 03:23:36 -07:00 committed by GitHub
commit 050b43108c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]] = {