--- name: cartesia description: Cartesia Sonic-2 TTS - الأسرع والأرخص بديل لـ ElevenLabs. يدعم 15+ لغة بما فيها العربية، latency <200ms، voice cloning، streaming. يستخدم للسرعة الفائقة في المحادثات الصوتية والـ voice agents والإشعارات الصوتية. التكلفة: $1/M characters (10× أرخص من ElevenLabs). license: MIT ---
Cartesia Sonic-2 TTS
أسرع وأرخص TTS عالي الجودة في السوق.
مقارنة سريعة
| المعيار | ElevenLabs | Cartesia Sonic-2 | |---|---|---| | Latency | 300-500ms | 75ms 🥇 | | Cost (per 1M chars) | ~$11 | $1 🥇 (10× أرخص) | | العربية | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | | Voice cloning | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | | Streaming | ✅ | ✅ | | Languages | 30+ | 15+ |
Use Cases
- 🎙️ Voice agents هاتفية (مع Vapi/Retell) — latency الأقل = محادثة طبيعية
- 📞 Twilio TTS بديل (10× أرخص)
- 🔔 إشعارات صوتية فورية
- 🎬 Voiceovers لفيديوهات
Environment
bash
CARTESIA_API_KEY=sk_xxx...
Commands
bash
Speak Arabic
python3 cartesia_tool.py speak "مرحبا د. وائل" --lang ar --output greeting.mp3List voices
python3 cartesia_tool.py voices --lang arStream to speakers (or pipe)
python3 cartesia_tool.py speak "تنبيه عاجل" --voice <voice-id> --output alert.mp3Clone voice (from sample)
python3 cartesia_tool.py clone --name "Wael" --sample wael_sample.mp3Models available
python3 cartesia_tool.py models