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

# UpdateInternRequest

Lifecycle settings to change. Omitted fields stay unchanged and null clears a field.

## Example Usage

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

let value: UpdateInternRequest = {};
```

## Fields

| Field          | Type     | Required             | Description                                                                                                                                                                                                                                                                                                        |
| -------------- | -------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `description`  | *string* | :heavy\_minus\_sign: | New free-form description. Null clears it.                                                                                                                                                                                                                                                                         |
| `instructions` | *string* | :heavy\_minus\_sign: | New standing instructions. Null clears them.                                                                                                                                                                                                                                                                       |
| `model`        | *string* | :heavy\_minus\_sign: | New OpenRouter model slug in `author/slug` form (an optional `:variant` suffix is accepted). Other shapes are refused with 400. Null restores the workspace default. Takes effect on the next provision: until then `GET` shows this configured model while chat chunks show the model the running intern reports. |
| `name`         | *string* | :heavy\_minus\_sign: | New intern name, unique per creator within the workspace.                                                                                                                                                                                                                                                          |
