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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

model string Required

Model identifier (e.g., gpt-4o-audio-preview).

Response

200 OK
message string
Status message.
data object
Voice configuration for the model.
model_name string
Model identifier.
provider string
Model provider (e.g., openai, elevenlabs).
custom_voice_supported boolean
Whether the model supports custom voices.
supported_voices array
Available voice objects.
id string
Voice identifier.
name string
Voice display name.
type string
Voice category. Values: system, custom.
supported_formats array
Supported audio formats (e.g., mp3, wav, opus, flac).
default_voice string
Default voice identifier.
default_format string
Default audio format.

Errors

400 Bad Request Optional
The request was malformed or missing required parameters.
401 Unauthorized Optional
Invalid or missing API credentials.
500 Internal Server Error Optional
An unexpected error occurred on the server while retrieving voice options.
GET /
Authentication
REQUEST
 
RESPONSE