What problem does it solve? It removes the need to manually record or source voice audio by programmatically converting text into natural-sounding speech files for applications, content, and accessibility features. ## Core Features & Use Cases - Text-to-Speech Generation: Convert text up to 1024 characters into WAV, MP3, or PCM audio with seven selectable voices, adjustable speed (0.5-2.0), and volume control. - CLI and SDK Modes: Use the z-ai CLI for quick one-off conversions or the z-ai-web-dev-sdk in backend code for dynamic, production integrations such as Next.js API routes. - Use Case: Build an e-learning app where lesson text is sent to a Next.js API route that returns generated narration audio, with long lessons automatically split into chunks under the 1024-character limit. ## Quick Start Ask the AI to convert the text "Hello, world" into a WAV audio file using the TTS skill and save it as output.wav.