From 407683b72db0017f74eb7bc3b84e052f6b2e19c7 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Tue, 12 May 2026 11:15:04 +0800 Subject: [PATCH] fix(docs): repair Voice & TTS provider table Fixes NousResearch/hermes-agent#24101 --- website/docs/integrations/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/integrations/index.md b/website/docs/integrations/index.md index 444e07660f8..21235a12ba1 100644 --- a/website/docs/integrations/index.md +++ b/website/docs/integrations/index.md @@ -56,12 +56,12 @@ See [Browser Automation](/docs/user-guide/features/browser) for setup and usage. Text-to-speech and speech-to-text across all messaging platforms: | Provider | Quality | Cost | API Key | -||----------|---------|------|---------| -|| **Edge TTS** (default) | Good | Free | None needed | -|| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` | -|| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` | -|| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` | -|| **NeuTTS** | Good | Free | None needed | +|----------|---------|------|---------| +| **Edge TTS** (default) | Good | Free | None needed | +| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` | +| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` | +| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` | +| **NeuTTS** | Good | Free | None needed | Speech-to-text supports six providers: local faster-whisper (free, runs on-device), a local command wrapper, Groq, OpenAI Whisper API, Mistral, and xAI. Voice message transcription works across Telegram, Discord, WhatsApp, and other messaging platforms. See [Voice & TTS](/docs/user-guide/features/tts) and [Voice Mode](/docs/user-guide/features/voice-mode) for details.