docs: add grok-imagine-image-2.0, and the catalog is 103 models - #93
Merged
Merged
Conversation
xAI's grok-imagine-image-2.0 is now sold through the gateway at $0.04/image
upstream. It sits between Grok Imagine ($0.02) and the Pro quality tier ($0.05).
api-reference/models.md $0.042/image (margin only, this page's convention)
api-reference/image-generation.md $0.043 (margin + the $0.001 fee)
Both figures were read out of the catalog rather than typed: `calculateImagePrice`
gives 0.042 and `cheapestImagePrice` (which adds the fee) gives 0.043.
Model count 102 -> 103 in the five pages that state it: sdks/go.md (×2),
mcp/blockrun-mcp.md, frameworks/{elizaos,goat,agentkit}.md.
One `102` is deliberately left alone: `api-reference/video-generation.md:158`
contains `$2.102`, which is a price, not a count. A blind number sweep would
have changed it — this is why the count guard matches the claim vocabulary
around a number rather than the digits on their own.
Why 2.0 is worth listing now rather than in November: on 2026-11-02 xAI retires
grok-imagine-image-quality, which is what our Pro SKU maps to upstream, and
serves those requests from 2.0 at quality "low" with no change to the request or
response shape. Nothing breaks and nothing alerts. Listing 2.0 explicitly gives
callers the choice before that happens.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GJ6wG4k5TgeUgYneCMz1oc
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.
xAI's grok-imagine-image-2.0 is now sold through the gateway at $0.04/image
upstream. It sits between Grok Imagine ($0.02) and the Pro quality tier ($0.05).
api-reference/models.md $0.042/image (margin only, this page's convention)
api-reference/image-generation.md $0.043 (margin + the $0.001 fee)
Both figures were read out of the catalog rather than typed:
calculateImagePricegives 0.042 and
cheapestImagePrice(which adds the fee) gives 0.043.Model count 102 -> 103 in the five pages that state it: sdks/go.md (×2),
mcp/blockrun-mcp.md, frameworks/{elizaos,goat,agentkit}.md.
One
102is deliberately left alone:api-reference/video-generation.md:158contains
$2.102, which is a price, not a count. A blind number sweep wouldhave changed it — this is why the count guard matches the claim vocabulary
around a number rather than the digits on their own.
Why 2.0 is worth listing now rather than in November: on 2026-11-02 xAI retires
grok-imagine-image-quality, which is what our Pro SKU maps to upstream, and
serves those requests from 2.0 at quality "low" with no change to the request or
response shape. Nothing breaks and nothing alerts. Listing 2.0 explicitly gives
callers the choice before that happens.
🤖 Generated with Claude Code
https://claude.ai/code/session_01GJ6wG4k5TgeUgYneCMz1oc