Class RealtimeAudioInputTurnDetection.Eagerness

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

    
    public final class RealtimeAudioInputTurnDetection.Eagerness
     implements Enum
                        

    Used only for semantic_vad mode. The eagerness of the model to respond. low will wait longer for the user to continue speaking, high will respond more quickly. auto is the default and is equivalent to medium. low, medium, and high have max timeouts of 8s, 4s, and 2s respectively.