Ideogram V4 (Text-to-Image)

Ideogram V4 text-to-image generation. Crisp visuals, accurate text rendering — logos, posters, marketing visuals. TURBO / BALANCED / QUALITY rendering speeds. · ideogram

All models
Parameters

Output image size preset.

Text prompt describing the image to generate.

The format of the generated image.

Rendering speed and quality tier. Faster speeds use fewer denoising steps.

Pricing
28credits
BALANCED
TURBO16 credits
BALANCED28 credits
QUALITY44 credits
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "ideogram-v4",
  "input": {
    "size": "1:1",
    "output_format": "jpeg",
    "rendering_speed": "BALANCED"
  }
}'