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

# PresetWithDesignatedVersion

A preset with its currently designated version.

## Fields

| Field                 | Type                                                                                        | Required             | Description                                                                   | Example                                                                                                                                                                                                                                                                                                                                                                                                                            |
| --------------------- | ------------------------------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CreatedAt`           | `string`                                                                                    | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `CreatorUserID`       | `*string`                                                                                   | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Description`         | `*string`                                                                                   | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `DesignatedVersionID` | `*string`                                                                                   | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `ID`                  | `string`                                                                                    | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Name`                | `string`                                                                                    | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Slug`                | `string`                                                                                    | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Status`              | [components.PresetStatus](../../models/components/presetstatus.mdx)                         | :heavy\_check\_mark: | The status of a preset.                                                       | active                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `StatusUpdatedAt`     | `*string`                                                                                   | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `UpdatedAt`           | `string`                                                                                    | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `WorkspaceID`         | `*string`                                                                                   | :heavy\_check\_mark: | N/A                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `DesignatedVersion`   | [\*components.PresetDesignatedVersion](../../models/components/presetdesignatedversion.mdx) | :heavy\_check\_mark: | A specific version of a preset, containing config and optional system prompt. | \{<br />"config": \{<br />"model": "openai/gpt-4o",<br />"temperature": 0.7<br />},<br />"created\_at": "2026-04-20T10:00:00Z",<br />"creator\_id": "user\_2dHFtVWx2n56w6HkM0000000000",<br />"id": "550e8400-e29b-41d4-a716-446655440000",<br />"preset\_id": "650e8400-e29b-41d4-a716-446655440001",<br />"system\_prompt": "You are a helpful assistant.",<br />"updated\_at": "2026-04-20T10:00:00Z",<br />"version": 1<br />} |
