# Google AI plugin for LiveKit Agents
Support for Gemini, Gemini Live, Cloud Speech-to-Text, and Cloud Text-to-Speech.
See [https://docs.livekit.io/agents/integrations/google/](https://docs.livekit.io/agents/integrations/google/) for more information.
## Installation
```bash
pip install livekit-plugins-google
```
## Pre-requisites
For credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).
To use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.
- Cloud Speech-to-Text API
- Cloud Text-to-Speech API
## Live API model support
LiveKit supports both Gemini Live API on both Gemini Developer API as well as Vertex AI. However, be aware they have slightly different behavior and use different model names.
The following models are supported by Gemini Developer API:
- gemini-2.0-flash-live-001
- gemini-live-2.5-flash-preview
- gemini-2.5-flash-native-audio-preview-09-2025
And these on Vertex AI:
- gemini-2.0-flash-exp
- gemini-live-2.5-flash-preview-native-audio
- gemini-live-2.5-flash-preview-native-audio-09-2025
Raw data
{
"_id": null,
"home_page": null,
"name": "livekit-plugins-google",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9.0",
"maintainer_email": null,
"keywords": "ai, audio, gemini, google, livekit, realtime, video, voice",
"author": "LiveKit",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f7/eb/1c18480819088b4cf76839898103fa5148cf9e852e36476653e57b1b7257/livekit_plugins_google-1.2.18.tar.gz",
"platform": null,
"description": "# Google AI plugin for LiveKit Agents\n\nSupport for Gemini, Gemini Live, Cloud Speech-to-Text, and Cloud Text-to-Speech.\n\nSee [https://docs.livekit.io/agents/integrations/google/](https://docs.livekit.io/agents/integrations/google/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-google\n```\n\n## Pre-requisites\n\nFor credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).\n\nTo use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.\n\n- Cloud Speech-to-Text API\n- Cloud Text-to-Speech API\n\n## Live API model support\n\nLiveKit supports both Gemini Live API on both Gemini Developer API as well as Vertex AI. However, be aware they have slightly different behavior and use different model names.\n\nThe following models are supported by Gemini Developer API:\n\n- gemini-2.0-flash-live-001\n- gemini-live-2.5-flash-preview\n- gemini-2.5-flash-native-audio-preview-09-2025\n\nAnd these on Vertex AI:\n\n- gemini-2.0-flash-exp\n- gemini-live-2.5-flash-preview-native-audio\n- gemini-live-2.5-flash-preview-native-audio-09-2025\n",
"bugtrack_url": null,
"license": null,
"summary": "Agent Framework plugin for services from Google Cloud",
"version": "1.2.18",
"project_urls": {
"Documentation": "https://docs.livekit.io",
"Source": "https://github.com/livekit/agents",
"Website": "https://livekit.io/"
},
"split_keywords": [
"ai",
" audio",
" gemini",
" google",
" livekit",
" realtime",
" video",
" voice"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "832ceef0b32965a293796237bab53e7fc2b738a55c3c50db7157999c20c1ffd3",
"md5": "909d7385d4388a79df27be1f6edc64c6",
"sha256": "aebf754ca0872049cb44f85d904e13e96a602751a441b5b136e8b8a61d9a07f8"
},
"downloads": -1,
"filename": "livekit_plugins_google-1.2.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "909d7385d4388a79df27be1f6edc64c6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 38999,
"upload_time": "2025-11-05T19:33:01",
"upload_time_iso_8601": "2025-11-05T19:33:01.144601Z",
"url": "https://files.pythonhosted.org/packages/83/2c/eef0b32965a293796237bab53e7fc2b738a55c3c50db7157999c20c1ffd3/livekit_plugins_google-1.2.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f7eb1c18480819088b4cf76839898103fa5148cf9e852e36476653e57b1b7257",
"md5": "ee71affc38e226f1b0e8bf15678c8a53",
"sha256": "3fbbf2ec7a165532a1a6c60c946a9f4ff5729e984b8295eec4aa050081365c47"
},
"downloads": -1,
"filename": "livekit_plugins_google-1.2.18.tar.gz",
"has_sig": false,
"md5_digest": "ee71affc38e226f1b0e8bf15678c8a53",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 31713,
"upload_time": "2025-11-05T19:33:02",
"upload_time_iso_8601": "2025-11-05T19:33:02.645072Z",
"url": "https://files.pythonhosted.org/packages/f7/eb/1c18480819088b4cf76839898103fa5148cf9e852e36476653e57b1b7257/livekit_plugins_google-1.2.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-05 19:33:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "livekit",
"github_project": "agents",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "livekit-plugins-google"
}