Hey, I noticed you can configure different play.ai models in the dashboard. Can I do this via API?
v
Vapi
10/15/2024, 6:48 PM
@bertiefa
Yes, you can configure different play.ai models via the API. You'll need to use the appropriate endpoint to update your assistant's settings with the desired play.ai model configuration. If you provide me with the specific details of the model you want to configure, I can help you construct the JSON payload to make the request.
Vapi
10/15/2024, 6:48 PM
You can continue this conversation by mentioning me in the message.
b
bertiefa
10/15/2024, 6:54 PM
voice: {
fillerInjectionEnabled: false,
provider: 'playht',
model: 'play-3.0-mini',
voiceId: voiceId,
textGuidance: 1.2,
voiceGuidance: 4.5,
styleGuidance: 23,
speed: 0.95
},
This is part of my create assistant API payload