# Ideogram V3

> Text-in-image specialist. Best for typography, packaging, logos.

Human version: https://kymaapi.com/models/ideogram-v3
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `ideogram-v3` — pass this as `model` in the request body
- **Creator**: Ideogram
- **Released**: 2025-03-26
- **Price**: $0.108 / image

## Call it

```bash
curl https://kymaapi.com/v1/images/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "ideogram-v3", "prompt": "..."}'
```

## Positioning

Ideogram V3 is a text-to-image model optimized for rendering accurate typography inside generated visuals. It is intended for developers and designers building workflows that require precise text placement, logos, and packaging mockups.

## About

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 10% of the 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.

## Use cases

- **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

- You need photorealistic scene generation → `imagen-4-ultra`
- You require high-speed batch generation → `imagen-4-fast`
- You need scalable vector design assets → `recraft-v4-vector`
- You want balanced quality for general art → `flux-2-pro`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Ideogram: https://kymaapi.com/models?q=Ideogram
