Files
openrouter-python-sdk-retry…/docs/components/easyinputmessagecontentunion1.mdx
T

37 lines
575 B
Plaintext

---
title: "EasyInputMessageContentUnion1"
---
## Supported Types
### `components.InputText`
```python
value: components.InputText = /* values here */
```
### `components.EasyInputMessageContentInputImage`
```python
value: components.EasyInputMessageContentInputImage = /* values here */
```
### `components.InputFile`
```python
value: components.InputFile = /* values here */
```
### `components.InputAudio`
```python
value: components.InputAudio = /* values here */
```
### `components.InputVideo`
```python
value: components.InputVideo = /* values here */
```