Uses of Interface
dev.langchain4j.model.audio.AudioTranscriptionModel
Packages that use AudioTranscriptionModel
-
Uses of AudioTranscriptionModel in dev.langchain4j.model.azure
Classes in dev.langchain4j.model.azure that implement AudioTranscriptionModelModifier and TypeClassDescriptionclassRepresents an Azure OpenAI audio transcription model, such as Whisper. -
Uses of AudioTranscriptionModel in dev.langchain4j.model.openai
Classes in dev.langchain4j.model.openai that implement AudioTranscriptionModelModifier and TypeClassDescriptionclassRepresents 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.