# 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": "ai, audio, inworld, livekit, realtime, video, voice",
"author": null,
"author_email": "LiveKit <hello@livekit.io>",
"download_url": "https://files.pythonhosted.org/packages/42/e9/e84dba4087d6955061da8e4cb58719f352a8a4dfe65cf961414a4d5acfdc/livekit_plugins_inworld-1.2.17.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.17",
"project_urls": {
"Documentation": "https://docs.livekit.io",
"Source": "https://github.com/livekit/agents",
"Website": "https://livekit.io/"
},
"split_keywords": [
"ai",
" audio",
" inworld",
" livekit",
" realtime",
" video",
" voice"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a4e60354017334666844390a1081cf0eb3606b9d5c894829ac6556a555a445e3",
"md5": "a37a5d6723bed82e9c57b02c0ff7917f",
"sha256": "aa3f1b7b8520cde95c47160565ab5223a5b35e21331cefec9db46da76395d69e"
},
"downloads": -1,
"filename": "livekit_plugins_inworld-1.2.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a37a5d6723bed82e9c57b02c0ff7917f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 6475,
"upload_time": "2025-10-29T15:46:04",
"upload_time_iso_8601": "2025-10-29T15:46:04.832988Z",
"url": "https://files.pythonhosted.org/packages/a4/e6/0354017334666844390a1081cf0eb3606b9d5c894829ac6556a555a445e3/livekit_plugins_inworld-1.2.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "42e9e84dba4087d6955061da8e4cb58719f352a8a4dfe65cf961414a4d5acfdc",
"md5": "f822fcef914ff3941632b57898e47775",
"sha256": "f3580917489821c234cd8954c8771ba5f5390ec6891b8e4b429f3b7c51ae2583"
},
"downloads": -1,
"filename": "livekit_plugins_inworld-1.2.17.tar.gz",
"has_sig": false,
"md5_digest": "f822fcef914ff3941632b57898e47775",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 5994,
"upload_time": "2025-10-29T15:46:05",
"upload_time_iso_8601": "2025-10-29T15:46:05.940552Z",
"url": "https://files.pythonhosted.org/packages/42/e9/e84dba4087d6955061da8e4cb58719f352a8a4dfe65cf961414a4d5acfdc/livekit_plugins_inworld-1.2.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-29 15:46:05",
"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"
}