Skip to content

Commit e92c38d

Browse files
committed
Remove mention of Multimodal in Gemini Live name
1 parent 3ed254e commit e92c38d

4 files changed

Lines changed: 50 additions & 50 deletions

File tree

client/android/transports/gemini-websocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Gemini Live Websocket Transport"
33
description: "Websocket implementation for Android using Gemini"
44
---
55

6-
The Gemini Live Websocket transport implementation enables real-time audio communication with the Gemini Multimodal Live service, using a direct websocket connection.
6+
The Gemini Live Websocket transport implementation enables real-time audio communication with the Gemini Live service, using a direct websocket connection.
77

88
<Note>
99
Transports of this type are designed primarily for development and testing

client/ios/transports/gemini-websocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Gemini Live Websocket Transport"
33
description: "Websocket implementation for iOS using Gemini"
44
---
55

6-
The Gemini Live Websocket transport implementation enables real-time audio communication with the Gemini Multimodal Live service, using a direct websocket connection.
6+
The Gemini Live Websocket transport implementation enables real-time audio communication with the Gemini Live service, using a direct websocket connection.
77

88
<Note>
99
Transports of this type are designed primarily for development and testing

client/js/transports/gemini.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "GeminiLiveWebSocketTransport"
44

55
## Overview
66

7-
The `GeminiLiveWebsocketTransport` class implements a fully functional [Pipecat `Transport`](./transport), providing a framework for implementing real-time communication directly with the [Gemini Multimodal Live](https://ai.google.dev/api/multimodal-live) service. Like all transports, it handles media device management, audio/video streams, and state management for the connection.
7+
The `GeminiLiveWebsocketTransport` class implements a fully functional [Pipecat `Transport`](./transport), providing a framework for implementing real-time communication directly with the [Gemini Live](https://ai.google.dev/api/multimodal-live) service. Like all transports, it handles media device management, audio/video streams, and state management for the connection.
88

99
<Note>
1010
Transports of this type are designed primarily for development and testing
@@ -89,7 +89,7 @@ interface GeminiLLMServiceOptions {
8989

9090
### TransportConnectionParams
9191

92-
The `GeminiLiveWebsocketTransport` does not take connection parameters. It connects directly to the Gemini Multimodal Live service using the API key provided as part of the initial configuration.
92+
The `GeminiLiveWebsocketTransport` does not take connection parameters. It connects directly to the Gemini Live service using the API key provided as part of the initial configuration.
9393

9494
### Events
9595

@@ -104,7 +104,7 @@ The GeminiLiveWebSocketTransport implements the various [PipecatClient event han
104104
icon="play"
105105
href="https://github.com/pipecat-ai/pipecat-client-web-transports/tree/main/examples/directToLLMTransports"
106106
>
107-
Gemini MultiModal Live Basic Demo
107+
Gemini Live Basic Demo
108108
</Card>
109109

110110
<Card

server/services/supported-services.mdx

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -36,55 +36,55 @@ Serializers convert between frames and media streams, enabling real-time communi
3636

3737
Speech-to-Text services receive and audio input and output transcriptions.
3838

39-
| Service | Setup |
40-
| ----------------------------------------------------- | ---------------------------------------- |
41-
| [AssemblyAI](/server/services/stt/assemblyai) | `pip install "pipecat-ai[assemblyai]"` |
42-
| [AWS Transcribe](/server/services/stt/aws) | `pip install "pipecat-ai[aws]"` |
43-
| [Azure](/server/services/stt/azure) | `pip install "pipecat-ai[azure]"` |
44-
| [Cartesia](/server/services/stt/cartesia) | `pip install "pipecat-ai[cartesia]"` |
45-
| [Deepgram](/server/services/stt/deepgram) | `pip install "pipecat-ai[deepgram]"` |
46-
| [ElevenLabs](/server/services/stt/elevenlabs) | `pip install "pipecat-ai[elevenlabs]"` |
47-
| [Fal Wizper](/server/services/stt/fal) | `pip install "pipecat-ai[fal]"` |
48-
| [Gladia](/server/services/stt/gladia) | `pip install "pipecat-ai[gladia]"` |
49-
| [Google](/server/services/stt/google) | `pip install "pipecat-ai[google]"` |
50-
| [Gradium](/server/services/stt/gradium) | `pip install "pipecat-ai[gradium]"` |
51-
| [Groq (Whisper)](/server/services/stt/groq) | `pip install "pipecat-ai[groq]"` |
52-
| [NVIDIA](/server/services/stt/nvidia) | `pip install "pipecat-ai[nvidia]"` |
53-
| [OpenAI](/server/services/stt/openai) | `pip install "pipecat-ai[openai]"` |
54-
| [Sarvam](/server/services/stt/sarvam) | `pip install "pipecat-ai[sarvam]"` |
55-
| [Soniox](/server/services/stt/soniox) | `pip install "pipecat-ai[soniox]"` |
56-
| [Speechmatics](/server/services/stt/speechmatics) | `pip install "pipecat-ai[speechmatics]"` |
57-
| [Whisper](/server/services/stt/whisper) | `pip install "pipecat-ai[whisper]"` |
39+
| Service | Setup |
40+
| ------------------------------------------------- | ---------------------------------------- |
41+
| [AssemblyAI](/server/services/stt/assemblyai) | `pip install "pipecat-ai[assemblyai]"` |
42+
| [AWS Transcribe](/server/services/stt/aws) | `pip install "pipecat-ai[aws]"` |
43+
| [Azure](/server/services/stt/azure) | `pip install "pipecat-ai[azure]"` |
44+
| [Cartesia](/server/services/stt/cartesia) | `pip install "pipecat-ai[cartesia]"` |
45+
| [Deepgram](/server/services/stt/deepgram) | `pip install "pipecat-ai[deepgram]"` |
46+
| [ElevenLabs](/server/services/stt/elevenlabs) | `pip install "pipecat-ai[elevenlabs]"` |
47+
| [Fal Wizper](/server/services/stt/fal) | `pip install "pipecat-ai[fal]"` |
48+
| [Gladia](/server/services/stt/gladia) | `pip install "pipecat-ai[gladia]"` |
49+
| [Google](/server/services/stt/google) | `pip install "pipecat-ai[google]"` |
50+
| [Gradium](/server/services/stt/gradium) | `pip install "pipecat-ai[gradium]"` |
51+
| [Groq (Whisper)](/server/services/stt/groq) | `pip install "pipecat-ai[groq]"` |
52+
| [NVIDIA](/server/services/stt/nvidia) | `pip install "pipecat-ai[nvidia]"` |
53+
| [OpenAI](/server/services/stt/openai) | `pip install "pipecat-ai[openai]"` |
54+
| [Sarvam](/server/services/stt/sarvam) | `pip install "pipecat-ai[sarvam]"` |
55+
| [Soniox](/server/services/stt/soniox) | `pip install "pipecat-ai[soniox]"` |
56+
| [Speechmatics](/server/services/stt/speechmatics) | `pip install "pipecat-ai[speechmatics]"` |
57+
| [Whisper](/server/services/stt/whisper) | `pip install "pipecat-ai[whisper]"` |
5858

5959
## Large Language Models
6060

6161
LLMs receive text or audio based input and output a streaming text response.
6262

63-
| Service | Setup |
64-
| ------------------------------------------------------ | -------------------------------------- |
65-
| [Anthropic](/server/services/llm/anthropic) | `pip install "pipecat-ai[anthropic]"` |
66-
| [AWS Bedrock](/server/services/llm/aws) | `pip install "pipecat-ai[aws]"` |
67-
| [Azure](/server/services/llm/azure) | `pip install "pipecat-ai[azure]"` |
68-
| [Cerebras](/server/services/llm/cerebras) | `pip install "pipecat-ai[cerebras]"` |
69-
| [DeepSeek](/server/services/llm/deepseek) | `pip install "pipecat-ai[deepseek]"` |
70-
| [Fireworks AI](/server/services/llm/fireworks) | `pip install "pipecat-ai[fireworks]"` |
71-
| [Google Gemini](/server/services/llm/google) | `pip install "pipecat-ai[google]"` |
72-
| [Google Vertex AI](/server/services/llm/google-vertex) | `pip install "pipecat-ai[google]"` |
73-
| [Grok](/server/services/llm/grok) | `pip install "pipecat-ai[grok]"` |
74-
| [Groq](/server/services/llm/groq) | `pip install "pipecat-ai[groq]"` |
75-
| [Mistral](/server/services/llm/mistral) | `pip install "pipecat-ai[mistral]"` |
76-
| [NVIDIA](/server/services/llm/nvidia) | `pip install "pipecat-ai[nvidia]"` |
77-
| [Novita AI](/server/services/llm/novita) | `pip install "pipecat-ai[novita]"` |
78-
| [Ollama](/server/services/llm/ollama) | `pip install "pipecat-ai[ollama]"` |
79-
| [OpenAI](/server/services/llm/openai) | `pip install "pipecat-ai[openai]"` |
80-
| [OpenAI Responses](/server/services/llm/openai-responses) | `pip install "pipecat-ai[openai]"` |
81-
| [OpenPipe](/server/services/llm/openpipe) | `pip install "pipecat-ai[openpipe]"` |
82-
| [OpenRouter](/server/services/llm/openrouter) | `pip install "pipecat-ai[openrouter]"` |
83-
| [Perplexity](/server/services/llm/perplexity) | `pip install "pipecat-ai[perplexity]"` |
84-
| [Qwen](/server/services/llm/qwen) | `pip install "pipecat-ai[qwen]"` |
85-
| [SambaNova](/server/services/llm/sambanova) | `pip install "pipecat-ai[sambanova]"` |
86-
| [Sarvam](/server/services/llm/sarvam) | `pip install "pipecat-ai[sarvam]"` |
87-
| [Together AI](/server/services/llm/together) | `pip install "pipecat-ai[together]"` |
63+
| Service | Setup |
64+
| --------------------------------------------------------- | -------------------------------------- |
65+
| [Anthropic](/server/services/llm/anthropic) | `pip install "pipecat-ai[anthropic]"` |
66+
| [AWS Bedrock](/server/services/llm/aws) | `pip install "pipecat-ai[aws]"` |
67+
| [Azure](/server/services/llm/azure) | `pip install "pipecat-ai[azure]"` |
68+
| [Cerebras](/server/services/llm/cerebras) | `pip install "pipecat-ai[cerebras]"` |
69+
| [DeepSeek](/server/services/llm/deepseek) | `pip install "pipecat-ai[deepseek]"` |
70+
| [Fireworks AI](/server/services/llm/fireworks) | `pip install "pipecat-ai[fireworks]"` |
71+
| [Google Gemini](/server/services/llm/google) | `pip install "pipecat-ai[google]"` |
72+
| [Google Vertex AI](/server/services/llm/google-vertex) | `pip install "pipecat-ai[google]"` |
73+
| [Grok](/server/services/llm/grok) | `pip install "pipecat-ai[grok]"` |
74+
| [Groq](/server/services/llm/groq) | `pip install "pipecat-ai[groq]"` |
75+
| [Mistral](/server/services/llm/mistral) | `pip install "pipecat-ai[mistral]"` |
76+
| [NVIDIA](/server/services/llm/nvidia) | `pip install "pipecat-ai[nvidia]"` |
77+
| [Novita AI](/server/services/llm/novita) | `pip install "pipecat-ai[novita]"` |
78+
| [Ollama](/server/services/llm/ollama) | `pip install "pipecat-ai[ollama]"` |
79+
| [OpenAI](/server/services/llm/openai) | `pip install "pipecat-ai[openai]"` |
80+
| [OpenAI Responses](/server/services/llm/openai-responses) | `pip install "pipecat-ai[openai]"` |
81+
| [OpenPipe](/server/services/llm/openpipe) | `pip install "pipecat-ai[openpipe]"` |
82+
| [OpenRouter](/server/services/llm/openrouter) | `pip install "pipecat-ai[openrouter]"` |
83+
| [Perplexity](/server/services/llm/perplexity) | `pip install "pipecat-ai[perplexity]"` |
84+
| [Qwen](/server/services/llm/qwen) | `pip install "pipecat-ai[qwen]"` |
85+
| [SambaNova](/server/services/llm/sambanova) | `pip install "pipecat-ai[sambanova]"` |
86+
| [Sarvam](/server/services/llm/sarvam) | `pip install "pipecat-ai[sarvam]"` |
87+
| [Together AI](/server/services/llm/together) | `pip install "pipecat-ai[together]"` |
8888

8989
## Text-to-Speech
9090

@@ -127,7 +127,7 @@ Speech-to-Speech services are multi-modal LLM services that take in audio, video
127127
| Service | Setup |
128128
| ---------------------------------------------------------------- | ------------------------------------------ |
129129
| [AWS Nova Sonic](/server/services/s2s/aws) | `pip install "pipecat-ai[aws-nova-sonic]"` |
130-
| [Gemini Multimodal Live](/server/services/s2s/gemini-live) | `pip install "pipecat-ai[google]"` |
130+
| [Gemini Live](/server/services/s2s/gemini-live) | `pip install "pipecat-ai[google]"` |
131131
| [Gemini Live Vertex AI](/server/services/s2s/gemini-live-vertex) | `pip install "pipecat-ai[google]"` |
132132
| [Grok Voice Agent](/server/services/s2s/grok) | `pip install "pipecat-ai[grok]"` |
133133
| [OpenAI Realtime](/server/services/s2s/openai) | `pip install "pipecat-ai[openai]"` |

0 commit comments

Comments
 (0)