pro variants

This commit is contained in:
rob-maron 2026-07-09 13:42:11 -04:00 committed by kshitij
parent a3828a94d0
commit 7efee32868
2 changed files with 28 additions and 1 deletions

View file

@ -41,8 +41,11 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
("anthropic/claude-haiku-4.5", ""),
# OpenAI
("openai/gpt-5.6-sol", ""),
("openai/gpt-5.6-sol-pro", ""),
("openai/gpt-5.6-terra", ""),
("openai/gpt-5.6-terra-pro", ""),
("openai/gpt-5.6-luna", ""),
("openai/gpt-5.6-luna-pro", ""),
("openai/gpt-5.5", ""),
("openai/gpt-5.5-pro", ""),
("openai/gpt-5.4-mini", ""),
@ -189,8 +192,11 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
"anthropic/claude-haiku-4.5",
# OpenAI
"openai/gpt-5.6-sol",
"openai/gpt-5.6-sol-pro",
"openai/gpt-5.6-terra",
"openai/gpt-5.6-terra-pro",
"openai/gpt-5.6-luna",
"openai/gpt-5.6-luna-pro",
"openai/gpt-5.5",
"openai/gpt-5.5-pro",
"openai/gpt-5.4-mini",

View file

@ -1,6 +1,6 @@
{
"version": 1,
"updated_at": "2026-07-09T17:15:00Z",
"updated_at": "2026-07-09T17:40:00Z",
"metadata": {
"source": "hermes-agent repo",
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
@ -36,14 +36,26 @@
"id": "openai/gpt-5.6-sol",
"description": ""
},
{
"id": "openai/gpt-5.6-sol-pro",
"description": ""
},
{
"id": "openai/gpt-5.6-terra",
"description": ""
},
{
"id": "openai/gpt-5.6-terra-pro",
"description": ""
},
{
"id": "openai/gpt-5.6-luna",
"description": ""
},
{
"id": "openai/gpt-5.6-luna-pro",
"description": ""
},
{
"id": "openai/gpt-5.5",
"description": ""
@ -183,12 +195,21 @@
{
"id": "openai/gpt-5.6-sol"
},
{
"id": "openai/gpt-5.6-sol-pro"
},
{
"id": "openai/gpt-5.6-terra"
},
{
"id": "openai/gpt-5.6-terra-pro"
},
{
"id": "openai/gpt-5.6-luna"
},
{
"id": "openai/gpt-5.6-luna-pro"
},
{
"id": "openai/gpt-5.5"
},