Class OpenAiAudioTranscriptionModel

java.lang.Object
dev.langchain4j.model.openai.OpenAiAudioTranscriptionModel
All Implemented Interfaces:
AudioTranscriptionModel

@Experimental public class OpenAiAudioTranscriptionModel extends Object implements AudioTranscriptionModel
Represents an OpenAI audio model with a transcription interface, only gpt-4o-transcribe, gpt-4o-mini-transcribe, whisper-1 (which is powered by our open source Whisper V2 model), and gpt-4o-transcribe-diarize are supported.
You can find description of parameters here.
Since:
1.10.0