mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
517 B
Plaintext
19 lines
517 B
Plaintext
---
|
|
title: "CreateImagesResponse"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.ImageGenerationResponse`
|
|
|
|
```python
|
|
value: components.ImageGenerationResponse = /* values here */
|
|
```
|
|
|
|
### `Union[eventstreaming.EventStream[components.ImageStreamingResponseData], eventstreaming.EventStreamAsync[components.ImageStreamingResponseData]]`
|
|
|
|
```python
|
|
value: Union[eventstreaming.EventStream[components.ImageStreamingResponseData], eventstreaming.EventStreamAsync[components.ImageStreamingResponseData]] = /* values here */
|
|
```
|
|
|