Ideogram V3 Quality is the highest-quality Ideogram text-to-image model, producing realistic, creative, and style-consistent images for design and branding. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Idle

$0.09per run·~11 / $1

beautiful bauhaus stark typographic poster saying "Ideogram v3 quality on WaveSpeedAI", pink and blue

a photo of a puppy holding a sign that says "Ideogram v3 quality"

A middle-aged man sitting by a window in a Parisian café, moody lighting, warm tones, high-detail wrinkles and textures, photorealistic

Ultra-realistic portrait of a young woman with windswept hair, wearing a leather jacket, golden hour lighting, 85mm lens, cinematic color grading, visible skin texture and pores

Elven princess in a glowing forest, wearing a crown of leaves, long flowing hair, bioluminescent fireflies surrounding her, ethereal atmosphere

Young man with curly hair reading a book in a vintage library, warm sunlight casting shadows, hyperrealistic detail, Leica-style lens

Close-up portrait of a freckled teenage girl with messy hair and intense green eyes, natural lighting, photorealistic, skin pores visible

A cute claymation-style little girl with big round eyes and chubby cheeks, textured clay surface with visible fingerprints, simple bright clothing with playful patterns, stop-motion style subtle jitter in movements, pastel color background with hand-crafted props like flowers and toys, slow zoom-in focusing on her cheerful smile, tactile and whimsical vibe, high-quality animated video

Portrait of a young woman in futuristic streetwear, neon-lit Tokyo background, soft depth of field, glossy skin, high-fashion magazine style, ultra-detailed face, cinematic color grading, shot on a Leica

A mid-air shot of a mountain biker performing a backflip over a desert canyon, with dust flying and the golden sun setting behind. High shutter speed, ultra-dynamic, National Geographic sports action style.

A fairy-tale girl with blonde curls stands on a forest path, her dress twirling slightly in the breeze. Butterflies flutter around as sunlight filters through the trees. The camera slowly zooms in, capturing the magic in her eyes.

A cheerful boy runs barefoot across the beach, splashing through the shallow waves. The sun is bright, casting long shadows. The camera shakes slightly with his steps, enhancing the energy and joy of the scene.

A glowing enchanted forest with floating fireflies, a small cottage with warm lights, surrounded by giant mushrooms and mossy stones, magical atmosphere, soft bokeh, 3D rendered, storybook style
Generate premium images with exceptional typography using Ideogram V3 Quality. This high-fidelity model delivers maximum detail and refinement in text rendering — perfect for professional posters, logos, marketing materials, and design work where quality matters most.
Looking for faster generation? Try Ideogram V3 Turbo for speed-optimized output at a lower price.
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description of the image you want to generate. |
| image | No | Source image for editing (upload or public URL). |
| mask_image | No | Mask to specify edit regions — white areas will be regenerated. |
| style | No | Output style: Auto, General, Realistic, or Design. Default: Auto. |
| aspect_ratio | No | Output format: 1:1, 16:9, 9:16, 4:3, or 3:4. Default: 1:1. |
| reference_images | No | Up to 3 reference images to guide style and composition. |
| enable_base64_output | No | API only: Returns base64 string instead of URL. |
| Enable Safety Checker | No | Toggle content safety filtering. |
Flat rate per image generation.
| Output | Cost |
|---|---|
| Per image | $0.09 |
| Style | Description | Best For |
|---|---|---|
| Auto | Automatically selects the best style | General use, when unsure |
| General | Balanced, versatile output | Wide range of subjects |
| Realistic | Photorealistic, natural appearance | Photos, portraits, products |
| Design | Graphic design aesthetic | Posters, logos, marketing materials |
| Model | Cost | Speed | Best For |
|---|---|---|---|
| Ideogram V3 Quality | $0.09 | Standard | Final deliverables, print, professional work |
| Ideogram V3 Turbo | $0.03 | Fast | Rapid iteration, testing, high-volume |
Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/ideogram-ai/ideogram-v3-quality with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Ideogram v3 Quality below.
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/ideogram-ai/ideogram-v3-quality" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"style": "Auto",
"aspect_ratio": "1:1",
"enable_base64_output": false
}'
# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# When status is "completed", read the output from data.outputs[0].// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env
const result = await client.run("ideogram-ai/ideogram-v3-quality", {
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"style": "Auto",
"aspect_ratio": "1:1",
"enable_base64_output": false
});
console.log(result.outputs[0]); // → URL of the generated output# pip install wavespeed
import wavespeed
output = wavespeed.run(
"ideogram-ai/ideogram-v3-quality",
{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"style": "Auto",
"aspect_ratio": "1:1",
"enable_base64_output": false
}
)
print(output["outputs"][0]) # → URL of the generated outputIdeogram v3 Quality is a Ideogram model for image generation, exposed as a REST API on WaveSpeedAI. Ideogram V3 Quality is the highest-quality Ideogram text-to-image model, producing realistic, creative, and style-consistent images for design and branding. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.
POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/ideogram-ai/ideogram-ai-ideogram-v3-quality.
Ideogram v3 Quality starts at $0.090 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.
Key inputs: `prompt`, `image`, `aspect_ratio`, `reference_images`, `enable_base64_output`, `mask_image`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/ideogram-ai/ideogram-ai-ideogram-v3-quality.
Average end-to-end generation time on WaveSpeedAI is around 20 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.
Commercial usage rights depend on the model's license, set by its provider (Ideogram). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.