tada

Generates voice-cloned speech from text and a reference audio clip via the Pixazo API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill tada-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tada
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/tada
Command: npx skills add https://github.com/Pixazo-AI/skills --skill tada-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Converting written text into natural-sounding spoken audio with a specific voice requires a TTS service and API integration work; this Skill handles the entire Pixazo API call flow for Tada TTS voice cloning. ## Core Features & Use Cases - Voice Cloning TTS: Generate speech from a text prompt using a reference audio clip to match a target voice. - Two Model Tiers: Choose Tada 3B for more natural output or Tada 1B as the budget option. - Managed Auth & Errors: Guides the agent through one-time Pixazo API key setup and maps 401/402/429/5xx responses to clear user messages. - Use Case: A podcaster pastes a narration script and a short voice sample, and receives a downloadable audio URL of the script read in that voice. ## Quick Start Ask the agent to convert your text to speech using Tada TTS with a reference audio clip, providing your Pixazo API key when prompted.

Frequently Asked Questions about tada

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech with voice cloning using Tada TTS?▼

Send a POST request to the Pixazo gateway endpoint with your API key, a reference audio_url, the text prompt, and a language code. The response is synchronous and returns a JSON object containing the generated audio URL.

What is the difference between Tada 3B TTS and Tada 1B TTS?▼

Tada 3B TTS trades speed for a more natural-sounding read, while Tada 1B is the budget tier. Both perform voice cloning via the same text-to-speech operation on separate endpoints.

Do I need an API key to use Tada TTS through Pixazo?▼

Yes, a Pixazo API key is required and sent as the Ocp-Apim-Subscription-Key header. You can create one free at the Pixazo API console, and the Skill saves it to ~/.pixazo/api-key so you only enter it once.

Does Tada TTS require polling for results?▼

No, text-to-speech via Tada is synchronous. The API responds immediately with JSON containing the audio URL, unlike video, music, or 3D generation which use async polling.

Why am I getting a 401 or 402 error from the Pixazo TTS API?▼

A 401 means your API key is missing or invalid, so generate a fresh key at the Pixazo API console. A 402 means your account is out of credits and needs a top-up on the Pixazo dashboard.