Loading...
Loading...
Text-to-speech, speech-to-text, voice conversion, and audio processing using EachLabs AI models. Supports ElevenLabs TTS, Whisper transcription with diarization, and RVC voice conversion. Use when the user needs TTS, transcription, or voice conversion.
npx skill4agent add eachlabs/skills eachlabs-voice-audioHeader: X-API-Key: <your-api-key>EACHLABS_API_KEY| Model | Slug | Best For |
|---|---|---|
| ElevenLabs TTS | | High quality TTS |
| ElevenLabs TTS w/ Timestamps | | TTS with word timing |
| ElevenLabs Text to Dialogue | | Multi-speaker dialogue |
| ElevenLabs Sound Effects | | Sound effect generation |
| ElevenLabs Voice Design v2 | | Custom voice design |
| Kling V1 TTS | | Kling text-to-speech |
| Kokoro 82M | | Lightweight TTS |
| Play AI Dialog | | Dialog TTS |
| Stable Audio 2.5 | | Text to audio |
| Model | Slug | Best For |
|---|---|---|
| ElevenLabs Scribe v2 | | Best quality transcription |
| ElevenLabs STT | | Standard transcription |
| Wizper with Timestamp | | Timestamped transcription |
| Wizper | | Basic transcription |
| Whisper | | Open-source transcription |
| Whisper Diarization | | Speaker identification |
| Incredibly Fast Whisper | | Fastest transcription |
| Model | Slug | Best For |
|---|---|---|
| RVC v2 | | Voice conversion |
| Train RVC | | Train custom voice model |
| ElevenLabs Voice Clone | | Voice cloning |
| ElevenLabs Voice Changer | | Voice transformation |
| ElevenLabs Voice Design v3 | | Advanced voice design |
| ElevenLabs Dubbing | | Video dubbing |
| Chatterbox S2S | | Speech to speech |
| Open Voice | | Open-source voice clone |
| XTTS v2 | | Multi-language voice clone |
| Stable Audio 2.5 Inpaint | | Audio inpainting |
| Stable Audio 2.5 A2A | | Audio transformation |
| Audio Trimmer | | Audio trimming with fade |
| Model | Slug | Best For |
|---|---|---|
| FFmpeg Merge Audio Video | | Merge audio with video |
| Toolkit Video Convert | | Video/audio conversion |
GET https://api.eachlabs.ai/v1/model?slug=<slug>request_schemahttps://api.eachlabs.ai/v1/prediction"0.0.1"GET https://api.eachlabs.ai/v1/prediction/{id}"success""failed"curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "elevenlabs-text-to-speech",
"version": "0.0.1",
"input": {
"text": "Welcome to our product demo. Today we will walk through the key features.",
"voice_id": "EXAVITQu4vr4xnSDxMaL",
"model_id": "eleven_v3",
"stability": 0.5,
"similarity_boost": 0.7
}
}'curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "elevenlabs-speech-to-text-scribe-v2",
"version": "0.0.1",
"input": {
"media_url": "https://example.com/recording.mp3",
"diarize": true,
"timestamps_granularity": "word"
}
}'curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "wizper-with-timestamp",
"version": "0.0.1",
"input": {
"audio_url": "https://example.com/audio.mp3",
"language": "en",
"task": "transcribe",
"chunk_level": "segment"
}
}'curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "whisper-diarization",
"version": "0.0.1",
"input": {
"file_url": "https://example.com/meeting.mp3",
"num_speakers": 3,
"language": "en",
"group_segments": true
}
}'curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "rvc-v2",
"version": "0.0.1",
"input": {
"input_audio": "https://example.com/vocals.wav",
"rvc_model": "CUSTOM",
"custom_rvc_model_download_url": "https://example.com/my-voice-model.zip",
"pitch_change": 0,
"output_format": "wav"
}
}'curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "ffmpeg-api-merge-audio-video",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/video.mp4",
"audio_url": "https://example.com/narration.mp3",
"start_offset": 0
}
}'elevenlabs-text-to-speech| Voice ID | Notes |
|---|---|
| Default voice |
| — |
| — |
| — |
| — |
| — |
| — |
| — |
| — |
| — |