Inworld Tts 1 5

Inworld TTS 1.5. Convert text to speech using Inworld's text-to-speech engine. Triggers: tts, text to speech, inworld, voice, audio

awesome-genmedia Updated

File contents

Inworld TTS 1.5

Convert text to speech using Inworld's TTS 1.5 engine.

Quick Start

Requires an each::labs API key. Get one at eachlabs.ai.

curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "model": "inworld-tts-1-5",
    "version": "0.0.1",
    "input": {}
  }'

Parameters

This model has no documented parameters. Refer to the API documentation for usage details.

Examples

Basic text to speech:

curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "model": "inworld-tts-1-5",
    "version": "0.0.1",
    "input": {}
  }'

Related Models

Documentation

awesome-genmedia/skills/tree/main/models/inworld-tts-1-5 commit 0e17bab356

Frequently asked questions

npx skillmds@latest add awesome-genmedia/inworld-tts-1-5