feat(models): add anthropic/claude-fable-5 to openrouter + nous curated lists (#42979)

Adds the model above claude-opus-4.8 in both the OpenROUTER_MODELS and
_PROVIDER_MODELS['nous'] curated picker lists used by /model and
`hermes model`. Regenerated website/static/api/model-catalog.json to match.
This commit is contained in:
Teknium
2026-06-09 10:20:37 -07:00
committed by GitHub
parent c4811c382f
commit ff9c110d5a
2 changed files with 10 additions and 1 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
{
"version": 1,
"updated_at": "2026-06-09T05:57:24Z",
"updated_at": "2026-06-09T17:20:16Z",
"metadata": {
"source": "hermes-agent repo",
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
@@ -12,6 +12,10 @@
"note": "Descriptions drive picker badges. Live /api/v1/models filters curated ids by tool-calling support and free pricing."
},
"models": [
{
"id": "anthropic/claude-fable-5",
"description": ""
},
{
"id": "anthropic/claude-opus-4.8",
"description": ""
@@ -144,6 +148,9 @@
"note": "Free-tier gating is determined live via Portal pricing (partition_nous_models_by_tier), not this manifest."
},
"models": [
{
"id": "anthropic/claude-fable-5"
},
{
"id": "anthropic/claude-opus-4.8"
},