HiAPI
OverviewModels MarketAPI KeysUsage StatisticsCall LogsBillingReferralPlaygroundStorageChangelogContact UsSettings
Display unit
N
Powered by hiapi
Settings

Welcome

Contact Us

Try Ideogram V4 for accurate in-image text, logos, posters, and signage with TURBO, BALANCED, and QUALITY tiers plus real API examples.

Provider: Ideogram

Category: image generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

Ideogram V4

by IdeogramImage

Try Ideogram V4 for accurate in-image text, logos, posters, and signage with TURBO, BALANCED, and QUALITY tiers plus real API examples.

Pricing

Standard Usage

100 Credits/ image

Input

0 / 10000

More parameters

Generation settings

Choose the output image file format

Advanced

For repeatable results · integer 0-2147483647
Estimated cost200 Credits / imageBALANCED

Output

Ready for generation

Configure your parameters and click "Run" to see the output here.

--GPU-T4

From product campaigns to detailed scenes

Browse real API results across different aspect ratios, complete prompts, and visual detail.

Related image models

Choose an adjacent model by task, output tier, and reference-image needs.

Chinese and English text

Qwen Image 2.0 Pro

Compare Chinese typography, commercial products, and five 2K-class sizes.

Structured posters and layouts

GPT Image 2

An alternative for complex prompt relationships and layout-led generation.

Fast commercial generation

FLUX.2 [klein] 9B

Compare four-step output, readable English text, seed control, and low per-image cost.

Compare AI image APIs

About Ideogram V4

Try Ideogram V4 for accurate in-image text, logos, posters, and signage with TURBO, BALANCED, and QUALITY tiers plus real API examples.

The Playground and API use the same model ID: ideogram-v4. This endpoint accepts text prompts only; reference-image editing uses the separate Image-to-Image route.

Provider
Ideogram
Task
Text-to-Image
References
Not supported
Pricing
100 Credits / image

Model specifications

These specifications reflect the current Ideogram V4 request contract.

Reference images
Not supported
Aspect ratios
1:116:94:39:163:4
Output formats
JPEGPNG
Rendering speed
TURBOBALANCEDQUALITY
Reproducibility
Optional seed
Prompt length
1-10000 characters
Pricing
TURBO: 100 Credits / imageBALANCED: 200 Credits / imageQUALITY: 340 Credits / image

Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.

How to use Ideogram V4

Choose the destination and aspect ratio before composing subject, scene, material, light, and text.

Subject
Scene
Camera and light
01

Describe subject and scene

API Quickstart

Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.

Endpoint
POST /v1/tasks
Model ID
ideogram-v4
cURL
curl -X POST https://api.hiapi.ai/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "ideogram-v4",
  "input": {
    "prompt": "A cinematic product campaign with sharp text",
    "aspect_ratio": "1:1",
    "output_format": "jpeg",
    "rendering_speed": "BALANCED"
  }
}'

The create request immediately returns a taskId; image generation continues asynchronously.

Read the full API documentation

Frequently asked questions

What is Ideogram V4 best for?

Logos, posters, wordmarks, packaging, and signage that require accurate Latin lettering.

How should I choose a speed tier?

TURBO for quick drafts, BALANCED for speed-quality balance, and QUALITY for final detail and complex signage.

How do the pricing tiers differ?

TURBO, BALANCED, and QUALITY use separate per-image tiers. See the live page price for the current amounts.

How do I improve text accuracy?

Spell out the exact text and define type style, hierarchy, placement, and background contrast.

Does it accept reference images?

No. The current Ideogram V4 page is text-to-image only.

Start with the subject, environment, and visual goal, then add material, light, camera, and exact text.

Draft

TURBO

Final

QUALITY

02

Choose output settings

Choose ratio, JPEG or PNG, and TURBO, BALANCED, or QUALITY rendering speed.

Playground
POST /v1/tasks
03

Validate before integration

Confirm the result in Playground, then reuse the same prompt and model ID in an asynchronous task.