feat(xai): add grok-composer-2.5-fast model - #89190
Conversation
|
Codex review: needs real behavior proof before merge. Reviewed June 29, 2026, 8:05 PM ET / 00:05 UTC. Summary PR surface: Source +9. Total +9 across 2 files. Reproducibility: yes. for the review finding: source inspection shows xAI catalog rows are filtered by Review metrics: 1 noteworthy metric.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance:
Risk before merge
Maintainer options:
Next step before merge
Security Review findings
Review detailsBest possible solution: Decide the xAI composer support contract, then either close in favor of OAuth live discovery or land coherent static/API-key support with selectable catalog behavior, focused tests, and OpenClaw proof. Do we have a high-confidence way to reproduce the issue? Yes for the review finding: source inspection shows xAI catalog rows are filtered by Is this the best way to solve the issue? No, not yet: the patch is a plausible static-support slice, but current main already supports composer through xAI OAuth live discovery and the PR does not settle whether static/API-key hidden-model support should be public. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 18b2ff683fd3. Label changesLabel justifications:
Evidence reviewedPR surface: Source +9. Total +9 across 2 files. View PR surface stats
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (1 earlier review cycle)
|
|
CI note: "Real behavior proof" failures require live xAI credentials which are not available in fork CI. This PR only adds model definitions — no runtime behavior changes. Verified: |
Real Behavior Proof — grok-composer-2.5-fastCaptured on macOS, June 2, 2026, using progrok OAuth session and direct xAI API calls. Proof 1: progrok models command (shows [composer] tag detection)Note: Proof 2: Chat completion with reasoning_contentProof 3: tool_use (function calling) — forced tool_choice{
"tool_calls": [{
"id": "call-f02d2838-5196-4dda-8df1-c16d9548e542-composer_call_EYkpf",
"function": {
"name": "generate_image",
"arguments": "{\"prompt\":\"A breathtaking sunset over the ocean...\"}"
},
"type": "function"
}],
"finish_reason": "tool_calls"
}Summary
|
grok-composer-2.5-fast is live on xAI /v1/chat/completions with reasoning_content support. It is Grok Build's composer model for agentic code composition. Not yet listed in /v1/models but responds to direct calls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c4d6fc2 to
a4a7d2a
Compare
CI update (post-rebase)Two failures, both unrelated to this PR's changes:
This PR's actual changes (2 files, docs-level model catalog additions) have no test surface to fail. |
|
Thanks @lidge-jun for validating Composer when it launched. Closing this as superseded by #90029 (landed commit) and #95686. Current That matches xAI’s current contract. Composer 2.5 is announced as a Grok Build subscription model, while the public The proposed static row also remains outside If xAI later publishes Composer as a supported |
Summary
grok-composer-2.5-fastto xAI model catalog inextensions/xai/model-definitions.tsgrok-composerprefix to modern model list inextensions/xai/provider-models.ts/v1/chat/completionswithreasoning_contentsupportTest plan
openclaw modelswith xAI provider configuredgrok-composer-2.5-fast🤖 Generated with Claude Code