Reasoning

data class Reasoning(val effort: ReasoningEffort? = ReasoningEffort.MEDIUM, val generateSummary: Reasoning.GenerateSummary? = null)(source)

o-series models only Configuration options for reasoning models.

Parameters

effort
generateSummary

computer_use_preview only A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process. One of concise or detailed.

Constructors

Link copied to clipboard
constructor(effort: ReasoningEffort? = ReasoningEffort.MEDIUM, generateSummary: Reasoning.GenerateSummary? = null)

Types

Link copied to clipboard

computer_use_preview only A summary of the reasoning performed by the model.

Properties

Link copied to clipboard
Link copied to clipboard