Skip to content

ImageGenerationCall

This docs was updated at: 2026-02-23

com.paragon.responses.spec.ImageGenerationCall  ·  Class

Extends ToolCall  ·  Implements Item, ResponseOutput


An image generation request made by the model.

Methods

ImageGenerationCall

public ImageGenerationCall(@NonNull String id, @NonNull String result, @NonNull String status)

@param id The unique ID of the image generation call.

Parameters

Name Description
result The generated image encoded in base64.
status The status of the image generation call.