# Openclaw Groq Orpheus Tts

> Fast and FREE Arabic (Saudi) & English AI voices. Generous 100 requests per day via Groq API. Professional, high-quality generative TTS using Orpheus models.

- Skill: `boomsystel-code/openclaw-groq-orpheus-tts` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add boomsystel-code/openclaw-groq-orpheus-tts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/boomsystel-code/openclaw-groq-orpheus-tts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: boomsystel-code (https://skillmd.com/u/boomsystel-code)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/boomsystel-code/openclaw-groq-orpheus-tts

---


# Groq Orpheus TTS

A powerful and fast text-to-speech skill that leverages Groq's Orpheus models. 

**Key Features:**
- **100% Free Tier Friendly:** Uses the Groq Free API key (100 requests per day).
- **Ultra-Fast:** Near-instant audio generation.
- **High Quality:** Professional generative AI voices.

**Supported Languages:**
- **Arabic:** Authentic Saudi dialect synthesis (Voices: `fahad`, `sultan`, `noura`, `lulwa`, `aisha`).
- **English:** Expressive, high-quality speech (Voices: `autumn`, `diana`, `hannah`, `austin`, `daniel`, `troy`).

## Requirements

- **API Key:** A `GROQ_API_KEY` from the [Groq Console](https://console.groq.com/keys). This is FREE.
- **Terms:** You must accept the model terms for `orpheus-v1-english` on the [Groq Playground](https://console.groq.com/playground?model=canopylabs%2Forpheus-v1-english) before using the English model.
- **Tools:** `ffmpeg` must be installed on your system for audio conversion.

## Requirements

- **API Key:** `GROQ_API_KEY` from [Groq Console](https://console.groq.com/keys).
- **Terms:** You must accept the model terms for `orpheus-v1-english` on the [Groq Playground](https://console.groq.com/playground?model=canopylabs%2Forpheus-v1-english) before using the English model.
- **Tools:** `ffmpeg` must be installed on your system for audio conversion.

## Usage

You can ask the assistant to say something or generate an audio file.

### Voices Available

- **Arabic (`ar`):** `fahad` (Male), `sultan` (Male), `noura` (Female), `lulwa` (Female), `aisha` (Female).
- **English (`en`):** `autumn`, `diana`, `hannah`, `austin`, `daniel`, `troy`.

### Commands

```bash
# General usage
python3 groq-tts.py "Text" output.mp3 [voice] [lang]

# Examples
python3 groq-tts.py "أهلا بك" welcome.mp3 fahad ar
python3 groq-tts.py "Hello world" hello.mp3 troy en
```

## Chat Responses

When you want the assistant to reply in voice, use:
```bash
python3 groq-tts.py "Your message" /tmp/reply.mp3 fahad ar
# Then include MEDIA:/tmp/reply.mp3 in the response.
```

