coeus_image_generate
Generate image bytes from a prompt when a capable provider is configured. Returns an error if the routed model cannot emit an image.
Instructions
Generate image bytes only when a capable provider is configured; returns an error if the routed model cannot emit an image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed | |
| model | No | Model | |
| style | No | Style | |
| prompt | Yes | Prompt | |
| num_images | No | Num images | |
| aspect_ratio | No | Aspect ratio | |
| return_format | No | Return format | |
| negative_prompt | No | Negative prompt |