Skip to main content
Version: 2.0

Create a generation preset

POST 

/v2/generation_presets

Create a custom generation preset for use in query and chat requests. A generation preset bundles a prompt template, an LLM, and model parameters into a reusable configuration.

The created preset can be referenced by name using the generation_preset_name field in query or chat requests.

Request

Responses

The created generation preset.