> ## 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. # Preset A preset without version details. ## Fields | Field | Type | Required | Description | Example | | ----------------------- | --------------------------------------------------------- | -------------------- | ----------------------- | ------- | | `created_at` | *str* | :heavy\_check\_mark: | N/A | | | `creator_user_id` | *Nullable\[str]* | :heavy\_check\_mark: | N/A | | | `description` | *Nullable\[str]* | :heavy\_check\_mark: | N/A | | | `designated_version_id` | *Nullable\[str]* | :heavy\_check\_mark: | N/A | | | `id` | *str* | :heavy\_check\_mark: | N/A | | | `name` | *str* | :heavy\_check\_mark: | N/A | | | `slug` | *str* | :heavy\_check\_mark: | N/A | | | `status` | [components.PresetStatus](../components/presetstatus.mdx) | :heavy\_check\_mark: | The status of a preset. | active | | `status_updated_at` | *Nullable\[str]* | :heavy\_check\_mark: | N/A | | | `updated_at` | *str* | :heavy\_check\_mark: | N/A | | | `workspace_id` | *Nullable\[str]* | :heavy\_check\_mark: | N/A | |