CreateImagesResponse - TypeScript SDK

CreateImagesResponse type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.ImageGenerationResponse

1const value: models.ImageGenerationResponse = {
2 created: 1748372400,
3 data: [
4 {
5 b64Json: "<base64-encoded-image>",
6 },
7 ],
8};

EventStream<models.ImageStreamingResponse>