diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 2f3ae5c0626..19006eef380 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -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", diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index 1f3ab720973..a9f9e52306d 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -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" },