DocsProvider Capabilities

Provider Capabilities

Feature support by provider and tier. Unsupported modifiers return 400.

Capability Matrix

ProviderTierSSMLMarkupSpeedMulti-SpeakerModel SelectionPromptBitrate Config
Google[1]PremiumConditionalConditionalConditionalNoNoNoYes
GoogleUltraYesNoNoYesYesYesYes
PollyPremiumYesNoNoNoNoNoNo
PollyUltraYesNoNoNoNoNoNo
KokoroPremiumNoNoYesNoNoNoYes

[1] SSML, markup, and speed vary by voice family — check GET /api/v1/voices.

Models By Tier

These are the public voice families you will see in GET /api/v1/voices, grouped by provider and tier.

ProviderTierModels
GooglePremiumCasual, Chirp-HD, Chirp3-HD, Neural2, News, Polyglot, Standard, Studio, Wavenet
GoogleUltraGemini
PollyPremiumGenerative, Neural, Standard
PollyUltraLong-Form
KokoroPremiumKokoro

Looking for supported languages and live voice availability? Browse the Voice Library for a visual view, or use GET /api/v1/voices for the full API response.

Text And Prompt Limits

The limits below show the maximum accepted text for each provider/tier combination, plus prompt limits where prompt is supported.

ProviderTierMax Text(bytes)Prompt Limits(bytes)
GooglePremium500,000Not supported
GoogleUltra4,0004,000
PollyPremium100,000Not supported
PollyUltra100,000Not supported
KokoroPremium5,000Not supported

When prompt is used, chars_charged includes both text and prompt bytes.

Voice-Level Capabilities

The matrix above covers provider/tier-level features. For voice-specific capabilities, use GET /api/v1/voices. Each voice includes:

FieldDescription
supports_ssmlWhether this voice supports SSML input format
supports_markupWhether this voice supports markup input format
supports_multispeakerWhether this voice supports multi-speaker mode
model_typeVoice tier: "premium" or "ultra"
languageVoice language code (e.g., en-US)
providerVoice provider (e.g., google, polly, kokoro)

Always check voice-level fields before sending optional modifiers. See GET /api/v1/voices for the full response shape.

Back to Documentation

© 2026 AI TTS Microservice. All rights reserved.