create_audio
Generate speech audio from text using OpenAI's TTS API with customizable voice, model, and speed settings for accessible content creation.
Instructions
Create text-to-speech audio using OpenAI's TTS API with model and voice selection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_prompt | Yes | ||
| model | No | gpt-4o-mini-tts | |
| voice | No | alloy | |
| instructions | No | ||
| speed | No | ||
| output_file_name | No |