tts_providers

TTS Provider Configurations

Description

A list of known TTS providers with their default voices and configuration.

Usage

1tts_providers

Details

A named list where each element contains:

  • voices: Character vector of default/known voice names, or NULL if dynamic
  • env_var: Name of environment variable for API key, or NULL if not needed
  • base_url: Default API base URL, or NULL

Examples

1names(tts_providers)
2tts_providers[["OpenAI"]]$voices