> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateImagesResponse

## Supported Types

### `models.ImageGenerationResponse`

```typescript theme={null}
const value: models.ImageGenerationResponse = {
  created: 1748372400,
  data: [
    {
      b64Json: "<base64-encoded-image>",
    },
  ],
};
```

### `EventStream<models.ImageStreamingResponse>`
