Ideogram V4 renders poster-ready text and layout; the required quality parameter picks turbo, balanced or quality, which sets both the render effort and the price.
Turbo: 0.75¢/billable MP; each image rounds up to a whole MP; Balanced: 1.5¢/billable MP; each image rounds up to a whole MP; Quality: 2.5¢/billable MP; each image rounds up to a whole MP.
Estimated cost: $ —
curl -X POST "https://api.hedra.com/v3/models/ideogram-v4" \ -H "Authorization: Key $HEDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "input": { "enhance_prompt": false, "aspect_ratio": "1:1", "resolution": "720p" }}'