API: list available TTS models with GET /v1/audio/models
API: list available TTS models with GET /v1/audio/models
GET /v1/audio/models returns the text-to-speech models you can pass as the model parameter, so you can populate a model picker at runtime instead of hardcoding the list.
Each entry carries the model id, a human-readable name and description, a default flag (the model used when a request omits model), a recommended flag (the model we suggest for new integrations - distinct from the default, which stays stable for backwards compatibility), and the languages it can synthesize (BCP-47 locale strings). The catalog is returned in a single response and is not paginated. These values reflect current support and can change over time, so read them at runtime rather than caching them.