{"name":"text-to-speech","description":"Text to speech / TTS / voice generator. Morpheus primary for Kokoro, Venice fallback and alternate TTS models (xAI / ElevenLabs / Orpheus / MiniMax / Gemini), with fal.ai storage for hosted audio URLs. 30+ voices, 5 audio formats.","price":"$0.05","method":"POST","input_schema":{"properties":{"text":{"type":"string"},"voice":{"type":"string"},"model":{"type":"string"},"speed":{"type":"number"},"format":{"type":"string","enum":["mp3","wav","opus","aac","flac"]}},"required":["text"]},"input_example":{"text":"Hello, this is a test of the speech synthesizer.","voice":"af_sky","format":"mp3"},"output_example":{"audio_url":"https://...mp3","file_size_bytes":24000,"format":"mp3","source":"morpheus"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}