Generate Speech (ElevenLabs)
Convert text to speech using ElevenLabs API. Includes multiple voices and high-quality audio generation.
View Full Pattern on Desktop

AI SDK APIs
experimental_generateSpeech
Tags
aigenerate-speechelevenlabsaudiottsai-sdk
Environment Variables
ELEVENLABS_API_KEYGet key →
External Services
elevenlabs
Ready to use?
View the full interactive pattern with live preview and copy the source code.
View PatternView Pattern on DesktopRelated Patterns


Generate Speech (OpenAI)
Convert text to speech using OpenAI's API. Includes multiple voices, speed control, and real-time playback for voiceovers and accessibility.


Transcribe Audio (ElevenLabs)
Transcribe audio files using ElevenLabs API. Includes real-time transcription and language detection.


Transcribe Audio (OpenAI)
Transcribe audio files using OpenAI's API. Includes real-time transcription and language detection.


Dynamic Tool
Create dynamic tools with runtime-generated schemas using dynamicTool. Demonstrates unit conversion tools where schema adapts based on conversion type (temperature, length, weight, currency) and supports dynamic model selection.
End of Pattern