Ideogram v4 Turbo API
by Ideogram
The fastest, most affordable tier of Ideogram 4.0, built for rapid drafts, iteration, and high-volume work while keeping the model's improved text rendering and prompt alignment.
- ~15s
- Avg. generation
- 6 credits
- From
Image · made with Ideogram v3 Balanced Playground
Try Ideogram v4 Turbo right here.
Pricing
Simple per-generation pricing.
6 credits per generation ≈ $0.06
- 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.
Specs
At a glance.
Quickstart
How to call the Ideogram v4 Turbo 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-v4-turbo 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-v4-turbo",
"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 v4 Turbo 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-v4-turbo" · "ideogram-v4-turbo" |
| 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 v4 Turbo is one of 7 Ideogram image models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.
Production images with typography that actually reads.
Explore Ideogram v4 Quality All image modelsIdeogram v4 Turbo questions
What teams ask before shipping with Ideogram v4 Turbo. Everything else lives in the docs.
What is Ideogram v4 Turbo?
The fastest and most affordable tier of Ideogram 4.0, built for rapid drafts and high-volume generation.
How is it different from Balanced and Quality?
Turbo is the quickest and cheapest at 6 credits ($0.06) per image, Balanced is the everyday standard at 11 credits ($0.11), and Quality is the slowest and most detailed at 18 credits ($0.18).
How does v4 compare to v3?
Ideogram 4.0 improves on 3.0’s image-prompt alignment, photorealism, and text rendering, and adds support for higher resolutions.
What is it best for?
Brainstorming, rapid iteration, batch jobs, and cost-sensitive, high-volume work.
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.
Related models
All image modelsFlux 2 Max
by Black Forest Labs
Highest-quality Flux 2 tier.
View modelMidjourney
by Midjourney
Iconic stylised, cinematic look.
View modelNano Banana 2
by Google
Next-gen Nano Banana with refined detail.
View modelSeedream 5.0 Pro
by ByteDance
Flagship ByteDance model with sharp 1K/2K output and up to 10 reference images.
View model9,800+
developers & companies
Official partner of
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.