TogetherAI TTS

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

modbender ec79241 3 files · 1.9 KB Updated 12 repo stars

File contents

TogetherAI TTS

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

Usage

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)

modbender/skill-library-mcp/tree/main/data/togetherai-tts commit ec792411db

Frequently asked questions

npx skillmds add modbender/togetherai-tts