API reference for Ideogram V2a Turbo. Accelerated image generation with Ideogram V2A Turbo. Create high-quality visuals, posters, and logos with enhanced speed while maintaining Ideogram’s signature q
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/v2a/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}
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/v2a/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)