






















@@ -3,18 +3,18 @@ summary: "Use ElevenLabs speech, Scribe STT, and realtime transcription with Ope
33read_when:
44 - You want ElevenLabs text-to-speech in OpenClaw
55 - You want ElevenLabs Scribe speech-to-text for audio attachments
6- - You want ElevenLabs realtime transcription for Voice Call
6+ - You want ElevenLabs realtime transcription for Voice Call or Google Meet
77title: "ElevenLabs"
88---
991010OpenClaw uses ElevenLabs for text-to-speech, batch speech-to-text with Scribe
11-v2, and Voice Call streaming STT with Scribe v2 Realtime.
11+v2, and streaming STT with Scribe v2 Realtime.
121213-| Capability | OpenClaw surface | Default |
14-| ------------------------ | --------------------------------------------- | ------------------------ |
15-| Text-to-speech | `messages.tts` / `talk` | `eleven_multilingual_v2` |
16-| Batch speech-to-text | `tools.media.audio` | `scribe_v2` |
17-| Streaming speech-to-text | Voice Call `streaming.provider: "elevenlabs"` | `scribe_v2_realtime` |
13+| Capability | OpenClaw surface | Default |
14+| ------------------------ | -------------------------------------------------------------------- | ------------------------ |
15+| Text-to-speech | `messages.tts` / `talk` | `eleven_multilingual_v2` |
16+| Batch speech-to-text | `tools.media.audio` | `scribe_v2` |
17+| Streaming speech-to-text | Voice Call streaming or Google Meet `realtime.transcriptionProvider` | `scribe_v2_realtime` |
18181919## Authentication
2020@@ -66,10 +66,10 @@ Use Scribe v2 for inbound audio attachments and short recorded voice segments:
6666OpenClaw sends multipart audio to ElevenLabs `/v1/speech-to-text` with
6767`model_id: "scribe_v2"`. Language hints map to `language_code` when present.
686869-## Voice Call streaming STT
69+## Streaming STT
707071-The bundled `elevenlabs` plugin registers Scribe v2 Realtime for Voice Call
72-streaming transcription.
71+The bundled `elevenlabs` plugin registers Scribe v2 Realtime for Voice Call and
72+Google Meet agent-mode streaming transcription.
73737474| Setting | Config path | Default |
7575| --------------- | ------------------------------------------------------------------------- | ------------------------------------------------- |
@@ -111,7 +111,13 @@ provider defaults to `ulaw_8000`, so telephony frames can be forwarded without
111111transcoding.
112112</Note>
113113114+For Google Meet agent mode, set
115+`plugins.entries.google-meet.config.realtime.transcriptionProvider` to
116+`"elevenlabs"` and configure the same provider block under
117+`plugins.entries.google-meet.config.realtime.providers.elevenlabs`.
118+114119## Related
115120116121- [Text-to-speech](/tools/tts)
122+- [Google Meet](/plugins/google-meet)
117123- [Model selection](/concepts/model-providers)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。