This commit is contained in:
rob-maron 2026-07-09 13:20:40 -04:00 committed by GitHub
parent daedf4f627
commit 3a1a3c7e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 1 deletions

View file

@ -40,6 +40,9 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
("anthropic/claude-sonnet-5", ""),
("anthropic/claude-haiku-4.5", ""),
# OpenAI
("openai/gpt-5.6-sol", ""),
("openai/gpt-5.6-terra", ""),
("openai/gpt-5.6-luna", ""),
("openai/gpt-5.5", ""),
("openai/gpt-5.5-pro", ""),
("openai/gpt-5.4-mini", ""),
@ -185,6 +188,9 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
"anthropic/claude-sonnet-5",
"anthropic/claude-haiku-4.5",
# OpenAI
"openai/gpt-5.6-sol",
"openai/gpt-5.6-terra",
"openai/gpt-5.6-luna",
"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-08T19:45:27Z",
"updated_at": "2026-07-09T17:15:00Z",
"metadata": {
"source": "hermes-agent repo",
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
@ -32,6 +32,18 @@
"id": "anthropic/claude-haiku-4.5",
"description": ""
},
{
"id": "openai/gpt-5.6-sol",
"description": ""
},
{
"id": "openai/gpt-5.6-terra",
"description": ""
},
{
"id": "openai/gpt-5.6-luna",
"description": ""
},
{
"id": "openai/gpt-5.5",
"description": ""
@ -168,6 +180,15 @@
{
"id": "anthropic/claude-haiku-4.5"
},
{
"id": "openai/gpt-5.6-sol"
},
{
"id": "openai/gpt-5.6-terra"
},
{
"id": "openai/gpt-5.6-luna"
},
{
"id": "openai/gpt-5.5"
},