Skip to main content
This script demonstrates how to use an agent to generate speech from a given text input and optionally save it to a specified audio file.
text_to_speech_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as text_to_speech_agent.py, then run:
Full source: cookbook/90_models/openai/chat/text_to_speech_agent.py