> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatContentItems - Python SDK

> ChatContentItems method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

Content part for chat completion messages

## Supported Types

### `components.ChatContentFile`

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

### `components.ChatContentImage`

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

### `components.ChatContentAudio`

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

### `components.LegacyChatContentVideo`

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

### `components.ChatContentText`

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

### `components.ChatContentVideo`

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