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

# OutputItems - Python SDK

> OutputItems 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.OutputApplyPatchCallItem`

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

### `components.OutputCodeInterpreterCallItem`

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

### `components.OutputComputerCallItem`

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

### `components.OutputCustomToolCallItem`

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

### `components.OutputFileSearchCallItem`

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

### `components.OutputFunctionCallItem`

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

### `components.OutputImageGenerationCallItem`

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

### `components.OutputMessageItem`

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

### `components.OutputApplyPatchServerToolItem`

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

### `components.OutputBashServerToolItem`

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

### `components.OutputBrowserUseServerToolItem`

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

### `components.OutputCodeInterpreterServerToolItem`

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

### `components.OutputDatetimeItem`

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

### `components.OutputSearchModelsServerToolItem`

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

### `components.OutputFileSearchServerToolItem`

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

### `components.OutputFusionServerToolItem`

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

### `components.OutputImageGenerationServerToolItem`

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

### `components.OutputMcpServerToolItem`

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

### `components.OutputMemoryServerToolItem`

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

### `components.OutputTextEditorServerToolItem`

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

### `components.OutputToolSearchServerToolItem`

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

### `components.OutputWebFetchServerToolItem`

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

### `components.OutputWebSearchServerToolItem`

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

### `components.OutputReasoningItem`

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

### `components.OutputWebSearchCallItem`

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