livekit-plugins-inworld


Namelivekit-plugins-inworld JSON
Version 1.1.6 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for voice synthesis with Inworld's API.
upload_time2025-07-10 17:32:42
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/48/3b/ae74fd46d030972b120b95684eaba931836a348f1d22f85380972220b15e/livekit_plugins_inworld-1.1.6.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.1.6",
    "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": "fb25caa030340908c8b9ada06a56c836c563ae1de93390c65f6953ab7586be7a",
                "md5": "ac3f5991d98589167bb143f951989e15",
                "sha256": "a6abcb836d93d48945a18aa8f35e3343cda38d5826d004d2d81b0076a982f9b9"
            },
            "downloads": -1,
            "filename": "livekit_plugins_inworld-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac3f5991d98589167bb143f951989e15",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 6392,
            "upload_time": "2025-07-10T17:32:41",
            "upload_time_iso_8601": "2025-07-10T17:32:41.907938Z",
            "url": "https://files.pythonhosted.org/packages/fb/25/caa030340908c8b9ada06a56c836c563ae1de93390c65f6953ab7586be7a/livekit_plugins_inworld-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "483bae74fd46d030972b120b95684eaba931836a348f1d22f85380972220b15e",
                "md5": "7176bc8abc85587b62f249a71b64900b",
                "sha256": "825f9c5e7f033a02f52d0a1bf9d0c13205b44235d84dba80ffe4607e407456be"
            },
            "downloads": -1,
            "filename": "livekit_plugins_inworld-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7176bc8abc85587b62f249a71b64900b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5885,
            "upload_time": "2025-07-10T17:32:42",
            "upload_time_iso_8601": "2025-07-10T17:32:42.856690Z",
            "url": "https://files.pythonhosted.org/packages/48/3b/ae74fd46d030972b120b95684eaba931836a348f1d22f85380972220b15e/livekit_plugins_inworld-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 17:32:42",
    "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: 1.38662s