| name | text-to-speech |
| description | Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI.
Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts).
Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech.
Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants.
Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over,
generate speech, ai narrator, voice cloning, text to audio, elevenlabs alternative,
voice ai, ai voiceover, speech generator, natural voice
|
| allowed-tools | Bash(infsh *) |
Text-to-Speech
Convert text to natural speech via inference.sh CLI.
Quick Start
curl -fsSL https://cli.inference.sh | sh && infsh login
infsh app run infsh/kokoro-tts --input '{"text": "Hello, welcome to our product demo."}'
Available Models
| Model | App ID | Best For |
|---|
| DIA TTS | infsh/dia-tts | Conversational, expressive |
| Kokoro TTS | infsh/kokoro-tts | Fast, natural |
| Chatterbox | infsh/chatterbox | General purpose |
| Higgs Audio | infsh/higgs-audio | Emotional control |
| VibeVoice | infsh/vibevoice | Podcasts, long-form |
Browse All Audio Apps
infsh app list --category audio
Examples
Basic Text-to-Speech
infsh app run infsh/kokoro-tts --input '{"text": "Welcome to our tutorial."}'
Conversational TTS with DIA
infsh app sample infsh/dia-tts --save input.json
infsh app run infsh/dia-tts --input input.json
Long-form Audio (Podcasts)
infsh app sample infsh/vibevoice --save input.json
infsh app run infsh/vibevoice --input input.json
Expressive Speech with Higgs
infsh app sample infsh/higgs-audio --save input.json
infsh app run infsh/higgs-audio --input input.json
Use Cases
- Voiceovers: Product demos, explainer videos
- Audiobooks: Convert text to spoken word
- Podcasts: Generate podcast episodes
- Accessibility: Make content accessible
- IVR: Phone system voice prompts
- Video Narration: Add narration to videos
Combine with Video
Generate speech, then create a talking head video:
infsh app run infsh/kokoro-tts --input '{"text": "Your script here"}' > speech.json
infsh app run bytedance/omnihuman-1-5 --input '{
"image_url": "https://portrait.jpg",
"audio_url": "<audio-url-from-step-1>"
}'
Related Skills
npx skills add inference-sh/skills@inference-sh
npx skills add inference-sh/skills@ai-avatar-video
npx skills add inference-sh/skills@ai-music-generation
npx skills add inference-sh/skills@speech-to-text
npx skills add inference-sh/skills@ai-video-generation
Browse all apps: infsh app list