generate-image
Generate an image from a text prompt and return it inline. The image is sent back as an image content block: clients that render images (e.g. desktop apps) display it, and the model can see it. This bills the authenticated user for the generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Optional output size, e.g. "2K", "4K", or explicit "1024x1024" | |
| model | Yes | Image model slug, e.g. "bytedance-seed/seedream-4.5" | |
| prompt | Yes | Text description of the desired image |