livekit-plugins-google


Namelivekit-plugins-google JSON
Version 1.1.6 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for services from Google Cloud
upload_time2025-07-10 17:32:36
maintainerNone
docs_urlNone
authorLiveKit
requires_python>=3.9.0
licenseNone
keywords audio livekit realtime video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

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": "audio, livekit, realtime, video, webrtc",
    "author": "LiveKit",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b7/df/eeb056d6665e5486b45413c9f22c6ef5186d805859c58c98e00701adf8bc/livekit_plugins_google-1.1.6.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",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for services from Google Cloud",
    "version": "1.1.6",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " realtime",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b82ee5b55b3436757846472f74d587a18766ec79da9056618c10eb19fead0d0f",
                "md5": "21f1fc78f0ebefe6f573c9a09d5d232e",
                "sha256": "03c3184c2c669ac1bcaeddab6a355b0e5e48178c2bd2a34b4e6387c562ce8c2b"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21f1fc78f0ebefe6f573c9a09d5d232e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 33466,
            "upload_time": "2025-07-10T17:32:35",
            "upload_time_iso_8601": "2025-07-10T17:32:35.187118Z",
            "url": "https://files.pythonhosted.org/packages/b8/2e/e5b55b3436757846472f74d587a18766ec79da9056618c10eb19fead0d0f/livekit_plugins_google-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7dfeeb056d6665e5486b45413c9f22c6ef5186d805859c58c98e00701adf8bc",
                "md5": "9f7bdf0cb0d8dd7e21e4d571bb24f3de",
                "sha256": "b8895c87de9006fad8eb021ded8569bb83b1e21c9170439b918e9673ead803fe"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "9f7bdf0cb0d8dd7e21e4d571bb24f3de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 27963,
            "upload_time": "2025-07-10T17:32:36",
            "upload_time_iso_8601": "2025-07-10T17:32:36.197097Z",
            "url": "https://files.pythonhosted.org/packages/b7/df/eeb056d6665e5486b45413c9f22c6ef5186d805859c58c98e00701adf8bc/livekit_plugins_google-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 17:32:36",
    "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"
}
        
Elapsed time: 2.56495s