Skip to main content
Similar to providing image inputs, you can also get image outputs from an agent. Take a look at the compatibility matrix to see which models support image as output.

Image Output Modality

The following example demonstrates how some models can directly generate images as part of their response.
image_agent.py
You can find all generated images in the RunOutput.images list.

Developer Resources