Skip to main content
ElevenLabsTools enable an Agent to perform audio generation tasks using ElevenLabs

Prerequisites

You need to install the elevenlabs library and an API key which can be obtained from Eleven Labs
Set the ELEVEN_LABS_API_KEY environment variable.

Example

The following agent will use Eleven Labs to generate audio based on a user prompt.
cookbook/14_tools/eleven_labs_tools.py

Toolkit Params

Toolkit Functions

Developer Resources