Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
models.ImageGenerationResponse
const value: models.ImageGenerationResponse = { created: 1748372400, data: [ { b64Json: "<base64-encoded-image>", }, ], };
EventStream<models.ImageStreamingResponse>