Class AudioTranscription.Model

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class AudioTranscription.Model
     implements Enum
                        

    The model to use for transcription. Current options are whisper-1, gpt-4o-mini-transcribe, gpt-4o-transcribe, and gpt-4o-transcribe-diarize. Use gpt-4o-transcribe-diarize when you need diarization with speaker labels.

    • Constructor Detail