xAI: Grok Imagine Image (Quality)
x-ai/grok-imagine-image-quality
Access Grok Imagine Image (Quality) from xAI using the Puter.js AI API.
Add to your appModel Card
Grok Imagine Image (Quality) is xAI's high-fidelity text-to-image generation model, built on the Aurora autoregressive Mixture-of-Experts architecture rather than a diffusion backbone.
It targets applications where output quality is the priority over speed — delivering more natural lighting, richer textures, and cinematic consistency compared to standard-tier image models. Text rendering in generated images is notably legible across multiple languages, addressing a historically weak area for generative image models.
The API supports 1K and 2K resolutions, 13 aspect ratios, and JPEG, PNG, and WebP outputs. Up to four image candidates can be generated per request. At $0.05 per image, it is well suited for product visuals, marketing assets, brand imagery, and creative workflows that require production-ready quality.
Cost Per Image $0.05
per generation
Configuration N/A
resolution
Release Date Jun 26, 2026
Add Grok Imagine Image (Quality) to your app
Use Grok Imagine Image (Quality) in your app with the Puter.js AI API, no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "x-ai/grok-imagine-image-quality"
}).then(image => {
document.body.appendChild(image);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "x-ai/grok-imagine-image-quality"
}).then(image => {
document.body.appendChild(image);
});
</script>
</body>
</html>
More AI Models From xAI
Grok 4.7
Grok 4.7 is xAI's flagship chat model, released September 21, 2026 as the successor to Grok 4.6. It is built on a larger base model with extended reinforcement learning focused on difficult, multi-hour tasks and on stronger self-verification of its own output. On the Artificial Analysis Intelligence Index it scores 46, trailing Claude Fable 5.1 and GPT-5.6 Sol at 53 each, but it improves over Grok 4.6 on professional-work benchmarks: AA Briefcase rises from 1,546 to 1,657, the Harvey Legal Agent Benchmark from 15.8% to 19.6%, and HealthBench Professional from 48.5% to 56.7%. For coding it scores 46.3% on CursorBench 4.0, ahead of GPT-5.6 Sol Max (41.7%) but behind Claude Fable 5.1 (51.8%). With a 500K token context window, it suits coding and knowledge-work agents that want frontier price-performance rather than the top agentic score.
ChatGrok 4.6
Grok 4.6 is xAI's frontier model for long-running agents and interactive, visual development work, built on the same 1.5-trillion-parameter V9 foundation as Grok 4.5 with additional supervised fine-tuning and reinforcement learning. It matches GPT-5.6 Sol on the Artificial Analysis Intelligence Index (both score 61) and leads on CursorBench v3.2 at 69.9%, with gains over Grok 4.5 across coding, research, and agentic benchmarks. xAI highlights it for vulnerability patching, engineering design work, and turning a rough product idea into a working first version, with improved self-testing on longer tasks. The model accepts text and image input with text-only output, a 500,000 token context window, and no output token limit. Reasoning effort is configurable across four levels (low, medium, high, xhigh), and it supports function calling, web search, X search, and code execution. At $2 per million input tokens and $6 per million output tokens, it costs the same as Grok 4.5.
ImageGrok Imagine Image 2.0
Grok Imagine Image 2.0 is xAI's second-generation text-to-image and image-editing model, released August 7, 2026 as the Quality Mode successor to Grok Imagine Image and Grok Imagine Image (Quality). It is built to produce images usable in real work rather than drafts: it follows instructions closely, plans typography and layout, and preserves elements across generations and edits. New editing tools include a magic wand for targeted region edits, segmentation for selecting precise areas, background removal with transparency, and multi-reference editing that accepts up to five input images in one generation. Smart resize recomposes an image across nine aspect ratios automatically. xAI reports it ranks second in the world on both the Arena text-to-image and image-edit leaderboards, behind OpenAI's gpt-image-2. It ships with ready-made templates for recurring workflows such as product shots, headshots, icons, and game assets, making it suited to product photography, e-commerce content, and character or marketing design work.
Frequently Asked Questions
You can access Grok Imagine Image (Quality) by xAI through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.
Grok Imagine Image (Quality) is free to integrate using the Puter.js AI API. With the User-Pays Model, you can add AI to your app for $0, since users cover their own AI usage through their Puter account.
| Price | |
|---|---|
| Per image | $0.05 |
Grok Imagine Image (Quality) was created by xAI and released on Jun 26, 2026.
Yes — the Grok Imagine Image (Quality) API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Add Grok Imagine Image (Quality) to your app for free
Developers can integrate Grok Imagine Image (Quality) for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.