Interface TextToSpeechModel

All Superinterfaces:
Model<TextToSpeechPrompt, TextToSpeechResponse>, StreamingModel<TextToSpeechPrompt, TextToSpeechResponse>, StreamingTextToSpeechModel
All Known Implementing Classes:
ElevenLabsTextToSpeechModel, OpenAiAudioSpeechModel

public interface TextToSpeechModel extends Model<TextToSpeechPrompt, TextToSpeechResponse>, StreamingTextToSpeechModel
Interface for the text to speech model.
Author:
Alexandros Pappas