Ideogram Ai Ideogram V3 Quality
Playground
Try it 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.
Features
Ideogram V3 Quality
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.
Why It Looks Great
- Maximum quality: Premium output with finest detail and refinement.
- Superior typography: Industry-leading text rendering for professional design work.
- Multiple modes: Text-to-image generation, image editing, and masked inpainting.
- Style presets: Choose from Auto, General, Realistic, or Design styles.
- Reference images: Use up to 3 reference images to guide generation.
- Mask support: Precise regional editing with custom masks.
- Flexible aspect ratios: Five format options for any use case.
- Safety Checker: Optional content filtering for appropriate output.
Parameters
| 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. |
How to Use
Text-to-Image Generation
- Write your prompt — describe the image including any text you want rendered.
- Choose style — select Auto, General, Realistic, or Design.
- Set aspect ratio — pick the format that fits your use case.
- Add reference images (optional) — click ”+ Add Item” to include style references.
- Run — click the button to generate.
- Download — preview and save your image.
Image Editing
- Upload source image — the image you want to edit.
- Upload mask (optional) — white areas indicate regions to regenerate.
- Write your prompt — describe the desired changes or new elements.
- Run — click the button to apply edits.
Pricing
Flat rate per image generation.
| Output | Cost |
|---|---|
| Per image | $0.09 |
Style Guide
| 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 |
Best Use Cases
- Professional Print Design — Create high-resolution designs for print production.
- Brand Identity — Generate polished logo concepts and brand materials.
- Premium Marketing — Produce publication-quality ads and promotional graphics.
- Typography Art — Create detailed typographic artwork and poster designs.
- Final Deliverables — Generate client-ready assets with maximum quality.
Example Prompts
- “elegant luxury brand logo for ‘AURORA’, gold foil effect on black, sophisticated serif typography”
- “high-end magazine cover featuring text ‘VOGUE STYLE’, fashion photography aesthetic, refined typography”
- “professional business card design for ‘Smith & Associates Law Firm’, minimalist, premium feel”
- “art deco poster for ‘THE GATSBY CLUB’, 1920s aesthetic, ornate gold lettering”
- “product packaging design for organic tea brand ‘Zen Garden’, Japanese-inspired, clean typography”
Model Comparison
| 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 |
Pro Tips for Best Results
- Use Quality for final deliverables and client-facing work.
- For typography, put the exact text in quotes within your prompt.
- Use the Design style for graphic design work with text elements.
- Test concepts with Turbo first, then generate finals with Quality.
- Reference images help maintain consistency across multiple generations.
- Describe typography style: “elegant”, “refined”, “premium”, “sophisticated”.
Notes
- Ideogram is renowned for best-in-class text rendering in AI-generated images.
- Quality mode delivers maximum fidelity — ideal for professional and print work.
- If using URLs for images, ensure they are publicly accessible.
- The enable_base64_output option is only available through the API.
- Reference images (up to 3) help guide style without directly copying content.
Authentication
For authentication details, please refer to the Authentication Guide.
API Endpoints
Submit Task & Query Result
# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/ideogram-ai/ideogram-v3-quality" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"style": "Auto",
"aspect_ratio": "1:1",
"enable_base64_output": false
}'
# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"
Parameters
Task Submission Parameters
Request Parameters
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
| prompt | string | Yes | - | The positive prompt for the generation. | |
| image | string | No | - | The image to generate an image from. | |
| mask_image | string | No | - | The mask image tells the model where to generate new pixels (white) and where to preserve the original image (black). It acts as a stencil or guide for targeted image editing. | |
| style | string | No | Auto | Auto, General, Realistic, Design | The style of the generated image. |
| aspect_ratio | string | No | 1:1 | 1:1, 16:9, 9:16, 4:3, 3:4 | The aspect ratio of the generated media. |
| reference_images | array | No | - | - | A list of images to use as style references. |
| enable_base64_output | boolean | No | false | - | If enabled, the output will be encoded into a BASE64 string instead of a URL. This property is only available through the API. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data.id | string | Unique identifier for the prediction, Task Id |
| data.model | string | Model ID used for the prediction |
| data.outputs | array | Array of URLs to the generated content (empty when status is not completed) |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
Result Request Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Yes | - | Task ID |
Result Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content (empty when status is not completed). |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |