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

## Fields

| Field          | Type                                         | Required             | Description                                                                                                                                                                                                                                                                                                        |
| -------------- | -------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Description`  | optionalnullable.OptionalNullable\[`string`] | :heavy\_minus\_sign: | New free-form description. Null clears it.                                                                                                                                                                                                                                                                         |
| `Instructions` | optionalnullable.OptionalNullable\[`string`] | :heavy\_minus\_sign: | New standing instructions. Null clears them.                                                                                                                                                                                                                                                                       |
| `Model`        | optionalnullable.OptionalNullable\[`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.                                                                                                                                                                                                                                                          |
