askill
inworld

inworldSafety 80Repository

Inworld TTS API. Covers voice cloning, audio markups, timestamps. Keywords: text-to-speech, visemes.

8 stars
1.2k downloads
Updated 2 weeks ago

Package Files

Loading files...
SKILL.md

Inworld AI

Text-to-Speech platform with voice cloning, audio markups, and timestamp alignment.

Quick Navigation

TopicReference
Installationinstallation.md
Voice Cloningcloning.md
Voice Controlvoice-control.md
API Referenceapi.md

When to Use

  • Text-to-speech audio generation
  • Voice cloning from 5-15 seconds of audio
  • Emotion-controlled speech ([happy], [sad], etc.)
  • Word/phoneme timestamps for lip sync
  • Custom pronunciation with IPA

Models

ModelIDLatencyPrice
TTS 1.5 Maxinworld-tts-1.5-max~200ms$10/1M chars
TTS 1.5 Miniinworld-tts-1.5-mini~120ms$5/1M chars

Minimal Example

import requests, base64, os

response = requests.post(
    "https://api.inworld.ai/tts/v1/voice",
    headers={"Authorization": f"Basic {os.getenv('INWORLD_API_KEY')}"},
    json={"text": "Hello!", "voiceId": "Ashley", "modelId": "inworld-tts-1.5-max"}
)
audio = base64.b64decode(response.json()['audioContent'])

Key Features

  • 15 languages — en, zh, ja, ko, ru, it, es, pt, fr, de, pl, nl, hi, he, ar
  • Instant cloning — 5-15 seconds audio, no training
  • Audio markups[happy], [laughing], [sigh] (English only)
  • Timestamps — word, phoneme, viseme timing for lip sync
  • Streaming/voice:stream endpoint

Prohibitions

  • Audio markups work only in English
  • Use ONE emotion markup at text beginning
  • Match voice language to text language
  • Instant cloning may not work for children's voices or unique accents

Links

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

79/100Analyzed 3 weeks ago

High-quality technical reference skill for Inworld TTS API. Well-structured with model tables, pricing, code examples, and practical use cases. Includes useful prohibitions section for limitations. Minor gaps in error handling and advanced examples. Score boosted by clear When-to-Use section, structured content, tags, and dedicated skills folder location.

80
80
75
70
70

Metadata

Licenseunknown
Version1.5
Updated2 weeks ago
Publisheritechmeat

Tags

api