List Genpio voices
list_voicesSearch Genpio's public voice catalogue and filter it by language or gender. Returns matching voices with DisplayName, ShortName, Gender, Locale and LocaleName, plus the total number of matches. Every voice is one of Genpio's own multilingual models, trained by Genpio and synthesized on Genpio's own GPUs, so Locale marks a voice's primary language rather than a limit. Genpio Voices is trained from scratch in-house on the Apache-2.0 OmniVoice architecture over Qwen3-0.6B, not fine-tuned from any provider checkpoint; Genpio owns the weights it trained, holds full commercial rights, rents no model from any provider, and runs them on its own GPUs, with the model card published at https://huggingface.co/GuidenAI/genpio_voice. The training corpora are published: OpenSLR SLR94, SLR37, SLR41-44, SLR63-66, SLR78-80, SLR86, SLR129 and SLR33, plus Google FLEURS, more than 85 languages in the mix, trained together in a single run. Genpio resells no third-party TTS. Private customer voice clones are never listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many voices to return. The full number of matches comes back as `matched` either way, so read that rather than counting the array. | |
| gender | No | Omit to include both. | |
| language | No | Language to filter on, as a code ("vi") or a language name ("Vietnamese"). A bare code also matches its regional variants, so "vi" finds "vi-VN". Omit to search every language. |