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

# InternChatMessage

One OpenAI-compatible chat message, discriminated by `role`.

## Supported Types

### `components.InternChatAssistantMessage`

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

### `components.InternChatDeveloperMessage`

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

### `components.InternChatSystemMessage`

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

### `components.InternChatToolMessage`

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

### `components.InternChatUserMessage`

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