Class OpenAiAudioSpeechOptions

java.lang.Object
org.springframework.ai.openai.AbstractOpenAiOptions
org.springframework.ai.openai.OpenAiAudioSpeechOptions
All Implemented Interfaces:
TextToSpeechOptions, ModelOptions

public class OpenAiAudioSpeechOptions extends AbstractOpenAiOptions implements TextToSpeechOptions
Configuration options for OpenAI text-to-speech using the OpenAI Java SDK.
Author:
Ahmed Yousri, Hyunjoon Choi, Jonghoon Park, Ilayaperumal Gopinathan