Class ElevenLabsTextToSpeechModel

java.lang.Object
org.springframework.ai.elevenlabs.ElevenLabsTextToSpeechModel
All Implemented Interfaces:
StreamingTextToSpeechModel, TextToSpeechModel, Model<TextToSpeechPrompt,TextToSpeechResponse>, StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>

public class ElevenLabsTextToSpeechModel extends Object implements TextToSpeechModel
Implementation of the TextToSpeechModel interface for ElevenLabs TTS API.
Author:
Alexandros Pappas