Image models › Ideogram

Ideogram V3 Remix

Image generation by ideogram/v3-remix ## Create Task Use this endpoint to create a new image remix 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 all

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": {
    "image_url": "\u2026",
    "prompt": "\u2026"
  },
  "model": "ideogram-v3-remix"
}

Input parameters

NameTypeRequiredDescription
prompt string required The prompt to remix the image with. Maximum length: 5000 characters.
image_url string required The image URL to remix. - Please provide the URL of the uploaded file, not raw file content - Accepted types: `image/jpeg`, `image/png`, `image/webp` - Max size: 10.0MB
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 Determine if MagicPrompt should be used in generating the request or not. - 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
num_images string optional Number of images to generate. - `1`: 1 image - `2`: 2 images - `3`: 3 images - `4`: 4 images
Values: 1, 2, 3, 4
seed integer optional Seed for the random number generator.
strength number optional Strength of the input image in the remix. - Minimum: `0.01` - Maximum: `1` - Step: `0.01`
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.