Add grok-composer-2.5-fast to xAI OAuth model picker - #47904
Closed
definitelynotguru wants to merge 1 commit into
Closed
Add grok-composer-2.5-fast to xAI OAuth model picker#47904definitelynotguru wants to merge 1 commit into
definitelynotguru wants to merge 1 commit into
Conversation
The model is callable via xAI OAuth but omitted from models.dev and /v1/models listings. Merge it into the curated xAI catalog so it appears in `hermes model` without requiring a custom model name.
Collaborator
|
Duplicate of #36968 — that open PR already adds |
teknium1
added a commit
that referenced
this pull request
Jun 17, 2026
Contributor
waefrebeorn
pushed a commit
to waefrebeorn/slermes
that referenced
this pull request
Jul 2, 2026
habarmc1223-sudo
pushed a commit
to habarmc1223-sudo/hermes-agent-fluxmem
that referenced
this pull request
Jul 8, 2026
santhreal
pushed a commit
to santhreal/hermes-agent
that referenced
this pull request
Jul 13, 2026
Gravezzz
pushed a commit
to Gravezzz/hermes-agent
that referenced
this pull request
Jul 21, 2026
leewenjie
pushed a commit
to leewenjie/hermes-agent
that referenced
this pull request
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
grok-composer-2.5-fastto the xAI Grok OAuth model catalog shown inhermes model.Why
The model works over xAI OAuth (
api.x.ai/v1) but is omitted from both the models.dev cache and xAI's/v1/modelslisting, so Hermes never surfaced it in the picker. Users had to type it manually via "Enter custom model name" even though it is callable with the same OAuth credentials asgrok-build-0.1.Changes
hermes_cli/models.py: introduce_XAI_CURATED_EXTRASand merge logic so unlisted-but-callable models are injected into the xAI OAuth picker (slotted immediately aftergrok-build-0.1).agent/model_metadata.py: add a 200k context fallback forgrok-composer-*.tests/hermes_cli/test_xai_curated_models.py: regression tests for list membership and ordering.How to test
hermes auth add xai-oauthhermes model→ xAI Grok → xAI Grok OAuth (SuperGrok / Premium+)grok-composer-2.5-fastappears directly undergrok-build-0.1hermes -z "say hi" -m grok-composer-2.5-fast --provider xai-oauthPlatforms tested
Linux (CachyOS)