Skip to content

Commit fab0a76

Browse files
authored
update readme to include aws and speechmatics (livekit#1616)
1 parent 10bb033 commit fab0a76

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ We've partnered with OpenAI on a new `MultimodalAgent` API in the Agents framewo
6565
| OpenAI | livekit-plugins-openai | [openai.LLM()](https://docs.livekit.io/python/livekit/plugins/openai/index.html#livekit.plugins.openai.LLM) |
6666
| Azure OpenAI | livekit-plugins-openai | [openai.LLM.with_azure()](https://docs.livekit.io/python/livekit/plugins/openai/index.html#livekit.plugins.openai.LLM.with_azure) |
6767
| Anthropic | livekit-plugins-anthropic | [anthropic.LLM()](https://docs.livekit.io/python/livekit/plugins/anthropic/index.html#livekit.plugins.anthropic.LLM) |
68-
| Google (Gemini) | livekit-plugins-openai | [openai.LLM.with_vertex()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_vertex) |
68+
| Google (Gemini) | livekit-plugins-google | [google.LLM()](https://docs.livekit.io/python/livekit/plugins/google/index.html#livekit.plugins.google.LLM) |
69+
| AWS Bedrock | livekit-plugins-aws | [aws.LLM()](https://docs.livekit.io/python/livekit/plugins/aws/index.html#livekit.plugins.aws.LLM) |
6970
| Cerebras | livekit-plugins-openai | [openai.LLM.with_cerebras()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_cerebras) |
7071
| DeepSeek | livekit-plugins-openai | [openai.LLM.with_deepseek()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_deepseek) |
7172
| Groq | livekit-plugins-openai | [openai.LLM.with_groq()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_groq) |
@@ -74,6 +75,7 @@ We've partnered with OpenAI on a new `MultimodalAgent` API in the Agents framewo
7475
| Together.ai | livekit-plugins-openai | [openai.LLM.with_together()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_together) |
7576
| X.ai (Grok) | livekit-plugins-openai | [openai.LLM.with_x_ai()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.LLM.with_x_ai) |
7677

78+
7779
### STT
7880

7981
| Provider | Package | Streaming | Usage |
@@ -85,6 +87,8 @@ We've partnered with OpenAI on a new `MultimodalAgent` API in the Agents framewo
8587
| AssemblyAI | livekit-plugins-assemblyai | | [assemblyai.STT()](https://docs.livekit.io/python/livekit/plugins/assemblyai/index.html#livekit.plugins.assemblyai.STT) |
8688
| Groq (Whisper) | livekit-plugins-openai | | [openai.STT.with_groq()](https://docs.livekit.io/python/livekit/plugins/openai/#livekit.plugins.openai.STT.with_groq) |
8789
| FAL (Whizper) | livekit-plugins-fal | | [fal.STT()](https://docs.livekit.io/python/livekit/plugins/fal/index.html#livekit.plugins.fal.STT) |
90+
| Speechmatics | livekit-plugins-speechmatics | βœ… | [speechmatics.STT()](https://docs.livekit.io/python/livekit/plugins/speechmatics/index.html#livekit.plugins.speechmatics.STT) |
91+
| AWS Transcribe | livekit-plugins-aws | βœ… | [aws.STT()](https://docs.livekit.io/python/livekit/plugins/aws/index.html#livekit.plugins.aws.STT) |
8892

8993
### TTS
9094

@@ -98,6 +102,7 @@ We've partnered with OpenAI on a new `MultimodalAgent` API in the Agents framewo
98102
| Deepgram | livekit-plugins-deepgram | βœ… | | [deepgram.TTS()](https://docs.livekit.io/python/livekit/plugins/deepgram/index.html#livekit.plugins.deepgram.TTS) |
99103
| Play.ai | livekit-plugins-playai | βœ… | βœ… | [playai.TTS()](https://docs.livekit.io/python/livekit/plugins/playai/index.html#livekit.plugins.playai.TTS) |
100104
| Rime | livekit-plugins-rime | βœ… | | [rime.TTS()](https://docs.livekit.io/python/livekit/plugins/rime/index.html#livekit.plugins.rime.TTS) |
105+
| AWS Polly | livekit-plugins-aws | βœ… | | [aws.TTS()](https://docs.livekit.io/python/livekit/plugins/aws/index.html#livekit.plugins.aws.TTS) |
101106

102107
### Other plugins
103108

@@ -106,7 +111,7 @@ We've partnered with OpenAI on a new `MultimodalAgent` API in the Agents framewo
106111
| livekit-plugins-rag | Annoy based simple RAG |
107112
| livekit-plugins-llama-index | RAG with LlamaIndex |
108113
| livekit-plugins-nltk | Utilities for working with text |
109-
| livekit-plugins-vad | Voice activity detection |
114+
| livekit-plugins-silero | Voice activity detection |
110115
| livekit-plugins-turn-detector | Conversational turn detection model |
111116

112117
## Documentation and guides

0 commit comments

Comments
Β (0)