Seedance 2.5 from ByteDance is officially available on Apiframe.
Image
Ideogram v3 Quality logo

Ideogram v3 Quality API

by Ideogram

The highest-fidelity rendering tier of Ideogram 3.0 (Mar 2025), built for final, production-ready assets where text accuracy and visual polish matter most.

~20s
Avg. generation
11 credits
From
Ideogram v3 Quality premium magazine cover reading 'ATLAS' with a bold masthead and a striking mountain photograph Image · example

Playground

Try Ideogram v3 Quality right here.

model: ideogram-v3-quality
Style
Magic prompt
Media inputs
Advanced settings
Estimated cost 11 credits · $0.11 Generate in Studio
Output

Your output lands here. Hit generate to run this request in Studio.

Pricing

Simple per-generation pricing.

11 credits per generation ≈ $0.11

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider Ideogram
Model ID ideogram-v3-quality
Aspect ratios 1:1, 3:4, 4:3, 9:16, 16:9
Image input Supported
Avg. time ~20s

Quickstart

How to call the Ideogram v3 Quality API.

Send one POST /v2/images/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap ideogram-v3-quality for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/images/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a sleek silver sports car on a coastal highway at sunset, hyper-realistic",
    "model": "ideogram-v3-quality",
    "ideogramParams": {
      "style_type": "AUTO",
      "magic_prompt_option": "Auto",
      "image": "https://example.com/input.jpg",
      "negative_prompt": "What you do NOT want to see…"
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Ideogram v3 Quality accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
prompt required string Text description of what to generate.
model required string The model identifier for this endpoint. Default:"ideogram-v3-quality" · "ideogram-v3-quality"
ideogramParams.style_type string Style Default:"AUTO" · "AUTO", "GENERAL", "REALISTIC", "DESIGN"
ideogramParams.magic_prompt_option string Let Ideogram rewrite your prompt for better results. Default:"Auto" · "Auto", "On", "Off"
ideogramParams.image string (URL) Reference image (URL)
ideogramParams.negative_prompt string Negative prompt
ideogramParams.rendering_speed string Rendering speed Default:"default" · "default", "turbo", "quality"
ideogramParams.seed number Reuse a number to reproduce the same result. step 1

The Ideogram flagship

Ideogram v3 Quality is one of 7 Ideogram image models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.

Ideogram v4 Quality logo Flagship from 12 cr Ideogram v4 Quality

Production images with typography that actually reads.

Explore Ideogram v4 Quality
All image models

Ideogram v3 Quality questions

What teams ask before shipping with Ideogram v3 Quality. Everything else lives in the docs.

What is Ideogram v3 Quality?

The highest-fidelity rendering tier of Ideogram 3.0, built for final, production-grade images.

How is it different from Turbo and Balanced?

Quality is the slowest and most detailed at 11 credits ($0.11) per image, while Balanced is the everyday standard at 8 credits ($0.08) and Turbo is the fast draft tier at 4 credits ($0.04).

What is it best for?

Brand-critical design, marketing assets, packaging, and any work where text accuracy and polish are essential.

Can it edit images, not just generate them?

Yes. It supports Magic Fill inpainting, Extend outpainting, reframing, remixing, and image-to-image.

How do you get accurate text in an image?

Wrap the words you want in quotation marks within your prompt, and keep the text short for the most reliable results.

Where can you access it?

Through Apiframe, as well as ideogram.ai, the iOS app, and the Ideogram v3 API.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.