Image models › Ideogram

Ideogram V3 Text to Image

Image generation by ideogram/v3-text-to-image ## Create Task Use this endpoint to create a new image generation task. <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> After submission, use the unified query endpoint to check task progress and retrieve results </Card> For production use, we recommend providing the `callBackUrl` parameter so your service can receive completion notifications instead of polling for task status. ## Related Resources <CardGroup cols={2}> <Card title="Model Marketplace" icon="lucide-store" href="/market/quickstart"> Explore a

image Ideogram price on request

Request

POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json

{
  "callback_url": "https://your-app.example/callbacks/video-blade",
  "input": {
    "prompt": "\u2026"
  },
  "model": "ideogram-v3-text-to-image"
}

Input parameters

NameTypeRequiredDescription
prompt string required Description of the image to generate. Maximum length: 5000 characters.
rendering_speed string optional The rendering speed to use. - `TURBO`: Turbo - `BALANCED`: Balanced - `QUALITY`: Quality
Values: TURBO, BALANCED, QUALITY
style string optional The style type to generate with. Cannot be used together with `style_codes`. - `AUTO`: Auto - `GENERAL`: General - `REALISTIC`: Realistic - `DESIGN`: Design
Values: AUTO, GENERAL, REALISTIC, DESIGN
expand_prompt boolean optional Determines whether MagicPrompt should be used to enhance the generation request. - Boolean value: `true` / `false`
image_size string optional The resolution of the generated image. - `square`: Square - `square_hd`: Square HD - `portrait_4_3`: Portrait 3:4 - `portrait_16_9`: Portrait 9:16 - `landscape_4_3`: Landscape 4:3 - `landscape_16_9`: Landscape 16:9
Values: square, square_hd, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
seed integer optional Seed for the random number generator.
negative_prompt string optional Description of what to exclude from the generated image. If the positive prompt conflicts with the negative prompt, the positive prompt takes precedence. Maximum length: 5000 characters.

Pricing

Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.