Generate images using OpenDunes-hosted image models.
The Images resource gives you text-to-image generation, billed in DA per output image. It works with the OpenAI SDK's images.generate helper, which maps to POST /v1/images/generations.
The response data[].url is a signed, time-limited URL to the stored image (not raw base64). If the provider returns no image, the call fails with 502 no_image and you are not charged.
Editing and variations (
images.edit,images.create_variation) are not yet supported — only generation is live.
Image generation is billed per output image — n images cost n × the model's per-image rate. Rates are shown in the model catalog. See the image API reference.