Package com.openai.models.responses.inputtokens
See: Description
- 
                    
                    
                    
                    
                    
    
Class Summary Class Description Builder A builder for InputTokenCountParams. Builder A builder for Body. Body Conversation The conversation that this response belongs to. Input Text, image, or file inputs to the model, used to generate a response Builder A builder for Text. Verbosity Constrains the verbosity of the model's response. Text Configuration options for a text response from the model. ToolChoice How the model should select which tool (or tools) to use when generating a response. Truncation The truncation strategy to use for the model response. InputTokenCountParams Get input token counts Builder A builder for InputTokenCountResponse. InputTokenCountResponse  - 
                    
                    
                    
                    
                    
    
Interface Summary Interface Description Visitor An interface that defines how to map each variant of Conversation to a value of type T. Visitor An interface that defines how to map each variant of Input to a value of type T. Visitor An interface that defines how to map each variant of ToolChoice to a value of type T.  - 
                    
                    
                    
                    
                    
    
Enum Summary Enum Description Known An enum containing Verbosity's known values. Value An enum containing Verbosity's known values, as well as an _UNKNOWN member. Known An enum containing Truncation's known values. Value An enum containing Truncation's known values, as well as an _UNKNOWN member.