From 513dba42e6a066fd55edd7833bf807afee8da637 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:04:29 -0700 Subject: [PATCH] chore(models): drop x-ai/grok-4.3 from OpenRouter/Nous curated lists in favor of grok-4.5 (#61097) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grok-4.5 is GA and is now the single curated Grok entry on the aggregator lists. grok-4.3 is NOT retired upstream — it remains fully usable by typing the model name (validated against the live catalogs); this only removes it from the short curated picker snapshots. The xAI-direct list is models.dev-cache-driven and unaffected. --- hermes_cli/models.py | 2 -- website/static/api/model-catalog.json | 9 +-------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index a103be30ac5..e82993ac42d 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -49,7 +49,6 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("google/gemini-3.5-flash", ""), # xAI ("x-ai/grok-4.5", ""), - ("x-ai/grok-4.3", ""), # DeepSeek ("deepseek/deepseek-v4-pro", ""), ("deepseek/deepseek-v4-flash", ""), @@ -195,7 +194,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "google/gemini-3.5-flash", # xAI "x-ai/grok-4.5", - "x-ai/grok-4.3", # DeepSeek "deepseek/deepseek-v4-pro", "deepseek/deepseek-v4-flash", diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index 96009ade316..99aeb4262a8 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-08T18:59:16Z", + "updated_at": "2026-07-08T19:45:27Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -60,10 +60,6 @@ "id": "x-ai/grok-4.5", "description": "" }, - { - "id": "x-ai/grok-4.3", - "description": "" - }, { "id": "deepseek/deepseek-v4-pro", "description": "" @@ -193,9 +189,6 @@ { "id": "x-ai/grok-4.5" }, - { - "id": "x-ai/grok-4.3" - }, { "id": "deepseek/deepseek-v4-pro" },