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

# CreateInternChatCompletionResponse

## Example Usage

```typescript theme={null}
import { CreateInternChatCompletionResponse } from "@openrouter/sdk/models/operations";

// No examples available for this model
```

## Fields

| Field     | Type                                               | Required             | Description |
| --------- | -------------------------------------------------- | -------------------- | ----------- |
| `headers` | Record\<string, *string*\[]>                       | :heavy\_check\_mark: | N/A         |
| `result`  | *EventStream\<models.InternChatStreamingResponse>* | :heavy\_check\_mark: | N/A         |
