Generator
The Operator node that synthesizes speech — where a voice and model are assigned per language.
Family: Operator · type: processing_generator
The Generator is the TTS engine. It assigns a voice and model per language and synthesizes the audio — this is where speech is made, and it’s required in every runnable workflow (Export needs the audio only the Generator produces).
Config
The voice_map maps each language to one or more voice assignments:
Workflows that translate into several languages have one voice_map entry per language — each needs its own voice.
Two identifier traps live here:
voice_idis the provider’s voice ID (provider_voice_idon a voice object), not the Onepin voice UUID you see invoices list.modelis the provider’s native model ID (e.g.eleven_multilingual_v2,sonic-2) — not the Onepin catalog model IDs shown on Voices & Models.
Get valid voice + model pairs
Pull the provider catalog to see which models a provider offers and which voices each model supports:
Inspect this node
Related
- Browse voices — find a voice and its
provider_voice_id - Voices & Models — the model catalog
- Validators — check the audio before it ships

