Voices & Models

Onepin runs voice workflows across 32 TTS models from 19 leading text-to-speech providers.

Route across many providers and mix them in a single workflow — never locked to one vendor.

How many TTS models does Onepin support?

32 models across 19 providers:

ProviderModelModel ID
ElevenLabsEleven Flash v2.5eleven_flash_v2_5
ElevenLabsEleven Multilingual v2eleven_multilingual_v2
ElevenLabsEleven Turbo v2.5eleven_turbo_v2_5
ElevenLabsEleven v3eleven_v3
CartesiaSonic 3.5sonic-3.5
CartesiaSonic 3.6sonic-3.6
CartesiaSonic Preview (Beta)sonic-preview
InworldRealtime TTS-2inworld-tts-2
InworldRealtime TTS 1.5 Maxinworld-tts-1.5-max
RimeMist v2mistv2
RimeCodacoda
RimeMist v3mistv3
CAMB.AIMARS Promars-pro
DeepgramAura-2aura-2
DeepgramFlux TTSflux-tts
Fish AudioS2 Pros2-pro
Google CloudGemini 3.1 Flash TTSgemini-3.1-flash-tts
Google CloudWaveNet voiceswavenet
MiniMaxSpeech 2.8 HDspeech-2.8-hd
Murf AIFalcon 2falcon-2
OpenAIGPT-4o mini TTSgpt-4o-mini-tts
RespeecherReal-Time TTSrespeecher-tts
Alibaba CloudQwen-Audio-3.0-TTS Flashqwen-audio-3.0-tts-flash
Alibaba CloudQwen-Audio-3.0-TTS Plusqwen-audio-3.0-tts-plus
AWS PollyPolly Long-Formlong-form
Microsoft AzureAzure HD voicesdragonhdlatestneural
Microsoft AzureMAI-Voice-2mai-voice-2
Microsoft AzureAzure Neural TTSneural
Boson AIHiggs TTS 3higgs-tts-3
GradiumGradium TTSdefault
NaverClovaclova
Respeecher MarketplaceRespeecher Marketplace TTSmarketplace

Availability varies by plan — your live set is whatever onepin voices list returns. The Model ID column is what GET /providers/{provider}/models returns, and it is the value a Generator’s voice_map takes for model — see Generator.

Providers and models carry a beta flag in the catalog. It’s a badge, read live per request — staff can graduate something out of beta without a release — and it never affects whether you can use the model. A provider is badged beta only when every model you can see under it is.

Browse your catalog

onepin voices list --language en-us
from onepin import OnepinClient
for v in OnepinClient().voices.list(limit=50).data:
print(v.id, v.name, v.supported_languages)

Full catalog with pricing and languages: onepin.ai/models.