livekit-plugins-inworld


Namelivekit-plugins-inworld JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for voice synthesis with Inworld's API.
upload_time2025-08-28 00:54:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio inworld livekit realtime video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Inworld plugin for LiveKit Agents

Support for voice synthesis with [Inworld](https://docs.inworld.ai/docs/tts/tts).

See [https://docs.livekit.io/agents/integrations/tts/inworld/](https://docs.livekit.io/agents/integrations/tts/inworld/) for more information.

## Installation

```bash
pip install livekit-plugins-inworld
```

## Authentication

The Inworld plugin requires a [Inworld API key](https://platform.inworld.ai/login).

Set `INWORLD_API_KEY` in your `.env` file.

## Usage

Use Inworld TTS within an `AgentSession` or as a standalone speech generator. For example,
you can use this TTS in the [Voice AI quickstart](/agents/start/voice-ai/).

```python
from livekit.plugins import inworld

session = AgentSession(
   tts=inworld.TTS(voice="Hades")
   # ... llm, stt, etc.
)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-inworld",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, inworld, livekit, realtime, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/31/b5/d06bf19d7e2b4741f075633db705fead568a4a89942e0f69b911bf0cc788/livekit_plugins_inworld-1.2.7.tar.gz",
    "platform": null,
    "description": "# Inworld plugin for LiveKit Agents\n\nSupport for voice synthesis with [Inworld](https://docs.inworld.ai/docs/tts/tts).\n\nSee [https://docs.livekit.io/agents/integrations/tts/inworld/](https://docs.livekit.io/agents/integrations/tts/inworld/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-inworld\n```\n\n## Authentication\n\nThe Inworld plugin requires a [Inworld API key](https://platform.inworld.ai/login).\n\nSet `INWORLD_API_KEY` in your `.env` file.\n\n## Usage\n\nUse Inworld TTS within an `AgentSession` or as a standalone speech generator. For example,\nyou can use this TTS in the [Voice AI quickstart](/agents/start/voice-ai/).\n\n```python\nfrom livekit.plugins import inworld\n\nsession = AgentSession(\n   tts=inworld.TTS(voice=\"Hades\")\n   # ... llm, stt, etc.\n)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for voice synthesis with Inworld'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",
        " inworld",
        " livekit",
        " realtime",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53d6d44401ce4fe07f301222c36a8d4e3002330316aeae8e4f85d2cef2514de3",
                "md5": "2d1efe88c869e20a2f7594dbc7475cae",
                "sha256": "f48dd0bb097acf4fedc44902d84ba0419c1022641b6407f0d3983b58d30e070d"
            },
            "downloads": -1,
            "filename": "livekit_plugins_inworld-1.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d1efe88c869e20a2f7594dbc7475cae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 6443,
            "upload_time": "2025-08-28T00:54:58",
            "upload_time_iso_8601": "2025-08-28T00:54:58.862125Z",
            "url": "https://files.pythonhosted.org/packages/53/d6/d44401ce4fe07f301222c36a8d4e3002330316aeae8e4f85d2cef2514de3/livekit_plugins_inworld-1.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31b5d06bf19d7e2b4741f075633db705fead568a4a89942e0f69b911bf0cc788",
                "md5": "d80e147f2f7fe10b0407f92184168c6e",
                "sha256": "7cd0d46cb943bd969f87b84245948e74b2639d92de9ad12e89b967d7424ef3c2"
            },
            "downloads": -1,
            "filename": "livekit_plugins_inworld-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d80e147f2f7fe10b0407f92184168c6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5941,
            "upload_time": "2025-08-28T00:54:59",
            "upload_time_iso_8601": "2025-08-28T00:54:59.677698Z",
            "url": "https://files.pythonhosted.org/packages/31/b5/d06bf19d7e2b4741f075633db705fead568a4a89942e0f69b911bf0cc788/livekit_plugins_inworld-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:54:59",
    "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-inworld"
}
        
Elapsed time: 0.90426s