elevenlabs
Generate natural-sounding speech from text, transcribe audio, and manage voices using ElevenLabs AI
Quick Install
npm install @openpets/elevenlabs pnpm add @openpets/elevenlabs Required Environment Variables
-
ELEVENLABS_API_KEYAPI key for ElevenLabs service. Get one at https://elevenlabs.io/
Available Tools (7)
These tools are available when you install the elevenlabs plugin in your AI assistant.
generate-audio
Generate natural-sounding speech from text using ElevenLabs text-to-speech
list-voices
List all available voices from ElevenLabs
get-voice
Get detailed information about a specific voice
transcribe
Transcribe audio to text using ElevenLabs speech-to-text
get-models
Get all available models from ElevenLabs
get-user-info
Get information about the current user and their subscription
get-history
Get history of generated audio items
Example Queries
generate audio from text 'Hello world' list available voices transcribe audio from file Usage Scenarios
text to speech
- 1
generate audio from text 'Welcome to ElevenLabs' - 2
generate audio using voice Rachel
voice management
- 1
list available voices - 2
get voice settings for Rachel
Use elevenlabs with Your AI Assistant
This open source plugin works with OpenCode-compatible AI assistants including ChatGPT, Claude, Perplexity, and other LLM-powered coding tools. Install the plugin and start using natural language to interact with elevenlabs.
Related Plugins
llm-models
LLM model discovery and comparison plugin - search and compare models from models.dev across multiple providers
fal
FAL AI image and video generation plugin for OpenCode - text-to-image, image-to-image, text-to-video, and image-to-video using Flux, Stable Diffusion, Kling, and more
google-gemini
Google Gemini AI provider for OpenCode