Get Model Voices
Retrieve available voice options for a specific model's audio output.
GET
https://api.futureagi.com/model-hub/api/model_voices/ Authentication
Query parameters
model
Model identifier (e.g., gpt-4o-audio-preview).
Response
200 OK message
Status message.
data
Voice configuration for the model.
model_name
Model identifier.
provider
Model provider (e.g.,
openai, elevenlabs). custom_voice_supported
Whether the model supports custom voices.
supported_voices
Available voice objects.
id
Voice identifier.
name
Voice display name.
type
Voice category. Values:
system, custom. supported_formats
Supported audio formats (e.g.,
mp3, wav, opus, flac). default_voice
Default voice identifier.
default_format
Default audio format.
Errors
400
The request was malformed or missing required parameters.
401
Invalid or missing API credentials.
500
An unexpected error occurred on the server while retrieving voice options.