Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Slug | string | :heavy_check_mark: | URL-safe slug identifying the preset. Created if it does not exist. | my-preset |
MessagesRequest | components.MessagesRequest | :heavy_check_mark: | N/A | {"max_tokens": 1024,"messages": [{"content": "Hello, how are you?","role": "user"}], “model”: “anthropic/claude-4.5-sonnet-20250929”, “temperature”: 0.7 } |