# Togetherai Tts

> TogetherAI TTS

- Skill: `javimosch/togetherai-tts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/togetherai-tts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/togetherai-tts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/togetherai-tts

---

# TogetherAI TTS

Text-to-speech using TogetherAI API with MiniMax speech-2.6-turbo model.

## Usage

```bash
cd /home/marc/clawd/skills/togetherai_tts
node index.js "your text here" output.mp3
```

## Configuration

Set these in `.env`:
- `TOGETHERAI_API_KEY`: Your TogetherAI API key
- `TOGETHERAI_MODEL`: Model to use (default: minimax/speech-2.6-turbo)
- `TTS_FORMAT`: Output format (default: mp3)
- `TTS_VOICE`: Voice to use (default: default)

