Skip to main content

Inworld AI TTS integration for Vision Agents

Project description

Inworld AI Text-to-Speech Plugin

A high-quality Text-to-Speech (TTS) plugin for Vision Agents that uses the Inworld AI API with streaming support.

Installation

uv add vision-agents[inworld]

Usage

from vision_agents.plugins import inworld

# Initialize with API key from environment variable
tts = inworld.TTS()

# Or specify API key and other options directly
tts = inworld.TTS(
    api_key="your_inworld_api_key",
    voice_id="Dennis",
    model_id="inworld-tts-1",
    temperature=1.1
)

# Use with an Agent
from vision_agents.core import Agent
from vision_agents.plugins import getstream, gemini, smart_turn

agent = Agent(
    edge=getstream.Edge(),
    tts=inworld.TTS(),
    llm=gemini.LLM("gemini-2.0-flash"),
    turn_detection=smart_turn.TurnDetection(),
)

Configuration Options

  • api_key: Inworld AI API key (default: reads from INWORLD_API_KEY environment variable)
  • voice_id: The voice ID to use for synthesis (default: "Dennis")
  • model_id: The model ID to use for synthesis. Options: "inworld-tts-1", "inworld-tts-1-max" (default: "inworld-tts-1")
  • temperature: Determines the degree of randomness when sampling audio tokens. Accepts values between 0 and 2 (default: 1.1)

Requirements

  • Python 3.10+
  • httpx>=0.27.0 "av>=10.0.0",

Getting Started

  1. Get your Inworld AI API key from the Inworld Portal
  2. Set the INWORLD_API_KEY environment variable:
    export INWORLD_API_KEY="your_api_key_here"
    
  3. Use the plugin in your Vision Agents application

API Reference

The plugin implements the standard Vision Agents TTS interface:

  • stream_audio(text: str): Convert text to speech and return an async iterator of PcmData chunks
  • stop_audio(): Stop audio playback (no-op for this plugin)
  • send(text: str): Send text to be converted to speech (inherited from base class)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vision_agents_plugins_inworld-0.2.8.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vision_agents_plugins_inworld-0.2.8-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file vision_agents_plugins_inworld-0.2.8.tar.gz.

File metadata

  • Download URL: vision_agents_plugins_inworld-0.2.8.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for vision_agents_plugins_inworld-0.2.8.tar.gz
Algorithm Hash digest
SHA256 a402d2290f581ad3ee598bec50f84527e313108584290f1e836b0473d4d25058
MD5 e7301448740240949fc290cbf57f5628
BLAKE2b-256 9d25ae478ed6699ee882185b6d72ad3c2aa09220a5a2aac95068a72e31edebd5

See more details on using hashes here.

File details

Details for the file vision_agents_plugins_inworld-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: vision_agents_plugins_inworld-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for vision_agents_plugins_inworld-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0c2695806041c9d35df2b8c8cb074de2a664a4bdbcde94fa83d7ec763ddfc331
MD5 75f448be6b7e1783ca2d74d86268d065
BLAKE2b-256 61fcaec70039f887a2bfe3efbad961290ec2ca4f8d6f39fba951005bc1833a9d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page