From e6b3188ee433646698c157f9801f3db14d6988bb Mon Sep 17 00:00:00 2001 From: bitkyc08-arch Date: Tue, 2 Jun 2026 03:55:00 +0900 Subject: [PATCH 1/2] feat(models): add grok-composer-2.5-fast to xAI model list grok-composer-2.5-fast is live on xAI /v1/chat/completions. It supports reasoning_content and is Grok Build's composer model for agentic code composition. Not yet listed in /v1/models but responds to direct chat/completions calls. Co-Authored-By: Claude Opus 4.6 --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 4c3b7b475c1d..9dc11d5f2fe5 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -47,6 +47,7 @@ ("google/gemini-3.5-flash", ""), # xAI ("x-ai/grok-4.3", ""), + ("x-ai/grok-composer-2.5-fast", ""), # DeepSeek ("deepseek/deepseek-v4-pro", ""), ("deepseek/deepseek-v4-flash", ""), From f9c29f400c93cb768f4596c3b8b02931e124d412 Mon Sep 17 00:00:00 2001 From: bitkyc08-arch Date: Tue, 2 Jun 2026 04:37:00 +0900 Subject: [PATCH 2/2] chore: rebuild model-catalog.json after adding grok-composer-2.5-fast The CI test_model_catalog check requires the JSON manifest to be in sync with _PROVIDER_MODELS. Running build_model_catalog.py adds the new x-ai/grok-composer-2.5-fast entry. Co-Authored-By: Claude Opus 4.6 --- website/static/api/model-catalog.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index 8cf88bc5c9c7..f4bf4f67d8d2 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -1,6 +1,6 @@ { "version": 1, - "updated_at": "2026-06-01T08:20:18Z", + "updated_at": "2026-06-01T19:36:45Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -56,6 +56,10 @@ "id": "x-ai/grok-4.3", "description": "" }, + { + "id": "x-ai/grok-composer-2.5-fast", + "description": "" + }, { "id": "deepseek/deepseek-v4-pro", "description": ""