create_image_pro_flash
Generate native pixel-art images with optional style guidance. Runs as a background job, returning PNG, URL, and a durable source ID for reuse without extra cost.
Instructions
Generate one native pixel-art image with the Pro Flash engine, optionally guided by a style image. Runs as a background job; the completed result carries the PNG, an image_url and a durable source_image_id — keep that ID to later build a Pro Flash character or object from the same image without paying for it again (create_character_pro_flash / create_object_pro_flash). About 5 generation units; call get_pro_flash_cost for current pricing and get_pro_flash_capabilities for the exact native sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Recorded seed (default 0); the Pro Flash provider does not promise deterministic output | |
| image_size | Yes | Output size. Native sizes: 16x16 (experimental), 24x24, 32x32, 32x48, 64x64, 96x64, 96x96. Custom (Beta): 16-256 per side, both multiples of 4. Defaults to 64x64 | |
| project_id | No | Optional project ID to file the result under | |
| description | Yes | What to generate (max 2000 chars) | |
| style_image | No | Optional style reference ('left-box' image) whose visual traits are copied into the result. Must fit the operation's native canvas | |
| no_background | No | Generate with transparent background | |
| style_options | No | Which visual traits to copy from style_image (all default true) |