Skip to main content

Overview

Ideogram V3 is a text-to-image model from Ideogram that specializes in generating legible, correctly spelled text within images. It accepts text prompts and outputs raster images, making it a focused tool for typographic design tasks. On Kyma, the model runs through an OpenAI-compatible endpoint with a single API key. It supports prompt caching, which bills repeated prompt prefixes at this model’s cached input rate, and includes automatic request failover. Exact costs are returned in the usage.cost field, and the X-Kyma-Model header reports the active model. The model does not support image input, reasoning traces, or structured JSON outputs. It operates at a medium speed tier and is billed per image at a premium cost level.

Specs

Pricing

Use this when

  • Typography and Poster Design — Generates posters and banners with correctly spelled, well-formatted text.
  • Product Packaging Mockups — Creates packaging visuals with accurate brand names and label text.
  • Logo Concept Generation — Produces logo drafts that integrate custom text cleanly into graphic elements.
  • Marketing Asset Creation — Builds promotional images where headline text must render precisely.

Not ideal for

Avoid this model for general-purpose photography, image-to-image editing, or workflows that require structured JSON outputs or vision input.

Pick something else when

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

Does this model accept image inputs? No, it only accepts text prompts and outputs images. How are requests billed on Kyma? Requests are billed per image, with exact costs returned in the usage.cost field. Can I cache prompts to reduce costs? Yes, prompt caching is supported and bills repeated prefixes at this model’s cached input rate.