Access to Eleven Turbo v2 #57
-
I can see that you can access Turbo v2 via the dashboard but is it possible to access this via code? |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Jan 2, 2024
Replies: 1 comment
-
use var voiceClip = await api.TextToSpeechEndpoint.TextToSpeechAsync(message, voice, model: Model.EnglishTurboV2, cancellationToken: lifetimeCancellationTokenSource.Token); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StephenHodgson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
model
parameter in your request: