Creates a new LLM generation strategy within the specified organization.
ID of the Vendor (UUID)
ID of the Organization (UUID)
Strategy creation data
Request body for creating a new LLM Generation Strategy.
Name of the strategy.
"My Opal Strategy"
Type identifier of the strategy.
"phonebot-v2.1"
Type-specific configuration parameters for the strategy. Structure depends on the strategy type.
{
"temperature": 0.2,
"outputSampleRate": 44100,
"voice": {
"provider": "elevenlabs",
"voiceId": "lcMyyd2HUfFzxdCaC4Ta",
"modelId": "eleven_multilingual_v2",
"speed": 1,
"stability": 0.5,
"similarityBoost": 0.75,
"style": 0,
"useSpeakerBoost": false
},
"vad": {
"confidenceThreshold": 0.5,
"minVolume": 0,
"startDuration": 0.3,
"stopDuration": 0.7,
"backbufferDuration": 1
}
}Strategy successfully created
Standard API response wrapper