API reference for Ideogram V2 Turbo. Accelerated image generation with Ideogram V2 Turbo. Create high-quality visuals, posters, and logos with enhanced speed while maintaining Ideogram’s signature qua
import fal_clientdef on_queue_update(update): if isinstance(update, fal_client.InProgress): for log in update.logs: print(log["message"])result = fal_client.subscribe( "fal-ai/ideogram/v2/turbo", arguments={ "prompt": "A comic style illustration of a skeleton sitting on a toilet in a bathroom. The bathroom has a Halloween decoration with a pumpkin jack-o-lantern and bats flying around. There is a text above the skeleton that says \"Just Waiting for Halloween with Ideogram 2.0 at fal.ai\"" }, with_logs=True, on_queue_update=on_queue_update,)print(result)
{ "prompt": "A comic style illustration of a skeleton sitting on a toilet in a bathroom. The bathroom has a Halloween decoration with a pumpkin jack-o-lantern and bats flying around. There is a text above the skeleton that says \"Just Waiting for Halloween with Ideogram 2.0 at fal.ai\"", "aspect_ratio": "1:1", "expand_prompt": true, "style": "auto", "sync_mode": false, "negative_prompt": ""}
import fal_clientdef on_queue_update(update): if isinstance(update, fal_client.InProgress): for log in update.logs: print(log["message"])result = fal_client.subscribe( "fal-ai/ideogram/v2/turbo/remix", arguments={ "prompt": "An ice field in north atlantic", "image_url": "https://fal.media/files/lion/FHOx4y4a0ef7Sgmo-sOUR_image.png" }, with_logs=True, on_queue_update=on_queue_update,)print(result)
import fal_clientdef on_queue_update(update): if isinstance(update, fal_client.InProgress): for log in update.logs: print(log["message"])result = fal_client.subscribe( "fal-ai/ideogram/v2/turbo/edit", arguments={ "prompt": "A knight in shining armour holding a greatshield with \"FAL\" on it", "image_url": "https://storage.googleapis.com/falserverless/flux-lora/example-images/knight.jpeg", "mask_url": "https://storage.googleapis.com/falserverless/flux-lora/example-images/mask_knight.jpeg" }, with_logs=True, on_queue_update=on_queue_update,)print(result)
{ "prompt": "A knight in shining armour holding a greatshield with \"FAL\" on it", "image_url": "https://storage.googleapis.com/falserverless/flux-lora/example-images/knight.jpeg", "mask_url": "https://storage.googleapis.com/falserverless/flux-lora/example-images/mask_knight.jpeg", "style": "auto", "expand_prompt": true, "sync_mode": false}