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

# InvokeInternResponse

## Example Usage

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

let value: InvokeInternResponse = {
  headers: {},
  result: {
    sessionId: "b51a0e21-368b-4780-a220-14655bf28c55",
    status: "started",
  },
};
```

## Fields

| Field     | Type                                                                                 | Required             | Description | Example                                                                                        |
| --------- | ------------------------------------------------------------------------------------ | -------------------- | ----------- | ---------------------------------------------------------------------------------------------- |
| `headers` | Record\<string, *string*\[]>                                                         | :heavy\_check\_mark: | N/A         |                                                                                                |
| `result`  | [models.InternInvokeAcceptedResponse](../../models/interninvokeacceptedresponse.mdx) | :heavy\_check\_mark: | N/A         | \{<br />"session\_id": "b51a0e21-368b-4780-a220-14655bf28c55",<br />"status": "started"<br />} |
