mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
chore(models): drop x-ai/grok-4.3 from OpenRouter/Nous curated lists in favor of grok-4.5 (#61097)
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.
This commit is contained in:
parent
56a8e81d33
commit
513dba42e6
2 changed files with 1 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue