text-to-speech

Installation
SKILL.md

Text to Speech

Convert any text to natural-sounding speech in 32 languages using each::sense — the intelligent AI agent that automatically selects the best model for your request.

Quick Start

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

Using curl

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "messages": [{"role": "user", "content": "Convert this text to speech with a clear, professional female voice: Artificial intelligence is reshaping how we create, communicate, and connect. What was once science fiction is now everyday reality."}],
    "stream": false
  }'
Installs
17
GitHub Stars
29
First Seen
Mar 22, 2026
text-to-speech — awesome-genmedia/skills