feat(models): add grok-composer-2.5-fast to xAI model list#36968
feat(models): add grok-composer-2.5-fast to xAI model list#36968lidge-jun wants to merge 2 commits into
Conversation
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 <noreply@anthropic.com>
|
CI note: I've verified |
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 <noreply@anthropic.com>
Update: CI fix pushed + behavior proofCI fix (second commit)The Adding Second commit: Live behavior proofTested on macOS with progrok OAuth session, June 2, 2026: Chat completion with reasoning: Function calling (tool_use): {
"tool_calls": [{
"id": "call-...-composer_call_EYkpf",
"function": {
"name": "generate_image",
"arguments": "{\"prompt\":\"A breathtaking sunset...\"}"
}
}],
"finish_reason": "tool_calls"
}Capabilities verified:
AdoptionAlready live in:
|
Summary
x-ai/grok-composer-2.5-fastto the xAI model list inhermes_cli/models.py/v1/chat/completionswithreasoning_contentsupport/v1/modelsor/v1/language-modelsbut responds to direct callsTest plan
hermes auth add xai-oauth→hermes run --model x-ai/grok-composer-2.5-fastworkshermes modelsoutput🤖 Generated with Claude Code