Browse ModelsIdeogram AIIdeogram AI Ideogram V3 Balanced

Ideogram Ai Ideogram V3 Balanced

Ideogram Ai Ideogram V3 Balanced

Playground

Try it on WavespeedAI!

Ideogram V3 Balanced delivers the highest-quality image generation with stunning realism, creative design, and consistent styles. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Ideogram V3 Balanced

Generate high-quality images with exceptional typography using Ideogram V3 Balanced. This versatile model offers the optimal balance between speed, quality, and cost — perfect for everyday design work, marketing materials, and professional content creation.

Why It Looks Great

  • Balanced performance: Optimal trade-off between speed, quality, and price.
  • Superior typography: Industry-leading text rendering for posters, logos, and designs.
  • 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

ParameterRequiredDescription
promptYesText description of the image you want to generate.
imageNoSource image for editing (upload or public URL).
mask_imageNoMask to specify edit regions — white areas will be regenerated.
styleNoOutput style: Auto, General, Realistic, or Design. Default: Auto.
aspect_ratioNoOutput format: 1:1, 16:9, 9:16, 4:3, or 3:4. Default: 1:1.
reference_imagesNoUp to 3 reference images to guide style and composition.
enable_base64_outputNoAPI only: Returns base64 string instead of URL.
Enable Safety CheckerNoToggle content safety filtering.

How to Use

Text-to-Image Generation

  1. Write your prompt — describe the image including any text you want rendered.
  2. Choose style — select Auto, General, Realistic, or Design.
  3. Set aspect ratio — pick the format that fits your use case.
  4. Add reference images (optional) — click ”+ Add Item” to include style references.
  5. Run — click the button to generate.
  6. Download — preview and save your image.

Image Editing

  1. Upload source image — the image you want to edit.
  2. Upload mask (optional) — white areas indicate regions to regenerate.
  3. Write your prompt — describe the desired changes or new elements.
  4. Run — click the button to apply edits.

Pricing

Flat rate per image generation.

OutputCost
Per image$0.06

Style Guide

StyleDescriptionBest For
AutoAutomatically selects the best styleGeneral use, when unsure
GeneralBalanced, versatile outputWide range of subjects
RealisticPhotorealistic, natural appearancePhotos, portraits, products
DesignGraphic design aestheticPosters, logos, marketing materials

Best Use Cases

  • Everyday Design Work — Create quality designs without premium pricing.
  • Marketing Content — Produce professional graphics for campaigns and social media.
  • Logo & Branding — Generate polished brand concepts and materials.
  • Typography & Posters — Create designs with clean, readable text.
  • Production Workflows — Balance quality and volume for regular content needs.

Example Prompts

  • “modern minimalist poster saying ‘DESIGN WEEK 2025’, clean sans-serif typography, gradient background”
  • “coffee shop menu board with text ‘Today’s Special: Caramel Latte’, chalkboard style, warm tones”
  • “YouTube thumbnail with bold text ‘TOP 10 TIPS’, energetic colors, eye-catching design”
  • “event invitation for ‘Summer Garden Party’, floral illustrations, elegant script font”
  • “app splash screen with logo ‘FOCUS’, minimal design, calming blue gradient”

Model Comparison

ModelCostSpeedQualityBest For
Ideogram V3 Turbo$0.03FastestGoodRapid iteration, testing
Ideogram V3 Balanced$0.06MediumBetterEveryday production work
Ideogram V3 Quality$0.09StandardBestFinal deliverables, print

Pro Tips for Best Results

  • Balanced is ideal for most production work — great quality at reasonable cost.
  • For typography, put the exact text in quotes within your prompt.
  • Use the Design style for graphic design work with text elements.
  • Use Turbo for testing concepts, Balanced for production, Quality for finals.
  • Reference images help maintain consistency across multiple generations.
  • Describe typography style: “modern”, “clean”, “bold”, “elegant”.

Notes

  • Ideogram is renowned for best-in-class text rendering in AI-generated images.
  • Balanced mode is the recommended choice for most everyday use cases.
  • 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-balanced" \
--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

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-The positive prompt for the generation.
imagestringNo-The image to generate an image from.
mask_imagestringNo-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.
stylestringNoAutoAuto, General, Realistic, DesignThe style of the generated image.
aspect_ratiostringNo1:11:1, 16:9, 9:16, 4:3, 3:4The aspect ratio of the generated media.
reference_imagesarrayNo--A list of images to use as style references.
enable_base64_outputbooleanNofalse-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

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.