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

# Variables

## Supported Types

### `str`

```python theme={null}
value: str = /* values here */
```

### `components.InputText`

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

### `components.InputImage`

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

### `components.InputFile`

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