Files
openrouter-python-sdk-retry…/docs/models/createchatcompletionresponse.md
T
2025-09-17 09:19:51 -05:00

18 lines
441 B
Markdown

# CreateChatCompletionResponse
## Supported Types
### `models.ChatCompletion`
```python
value: models.ChatCompletion = /* values here */
```
### `Union[eventstreaming.EventStream[models.ChatCompletionChunk], eventstreaming.EventStreamAsync[models.ChatCompletionChunk]]`
```python
value: Union[eventstreaming.EventStream[models.ChatCompletionChunk], eventstreaming.EventStreamAsync[models.ChatCompletionChunk]] = /* values here */
```