Presets - Go SDK
Presets - Go SDK
Presets method reference
The Go SDK and docs are currently in beta. Report issues on GitHub.
Overview
Presets endpoints
Available Operations
- CreatePresetsChatCompletions - Create a preset from a chat-completions request body
CreatePresetsChatCompletions
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.
Example Usage
Parameters
Response
*components.CreatePresetFromInferenceResponse, error