use Deserialize;
/// Struct representing the response body for text-to-image and image-to-image generation endpoint.
///
/// This struct contains fields representing the generated image, seed used for generation (if applicable),
/// and the cost of generation (if applicable).