Get Models
GET/v1/models
Get information about available TTS models.
This endpoint returns a list of TTS models from supported providers:
- AWS Polly (standard and neural)
- Google Cloud TTS
- Azure Speech Services
Parameters:
- provider: Optional filter to return models only from a specific provider (e.g., "aws", "google", "azure")
Returns:
- A list of model objects with provider information and capabilities
Request
Responses
- 200
- 422
Successful Response
Validation Error