Package com.openai.models.realtime
        Class RealtimeResponseCreateParams.MaxOutputTokens
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeResponseCreateParams.MaxOutputTokensMaximum number of output tokens for a single assistant response, inclusive of tool calls. Provide an integer between 1 and 4096 to limit output tokens, or inffor the maximum available tokens for a given model. Defaults toinf.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceRealtimeResponseCreateParams.MaxOutputTokens.VisitorAn interface that defines how to map each variant of MaxOutputTokens to a value of type T. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<Long>integer()final Optional<JsonValue>inf()final BooleanisInteger()final BooleanisInf()final LongasInteger()final JsonValueasInf()final Optional<JsonValue>_json()final <T extends Any> Taccept(RealtimeResponseCreateParams.MaxOutputTokens.Visitor<T> visitor)final RealtimeResponseCreateParams.MaxOutputTokensvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeResponseCreateParams.MaxOutputTokensofInteger(Long integer)final static RealtimeResponseCreateParams.MaxOutputTokensofInf()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        acceptfinal <T extends Any> T accept(RealtimeResponseCreateParams.MaxOutputTokens.Visitor<T> visitor) 
 - 
                                        validatefinal RealtimeResponseCreateParams.MaxOutputTokens validate() 
 - 
                                        ofIntegerfinal static RealtimeResponseCreateParams.MaxOutputTokens ofInteger(Long integer) 
 - 
                                        ofInffinal static RealtimeResponseCreateParams.MaxOutputTokens ofInf() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-