Venice Voice Clone / List
venice_voice_cloneClone a voice from an audio sample URL using a TTS model. Also lists built-in voices grouped by model.
Instructions
Manage TTS voices. Action 'list' returns the static catalog of built-in voices grouped by TTS model (Venice does not expose a list endpoint). Action 'create' clones a voice from a sample audio URL via multipart upload to /v1/audio/voices. Supports x402 wallet auth (no Venice account needed) and API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Voice cloning model. Required for action=create. Examples: tts-chatterbox-hd, tts-minimax-speech-02-hd. | |
| action | Yes | list = show built-in voices, create = clone from sample_url | |
| sample_url | No | Audio sample URL for action=create. WAV/MP3/M4A. |