Runflow
Back to Gallery

Generate high-quality images, posters, and logos with Ideogram V3. Features exceptional typography handling and realistic outputs optimized for commercial and creative use.

$0.03/image 2026-04-06

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/v3",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "prompt": "Product packaging design for an artisan coffee bag, front label featuring the...",
    "image_size": "portrait_4_3",
    "expand_prompt": false,
    "negative_prompt": "blurry text, misspelled, low quality, generic",
    "rendering_speed": "QUALITY"
    },
)

data = response.json()
print(data["images"][0]["url"])

Input schema

ParameterTypeDescription
promptstring
num_imagesintegerNumber of images to generate.
image_sizestringThe resolution of the generated image
stylestringThe style type to generate with. Cannot be used with style_codes.
style_presetstringStyle preset for generation. The chosen style preset will guide the generation.
expand_promptbooleanDetermine if MagicPrompt should be used in generating the request or not.
rendering_speedstringThe rendering speed to use.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
color_palettestringA color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members)
style_codesstringA list of 8 character hexadecimal codes representing the style of the image. Cannot be used in conjunction with style_reference_images or style
seedintegerSeed for the random number generator
image_urlsarrayA set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format
negative_promptstringDescription of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.

Output schema

FieldTypeDescription
imagesjsonImages
seedintegerSeed used for the random number generator

Related models

Start generating with Ideogram v3

Get API access in minutes. No GPU setup, no infrastructure to manage.