> ## 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.

# CreateInternChatCompletionResponse

## Supported Types

### `Union[eventstreaming.EventStream[components.InternChatCompletionChunk], eventstreaming.EventStreamAsync[components.InternChatCompletionChunk]]`

```python theme={null}
value: Union[eventstreaming.EventStream[components.InternChatCompletionChunk], eventstreaming.EventStreamAsync[components.InternChatCompletionChunk]] = /* values here */
```

### `components.InternChatCompletionChunk`

```python theme={null}
value: components.InternChatCompletionChunk = /* values here */
```
