Introduction: The Google Imagen 4 Matrix
Google’s Imagen 4 family targets a clear ladder: a balanced default, a speed-first variant with batch output, and an Ultra tier for maximum fidelity. All three are text-to-image pipelines with shared aspect-ratio presets and optional negative prompts—differences show up in speed, batching, seed typing, and default framing.
On FuseAI Tools, each tier has its own tab under /home/imagen4. This guide maps parameters to routes so you can pick the right model on the first try.
Imagen4 hub: /home/imagen4
I. Snapshot: Three Models at a Glance
| Model | Positioning | Aspect ratios | Batch (numImages) | Seed type | Default ratio |
|---|---|---|---|---|---|
| Imagen 4 | Standard | 5 presets | ❌ | string (≤500 chars) | 1:1 |
| Imagen 4 Fast | Speed + batch | 5 presets | ✅ 1–4 | integer | 16:9 |
| Imagen 4 Ultra | Flagship quality | 5 presets | ❌ | string (≤500 chars) | 1:1 |
II. Three Models Deep Dive
Model 1: Imagen 4 (standard)
Balanced quality and latency for everyday text-to-image work.
{
"model": "imagen4-generate",
"prompt": "Describe the image (max 5000 characters)",
"negativePrompt": "Optional exclusions (max 5000 characters)",
"aspectRatio": "1:1",
"seed": "optional-string-up-to-500-chars"
}
Notes: no numImages on this tab; seed is a string (not numeric). Switching to the Fast tab resets default aspect ratio behavior—see below.
Best for: general creation, social stills, balanced cost/quality.
Route: /home/imagen4/imagen4-generate
Model 2: Imagen 4 Fast
Optimized for iteration speed and optional multi-image output in one request.
{
"model": "imagen4-fast",
"prompt": "Describe the image (max 5000 characters)",
"negativePrompt": "Optional exclusions",
"aspectRatio": "16:9",
"numImages": "4",
"seed": 12345
}
vs standard:
| Contrast | Imagen 4 | Imagen 4 Fast |
|---|---|---|
| Speed | Standard | Faster |
| Batch output | Single | 1–4 via numImages |
| Default aspectRatio | 1:1 | 16:9 (UI default on tab switch) |
| seed | string | integer |
Best for: rapid A/B prompts, storyboard frames, generating up to four variants per click.
Route: /home/imagen4/imagen4-fast
Model 3: Imagen 4 Ultra
Highest visual fidelity tier—same parameter surface as standard, tuned for delivery-grade detail.
{
"model": "imagen4-ultra",
"prompt": "Describe the image (max 5000 characters)",
"negativePrompt": "blur, noise, watermark, distortion",
"aspectRatio": "16:9",
"seed": "42"
}
vs standard: identical fields; Ultra trades time/credits for peak quality—use when the asset ships externally.
Best for: posters, print-minded layouts, hero marketing stills.
Route: /home/imagen4/imagen4-ultra
III. Cross-Model Comparison
3.1 Capability matrix
| Feature | Imagen 4 | Fast | Ultra |
|---|---|---|---|
| Text-to-image | ✅ | ✅ | ✅ |
| negativePrompt | ✅ | ✅ | ✅ |
| 5 aspect ratios | ✅ | ✅ | ✅ |
| numImages 1–4 | ❌ | ✅ | ❌ |
| Seed type | string | integer | string |
3.2 Shared aspect ratios
| Ratio | Typical use |
|---|---|
| 1:1 | Social posts, avatars |
| 16:9 | Desktop wallpaper, video covers |
| 9:16 | Mobile stories, short-video thumbnails |
| 4:3 / 3:4 | Slides, editorial portraits |
All three models expose the same five presets on FuseAI Tools: 1:1, 16:9, 9:16, 3:4, 4:3.
3.3 Typical use cases
| Scenario | Recommended | Why |
|---|---|---|
| Prompt testing | Fast | Quickest turnaround |
| 4-up concept board | Fast | Only tier with numImages |
| Daily balanced output | Imagen 4 | Default sweet spot |
| Client delivery | Ultra | Top tier fidelity |
| Print / large format | Ultra | Detail-forward rendering |
IV. Selection Decision Tree
What is your priority?
|
|-- Speed or multiple variants in one job
| `-- Imagen 4 Fast (numImages 1-4)
|
|-- Maximum quality for final delivery
| `-- Imagen 4 Ultra
|
`-- Balanced everyday generation
`-- Imagen 4 (standard)
V. Practical Payload Examples
Fast — four variants
{
"model": "imagen4-fast",
"prompt": "A lively comic scene of two colleagues talking in an office",
"negativePrompt": "blur, low resolution, watermark",
"aspectRatio": "16:9",
"numImages": "4",
"seed": 12345
}
Ultra — cinematic landscape
{
"model": "imagen4-ultra",
"prompt": "Cinematic lakeside at dusk, reeds and water lilies with golden reflections, slight aerial view",
"negativePrompt": "blur, noise, distortion, watermark",
"aspectRatio": "16:9",
"seed": "42"
}
Standard — cozy still life
{
"model": "imagen4-generate",
"prompt": "An orange cat napping in warm sunlight, cozy home mood",
"aspectRatio": "1:1",
"seed": "abc123"
}
VI. Final Recommendations
| Tier | Model | Core advantage | Best for |
|---|---|---|---|
| Standard | Imagen 4 | Balanced quality/speed | Daily users |
| Fast | Imagen 4 Fast | Speed + batch | Creators iterating often |
| Ultra | Imagen 4 Ultra | Peak fidelity | Designers shipping finals |
One-line playbook:
- Everyday → Imagen 4.
- Fast or batch → Imagen 4 Fast.
- Professional delivery → Imagen 4 Ultra.
All three share the same prompt and negative-prompt vocabulary—switch tabs without rewriting your creative brief. Start from /home/imagen4.
