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

# PresetDesignatedVersion

A specific version of a preset, containing config and optional system prompt.

## Fields

| Field          | Type              | Required             | Description |
| -------------- | ----------------- | -------------------- | ----------- |
| `Config`       | map\[string]`any` | :heavy\_check\_mark: | N/A         |
| `CreatedAt`    | `string`          | :heavy\_check\_mark: | N/A         |
| `CreatorID`    | `string`          | :heavy\_check\_mark: | N/A         |
| `ID`           | `string`          | :heavy\_check\_mark: | N/A         |
| `PresetID`     | `string`          | :heavy\_check\_mark: | N/A         |
| `SystemPrompt` | `*string`         | :heavy\_check\_mark: | N/A         |
| `UpdatedAt`    | `string`          | :heavy\_check\_mark: | N/A         |
| `Version`      | `int64`           | :heavy\_check\_mark: | N/A         |
