livekit-plugins-deepgram


Namelivekit-plugins-deepgram JSON
Version 1.2.17 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for services using Deepgram's API.
upload_time2025-10-29 15:45:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords ai audio deepgram livekit realtime video voice
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": "ai, audio, deepgram, livekit, realtime, video, voice",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/40/56/47cfd9186e4e67353c6e01eef0042effc4eac183745db650f87b464c1463/livekit_plugins_deepgram-1.2.17.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.17",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "ai",
        " audio",
        " deepgram",
        " livekit",
        " realtime",
        " video",
        " voice"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d2fdec26a65da5f4245da14ea4d4b801b54693c407237fce4b8ddceb9d79e39",
                "md5": "2b56614166799cf970aed2d89ff8a13d",
                "sha256": "e9960082fac1cae0e577e356cfc58fde1283ce8494a6182f43c3289200d6c287"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-1.2.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b56614166799cf970aed2d89ff8a13d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 20922,
            "upload_time": "2025-10-29T15:45:45",
            "upload_time_iso_8601": "2025-10-29T15:45:45.500313Z",
            "url": "https://files.pythonhosted.org/packages/5d/2f/dec26a65da5f4245da14ea4d4b801b54693c407237fce4b8ddceb9d79e39/livekit_plugins_deepgram-1.2.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "405647cfd9186e4e67353c6e01eef0042effc4eac183745db650f87b464c1463",
                "md5": "c2368513286a3b0e5d6cfd66ed6394d0",
                "sha256": "10997e4156d3460e513c61316b3d73515446a968f0315e66570e32d374aede95"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-1.2.17.tar.gz",
            "has_sig": false,
            "md5_digest": "c2368513286a3b0e5d6cfd66ed6394d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 15203,
            "upload_time": "2025-10-29T15:45:46",
            "upload_time_iso_8601": "2025-10-29T15:45:46.389137Z",
            "url": "https://files.pythonhosted.org/packages/40/56/47cfd9186e4e67353c6e01eef0042effc4eac183745db650f87b464c1463/livekit_plugins_deepgram-1.2.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 15:45:46",
    "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: 1.44709s