UniRouteUniRoute
All models
Ideogram V3
Image

Ideogram

Ideogram V3

The latest generation of the Ideogram API delivers powerful text-to-image, edit, image-to-image, and reframe capabilities. With faster rendering and higher accuracy, the Ideogram V3 API helps you generate professional visuals, custom graphics, and creative designs in seconds.

Pricing

TierUniRouteMarket
image-to-image · TURBO$0.018$0.03
text-to-image · TURBO$0.018$0.03
image to image · Turbo$0.018$0.03
image-to-image · BALANCED$0.035$0.06
text-to-image · BALANCED$0.035$0.06

per image

About this model

UniRoute offers full access to ideogram v3 api capabilities: Generate, Edit, Remix, and Reframe, designed for flexible creative and commercial applications.

Text-to-imageImage-to-image

Deep dive

Capabilities of Ideogram V3 API

UniRoute offers full access to ideogram v3 api capabilities: Generate, Edit, Remix, and Reframe, designed for flexible creative and commercial applications.

Generate with Ideogram 3.0 API

Generates images synchronously from a given prompt using ideogram 3.0 api. Optional parameters such as style, resolution, aspect ratio, negative prompts, and seed values can be added to refine outputs. This capability is suited for creating posters, branding visuals, product shots, or concept art directly from text input.

Edit with Ideogram 3.0 API

Edits an existing image synchronously with a provided mask. The mask defines which regions should be modified, while the prompt and selected style control how changes are applied. Non-masked areas remain unchanged. Ideogram 3.0 api edit is designed for background replacement, object updates, and precise detail adjustments.

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/images/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "ideogram-v3",
    "prompt": "A lighthouse on a cliff at golden hour",
    "size": "2K"
  }'

Related models