livekit-plugins-deepgram


Namelivekit-plugins-deepgram JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for services using Deepgram's API.
upload_time2025-08-28 00:54:47
maintainerNone
docs_urlNone
authorNone
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.
            # Deepgram plugin for LiveKit Agents

Support for [Deepgram](https://deepgram.com/)'s voice AI services in LiveKit Agents.

More information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/deepgram/) and [TTS](https://docs.livekit.io/agents/integrations/tts/deepgram/) integrations.

## Installation

```bash
pip install livekit-plugins-deepgram
```

## Pre-requisites

You'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-deepgram",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, realtime, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/6e/c3/59c4b4de45167cfb80eb9bece5a4ca3bb6b079991ef9041893e57fcabf37/livekit_plugins_deepgram-1.2.7.tar.gz",
    "platform": null,
    "description": "# Deepgram plugin for LiveKit Agents\n\nSupport for [Deepgram](https://deepgram.com/)'s voice AI services in LiveKit Agents.\n\nMore information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/deepgram/) and [TTS](https://docs.livekit.io/agents/integrations/tts/deepgram/) integrations.\n\n## Installation\n\n```bash\npip install livekit-plugins-deepgram\n```\n\n## Pre-requisites\n\nYou'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for services using Deepgram's API.",
    "version": "1.2.7",
    "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": "c3e20699a41f9e7a9f42e5133a7ad61ce5605396251a438cc31271f5976d3729",
                "md5": "fa72c10060e1674923dce36106950a88",
                "sha256": "19ade02e8b34d2506d273a773085ec6616c97d9727a5b9fc982bd90ca986e850"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-1.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa72c10060e1674923dce36106950a88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 15176,
            "upload_time": "2025-08-28T00:54:46",
            "upload_time_iso_8601": "2025-08-28T00:54:46.109441Z",
            "url": "https://files.pythonhosted.org/packages/c3/e2/0699a41f9e7a9f42e5133a7ad61ce5605396251a438cc31271f5976d3729/livekit_plugins_deepgram-1.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ec359c4b4de45167cfb80eb9bece5a4ca3bb6b079991ef9041893e57fcabf37",
                "md5": "d8bbb3000c7c96564faf4d0ad0de987b",
                "sha256": "5a6f0197de94aaf6e32610963ec702937e449b6abeca19be4d2fbc23b1602104"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d8bbb3000c7c96564faf4d0ad0de987b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 13122,
            "upload_time": "2025-08-28T00:54:47",
            "upload_time_iso_8601": "2025-08-28T00:54:47.272542Z",
            "url": "https://files.pythonhosted.org/packages/6e/c3/59c4b4de45167cfb80eb9bece5a4ca3bb6b079991ef9041893e57fcabf37/livekit_plugins_deepgram-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:54:47",
    "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-deepgram"
}
        
Elapsed time: 0.58875s