livekit-plugins-fal


Namelivekit-plugins-fal JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
Summaryfal plugin template for LiveKit Agents
upload_time2025-03-06 17:22:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins fal

This plugin provides a simple way to integrate fal.ai models into the LiveKit Agent Framework. currently supports Wizper model for STT.

## Installation

```bash
pip install livekit-plugins-fal
```

## Pre-requisites

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-fal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c9/a4/69bcb016c72cccc8e20946824d2ddb6336af2c9d461e53716666ce35f100/livekit_plugins_fal-0.2.4.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins fal\n\nThis plugin provides a simple way to integrate fal.ai models into the LiveKit Agent Framework. currently supports Wizper model for STT.\n\n## Installation\n\n```bash\npip install livekit-plugins-fal\n```\n\n## Pre-requisites\n\nYou'll need an API key from fal. It can be set as an environment variable: `FAL_KEY`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "fal plugin template for LiveKit Agents",
    "version": "0.2.4",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adb5cc72372835a2956266331d58d765a03dbec802aff6a9f9f2ff0ee36aa0a0",
                "md5": "5e543942f5e646eeebf486b88b183fd3",
                "sha256": "de63365cb4378ac399e45dfa9cfa9881c967ad1c84eedaa23b428ce228866ef4"
            },
            "downloads": -1,
            "filename": "livekit_plugins_fal-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e543942f5e646eeebf486b88b183fd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 4625,
            "upload_time": "2025-03-06T17:21:58",
            "upload_time_iso_8601": "2025-03-06T17:21:58.359725Z",
            "url": "https://files.pythonhosted.org/packages/ad/b5/cc72372835a2956266331d58d765a03dbec802aff6a9f9f2ff0ee36aa0a0/livekit_plugins_fal-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9a469bcb016c72cccc8e20946824d2ddb6336af2c9d461e53716666ce35f100",
                "md5": "c6124150bdc57abd4cb153d4f509d6cc",
                "sha256": "88b560968f1dfa4d8e90c7d2ec168ed980ca2f1ecf3d437c0197a935f65d5609"
            },
            "downloads": -1,
            "filename": "livekit_plugins_fal-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c6124150bdc57abd4cb153d4f509d6cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 3829,
            "upload_time": "2025-03-06T17:22:24",
            "upload_time_iso_8601": "2025-03-06T17:22:24.401204Z",
            "url": "https://files.pythonhosted.org/packages/c9/a4/69bcb016c72cccc8e20946824d2ddb6336af2c9d461e53716666ce35f100/livekit_plugins_fal-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-06 17:22:24",
    "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-fal"
}
        
Elapsed time: 1.54090s