Create a preset from a chat-completions request body
Creates a preset (or a new version of an existing one) from an inference request body. Only fields that overlap with the preset config are persisted; other fields (e.g. messages, stream, prompt) are silently ignored.
Path parameters
URL-safe slug identifying the preset. Created if it does not exist.
URL-safe slug identifying the preset. Created if it does not exist.
Request body
Response
Preset created or updated successfully.
Example response
{
"data": {
"created_at": "2026-04-20T10:00:00Z",
"creator_user_id": "user_2dHFtVWx2n56w6HkM0000000000",
"description": null,
"designated_version": {
"config": {
"model": "openai/gpt-4o",
"temperature": 0.7
},
"created_at": "2026-04-20T10:00:00Z",
"creator_id": "user_2dHFtVWx2n56w6HkM0000000000",
"id": "550e8400-e29b-41d4-a716-446655440000",
"preset_id": "650e8400-e29b-41d4-a716-446655440001",
"system_prompt": "You are a helpful assistant.",
"updated_at": "2026-04-20T10:00:00Z",
"version": 1
},
"designated_version_id": "550e8400-e29b-41d4-a716-446655440000",
"id": "650e8400-e29b-41d4-a716-446655440001",
"name": "my-preset",
"slug": "my-preset",
"status": "active",
"status_updated_at": null,
"updated_at": "2026-04-20T10:00:00Z",
"workspace_id": "750e8400-e29b-41d4-a716-446655440002"
}
}Changes
Changed in 53 of the 226 revisions of this API.10210140
- ○
added the new optional request property
//////new-optional-request-property
- ○
- ○
added the new
PrimeIntellectenum value to the request property//////request-property-enum-value-added
- ○
added the new
PrimeIntellectenum value to the request property//////request-property-enum-value-added
- ○
added the new
PrimeIntellectenum value to the request property//////request-property-enum-value-added
- ○
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
added the new optional request property
//////////////new-optional-request-property
- ○
- ○
added the new
Cosineenum value to the request property//////request-property-enum-value-added
- ○
added the new
Cosineenum value to the request property//////request-property-enum-value-added
- ○
added the new
Cosineenum value to the request property//////request-property-enum-value-added
- ○
- ○
added the new
Ollamaenum value to the request property//////request-property-enum-value-added
- ○
added the new
Ollamaenum value to the request property//////request-property-enum-value-added
- ○
added the new
Ollamaenum value to the request property//////request-property-enum-value-added
- ○
- ○
added the new optional request property
////////////new-optional-request-property
- ○
added the new optional request property
////////////new-optional-request-property
- ○
- ○
added the new optional request property
////////////new-optional-request-property
- ○
added the new optional request property
////////////new-optional-request-property
- ○
- ○
the
////////////request property's maxLength was increased from20to40request-property-max-length-increased
- ○
- ○
added the new
Makoraenum value to the request property//////request-property-enum-value-added
- ○
added the new
Makoraenum value to the request property//////request-property-enum-value-added
- ○
added the new
Makoraenum value to the request property//////request-property-enum-value-added
- ○
- ○
added the new
bedrock-xai-responses-v1enum value to the request property////////////request-property-enum-value-added
- ○
added the new
bedrock-xai-responses-v1enum value to the request property////////////request-property-enum-value-added
- ○
added the new
bedrock-xai-responses-v1enum value to the request property////////////request-property-enum-value-added
- ○
added the new
bedrock-xai-responses-v1enum value to the request property////////////request-property-enum-value-added
- ○