Package com.openai.models.beta.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 Personality A model-owned style preset to apply to this request. Builder A builder for Reasoning. Context Controls which reasoning items are rendered back to the model on later turns. Effort Constrains effort on reasoning for reasoning models. GenerateSummary Deprecated: use summaryinstead.Mode Controls the reasoning execution mode for the request. Summary A summary of the reasoning performed by the model. Reasoning gpt-5 and o-series models only Configuration options for reasoning models. 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 Controls which tool the model should use, if any. Truncation The truncation strategy to use for the model response. Beta InputTokenCountParams Returns input token counts of the request. 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 Personality's known values. Value An enum containing Personality's known values, as well as an _UNKNOWN member. Known An enum containing Context's known values. Value An enum containing Context's known values, as well as an _UNKNOWN member. Known An enum containing Effort's known values. Value An enum containing Effort's known values, as well as an _UNKNOWN member. Known An enum containing GenerateSummary's known values. Value An enum containing GenerateSummary's known values, as well as an _UNKNOWN member. Known An enum containing Mode's known values. Value An enum containing Mode's known values, as well as an _UNKNOWN member. Known An enum containing Summary's known values. Value An enum containing Summary's known values, as well as an _UNKNOWN member. 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. Known An enum containing Beta's known values. Value An enum containing Beta's known values, as well as an _UNKNOWN member.