openclaw/docs/providers
Lauren Rosenberg 408094d036 feat(tts): add pocket-tts provider for local CPU-based TTS
Adds support for Pocket TTS (https://github.com/kyutai-labs/pocket-tts) as a new TTS provider.

Features:
- Local, offline TTS with no API key required
- ~200ms latency, runs on CPU
- 8 built-in voices + voice cloning via reference audio
- Auto-start server option (spawns pocket-tts serve)
- 60s cooldown after startup failure to prevent loops
- Doctor check for misconfigurations

Config:
  messages.tts.provider: 'pocket'
  messages.tts.pocket.enabled: true (default)
  messages.tts.pocket.baseUrl: 'http://localhost:8000' (default)
  messages.tts.pocket.voice: 'alba' (default)
  messages.tts.pocket.autoStart: false (default)

Output format is WAV (uncompressed). Falls back to other providers
if server is not running and autoStart is disabled.
2026-01-26 17:12:19 +00:00
..
anthropic.md docs: add anthropic auth error troubleshooting 2026-01-25 00:07:19 +00:00
claude-max-api-proxy.md Docs: add Claude Max API Proxy guide (#1875) 2026-01-25 22:32:38 -06:00
deepgram.md refactor: unify media provider options 2026-01-17 09:28:05 +00:00
github-copilot.md Revert "fix: improve GitHub Copilot integration" 2026-01-23 07:14:00 +00:00
glm.md docs: add provider hub and model provider pages 2026-01-11 02:27:37 +01:00
index.md Docs: add Claude Max API Proxy guide (#1875) 2026-01-25 22:32:38 -06:00
minimax.md Docs: note MiniMax usage endpoint 2026-01-17 19:45:54 +00:00
models.md docs: refine venice highlight 2026-01-25 01:49:53 +00:00
moonshot.md feat: add kimi code provider onboarding 2026-01-17 17:25:07 +00:00
ollama.md docs: fix ollama links 2026-01-25 00:05:38 +00:00
openai.md docs: add quick setup blocks to chat providers 2026-01-11 02:40:38 +01:00
opencode.md docs: add provider hub and model provider pages 2026-01-11 02:27:37 +01:00
openrouter.md docs: add provider hub and model provider pages 2026-01-11 02:27:37 +01:00
pocket-tts.md feat(tts): add pocket-tts provider for local CPU-based TTS 2026-01-26 17:12:19 +00:00
qwen.md UI: label Qwen provider 2026-01-18 01:03:08 +00:00
synthetic.md fix: refine synthetic provider + minimax probes 2026-01-13 03:36:53 +00:00
venice.md docs: refine venice highlight 2026-01-25 01:49:53 +00:00
vercel-ai-gateway.md Docs: add Vercel AI Gateway sidebar entry (#1901) 2026-01-25 20:22:10 -06:00
zai.md docs: add provider hub and model provider pages 2026-01-11 02:27:37 +01:00