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

# OutputMessageStatusUnion

## Supported Types

### `components.OutputMessageStatusCompleted`

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

### `components.OutputMessageStatusIncomplete`

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

### `components.OutputMessageStatusInProgress`

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