Class OpenAiAudioTranscriptionModel

java.lang.Object
org.springframework.ai.openai.OpenAiAudioTranscriptionModel
All Implemented Interfaces:
TranscriptionModel, Model<AudioTranscriptionPrompt,AudioTranscriptionResponse>

public final class OpenAiAudioTranscriptionModel extends Object implements TranscriptionModel
OpenAI audio transcription model implementation using the OpenAI Java SDK. You provide as input the audio file you want to transcribe and the desired output file format of the transcription of the audio.
Author:
Michael Lavelle, Christian Tzolov, Thomas Vitale, Ilayaperumal Gopinathan