v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
voices
voices

Get Default Voice Settings.

Gets the default settings for voices. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app.

get/v1/voices/settings/default

Response

Successful Response

stabilitynumber nullable

Determines how stable the voice is and the randomness between each generation. Lower values introduce broader emotional range for the voice. Higher values can result in a monotonous voice with limited emotion.

use_speaker_boostboolean nullable

This setting boosts the similarity to the original speaker. Using this setting requires a slightly higher computational load, which in turn increases latency.

similarity_boostnumber nullable

Determines how closely the AI should adhere to the original voice when attempting to replicate it.

stylenumber nullable

Determines the style exaggeration of the voice. This setting attempts to amplify the style of the original speaker. It does consume additional computational resources and might increase latency if set to anything other than 0.

speednumber nullable

Adjusts the speed of the voice. A value of 1.0 is the default speed, while values less than 1.0 slow down the speech, and values greater than 1.0 speed it up.

Example response

{
  "similarity_boost": 1,
  "speed": 1,
  "stability": 1,
  "style": 0,
  "use_speaker_boost": true
}