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

# ResponsesOutputItem - Python SDK

> ResponsesOutputItem method reference

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

An output item from the response

## Supported Types

### `components.ResponsesOutputMessage`

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

### `components.ResponsesOutputItemReasoning`

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

### `components.ResponsesOutputItemFunctionCall`

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

### `components.ResponsesWebSearchCallOutput`

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

### `components.ResponsesOutputItemFileSearchCall`

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

### `components.ResponsesImageGenerationCall`

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