RSS Amplifier

Developers Digest · Aug 8, 2026

Grok Imagine Image 2.0 Ships: xAI's Typography-Aware Image Model Is Already on Vercel's AI Gateway

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

xAI released Grok Imagine Image 2.0 on August 7 as the new Quality Mode on grok.com and mobile, ranked second worldwide on both text-to-image and image-editing leaderboards. A 2.0 preview build is already callable through Vercel's AI Gateway with the AI SDK, before xAI's own API access goes live.

xAI shipped Grok Imagine Image 2.0 on August 7, 2026, and it is the first image model from a frontier lab built around a developer-shaped problem: text. The model plans typography and layout before it paints, so dense multi-part visuals like infographics, posters, and title screens hold their structure and small text stays legible. xAI says 2.0 ranks second in the world in both text-to-image generation and image editing on the [Arena leaderboards](https://lmarena.ai/leaderboard/image) (Elo, as of August 7, listed under SpaceXAI). The developer-facing detail: a 2.0 preview build is [already on Vercel's AI Gateway](https://vercel.com/changelog/grok-imagine-image-2-0-preview-now-available-on-vercel-ai-gateway) as `xai/grok-imagine-image-2.0-preview`, callable from the AI SDK today - even though xAI's own announcement says API access is "coming soon." Gateway first, vendor API second: that ordering is the story for anyone who builds image features. ## Official Sources | Resource | Description | | --- | --- | | [xAI announcement: Imagine Image 2.0](https://x.ai/news/grok-imagine-image-2) | The official release post, August 7, 2026 | | [xAI Imagine API docs](https://docs.x.ai/developers/model-capabilities/imagine) | Model capabilities, request shapes, resolution tiers | | [xAI API pricing](https://docs.x.ai/developers/pricing) | Verified live pricing, August 8, 2026 | | [Vercel changelog: Grok Imagine Image 2.0 on AI Gateway](https://vercel.com/changelog/grok-imagine-image-2-0-preview-now-available-on-vercel-ai-gateway) | Model id, AI SDK usage, playground | | [AI SDK generateImage docs](https://ai-sdk.dev/docs/reference/ai-sdk-core/generate-image) | The call shape used below | ## What shipped Imagine Image 2.0 is generally available as the new Quality Mode on [grok.com/imagine](https://grok.com/imagine) and the iOS and Android Grok apps. xAI frames it around one goal: "make images you can use in real work." Concretely, that means three capability groups: 1. **Instruction fidelity with typography planning.** 2.0 plans text layout the way a designer would, before generating pixels. The result is that infographics, posters, and other text-dense outputs keep their structure, and small type renders sharp instead of mushy. This is the output xAI leads the announcement with: ![Typography-history infographic generated by Grok Imagine Image 2.0, from the xAI announcement. Chart: xAI](/images/blog/grok-imagine-image-2-0-2026/typography-infographic.webp) 2. **Precise editing as a first-class feature.** The consumer surface adds a magic wand that edits only the region you point at, segmentation that selects exact areas, background removal that exports a subject with a transparent background, and multi-reference editing that accepts up to 5 input images in a single generation - no manual compositing step. 3. **Smart resize.** Give the model one image and a target ratio, and it recomposes the scene into the new frame instead of cropping it. Supported ratios cover 1:2, 9:16, 2:3, 3:4, 1:1, 4:3, 3:2, 16:9, and 2:1. The same persistence machinery keeps a character, location, or prop consistent across separate generations, which xAI positions as building "one world" for video pre-production: ![Pixel-art infographic of the Falcon 9, Dragon, and Starship generated by Grok Imagine Image 2.0, from the xAI announcement. Chart: xAI](/images/blog/grok-imagine-image-2-0-2026/spacex-infographic.webp) The announcement also ships 15 templates (photo edit, product color change, e-commerce listings, headshots, icon maker, character sprite, merch maker, and more) that pre-configure a workflow so you supply inputs and get a finished asset. ## The leaderboard claim xAI says Image 2.0 "ranks second in the world in both text-to-image generation and image editing," citing the Image Edit Arena and Text-to-Image Arena leaderboards as of August 7, with xAI listed under its parent company name, SpaceXAI. That is the vendor's own framing, not an independent measurement, and "second" hides who is first - the numbers on the leaderboards themselves are the source if you want the full table. For developers the meaningful claim is directional: a frontier text model vendor has decided text rendering and structured layouts are the competitive battleground for image generation. ## Pricing, verified August 8, 2026 xAI has not published 2.0-specific API pricing yet - the API access is still "coming soon" - so the current Imagine API lineup is the reference until it lands: | Model | Input | Output 1K | Output 2K | | --- | --- | --- | --- | | grok-imagine-image-quality | $0.01 / img | $0.05 / img | $0.07 / img | | grok-imagine-image | $0.002 / img | $0.02 / img | $0.02 / img | Source: the [xAI pricing page](https://docs.x.ai/developers/pricing), fetched today. Image generation is flat per-image regardless of prompt length, and edits are billed for both the input image and the generated output. A single request can return up to 10 images. The quality tier sits at $0.05 per 1K image, which is the tier 2.0 will presumably replace when its API pricing lands. ## How to call it today The 2.0 preview is on Vercel's AI Gateway, and the [changelog](https://vercel.com/changelog/grok-imagine-image-2-0-preview-now-available-on-vercel-ai-gateway) shows the exact AI SDK shape: ```js import { generateImage } from 'ai' const { images } = await generateImage({ model: 'xai/grok-imagine-image-2.0-preview', prompt: 'An infographic tracing letterforms from movable type to digital fonts.', }) ``` Resolution is set per call - 1k or 2k under `providerOptions.xai` - and `n` controls how many images come back. Editing works by passing an image in `prompt.images` alongside the instruction, so the model changes what you asked for and leaves the rest. Vercel also hosts a playground at [imagine.vercel.sh](https://imagine.vercel.sh) running on the gateway, which is the fastest way to feel the difference 2.0 makes on text-dense prompts without writing code. One honest caveat: this is an image model, not a text model, so it does not run in OpenCode or any coding agent - the agent-side integration is the standard pattern of calling `generateImage` from tool code. If you want the text-side xAI experience, Grok 4.5 is [the one to wire into your coding agent](/blog/grok-4-5-for-developers). ## Why it matters Image models have been excellent at single-subject aesthetics and unreliable at anything with words in it, which is exactly what production assets - social cards, product shots, game UI, documentation diagrams - are made of. A model that plans layout before rendering and can edit precisely after, at roughly $0.05 per 1K image, moves image generation from "prompt for a hero image" toward "actually produce the asset." The gateway-first availability through Vercel is the same pattern we saw with [FLUX 3's rollout](/blog/flux-3-multimodal-foundation-model): the fastest route to a new model increasingly runs through the platform layer, not the vendor's own SDK, and Vercel has been collecting those routes for image and video models alike - [Meta Muse](/blog/meta-muse-image-developer-guide), [MiniMax H3](/blog/minimax-h3-omni-video-model), and now Grok Imagine 2.0. For production image workflows, pair the model with prompt discipline: OpenAI's [GPT-Image 2 prompt library](/blog/gpt-image-2-prompt-library-production) shows the difference structured prompting makes on text-bearing output, and that lesson transfers directly. If 2.0 really holds small type and layout structure at $0.05 per image, the next generation of infographic, poster, and title-screen generation is going to be built on prompts like the one above. ## FAQ ### What is Grok Imagine Image 2.0? xAI's next image generation model, announced August 7, 2026 and GA as the new Quality Mode on grok.com/imagine and the Grok mobile apps. It emphasizes instruction fidelity, typography and layout planning, subject consistency, and precise editing tools. ### When is Grok Imagine Image 2.0 available through the xAI API? The official announcement says API access is "coming soon." A 2.0 preview build is already available now through Vercel's AI Gateway as `xai/grok-imagine-image-2.0-preview`, callable with `generateImage` from the AI SDK. ### How much does Grok Imagine Image 2.0 cost? 2.0-specific API pricing is not published yet. The current quality-tier model, grok-imagine-image-quality, costs $0.01 per input image and $0.05 per 1K (or $0.07 per 2K) output image, with flat per-image pricing and edits billed for input plus output. ### Can I run Grok Imagine Image 2.0 in OpenCode? No. It is an image generation model, not a text model, so it does not slot into coding agents. The standard integration is calling `generateImage` from tool code via the AI SDK or the xAI API once access goes live. ## Continue Reading - [FLUX 3: Black Forest Labs Ships a Unified Multimodal Foundation Model](/blog/flux-3-multimodal-foundation-model) - the other August image-model release, spanning image, video, and audio - [Meta Muse Developer Guide](/blog/meta-muse-image-developer-guide) - how Meta's image and video generation model compares - [GPT-Image 2 Prompt Library: What Works in Production](/blog/gpt-image-2-prompt-library-production) - structured prompting for text-bearing image output - [MiniMax H3 Omni Video Model](/blog/minimax-h3-omni-video-model) - the video side of the media-generation wave - [Grok 4.5 for Developers](/blog/grok-4-5-for-developers) - the xAI text model worth wiring into your coding agent ## Sources - [xAI: Imagine Image 2.0 announcement](https://x.ai/news/grok-imagine-image-2), August 7, 2026 - [xAI API pricing page](https://docs.x.ai/developers/pricing), verified August 8, 2026 - [xAI Imagine API docs](https://docs.x.ai/developers/model-capabilities/imagine) - [Vercel changelog: Grok Imagine Image 2.0 on AI Gateway](https://vercel.com/changelog/grok-imagine-image-2-0-preview-now-available-on-vercel-ai-gateway), August 8, 2026 - [AI SDK generateImage reference](https://ai-sdk.dev/docs/reference/ai-sdk-core/generate-image) - [Arena leaderboards](https://lmarena.ai/leaderboard/image) - the leaderboard xAI cites for its second-place claims

Read on developersdigest.tech

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.