Available on crate feature
image
only.Expand description
Everything related to core image generation abstractions in Rig. Rig allows calling a number of different providers (that support image generation) using the ImageGenerationModel trait.
Structs§
- Image
Generation Request - An image generation request.
- Image
Generation Request Builder - A builder for
ImageGenerationRequest
. Can be sent to a model provider. - Image
Generation Response - A unified response for a model image generation, returning both the image and the raw response.