Companion
object Companion
Properties
Link copied to clipboard
high — the level the API applies when no effort is requested.
Link copied to clipboard
low — the shortest reasoning pass: fastest and cheapest of the three budgets.
Link copied to clipboard
max — the longest reasoning pass; slowest, and bills the most reasoning tokens.
Link copied to clipboard
medium — accepted everywhere, folded onto HIGH by the server.
Link copied to clipboard
minimal — Responses API only; the server folds it onto LOW.
Link copied to clipboard
none — no reasoning pass at all. Responses API only; it is that API's way of spelling ThinkingType.DISABLED.
Link copied to clipboard
xhigh — accepted everywhere, folded onto HIGH by the server.