Skip to content
Developer Preview

ReasoningEffort

The reasoning-effort tier sampled at submission. The same closed tier vocabulary on both the fresh-turn and steer lanes, spelled identically; invalid tiers are invalid params. none is a tier of the vocabulary (ask for no reasoning), not a way to say “unset”.

  • "high"
  • "low"
  • "medium"
  • "minimal"
  • "none"
  • "ultra"
  • "xhigh"
Source

schema/msp/experimental/msp.schema.json#/types/ReasoningEffort

{
"description": "The reasoning-effort tier sampled at submission. The\n**same closed tier vocabulary** on both the fresh-turn and steer lanes,\nspelled identically; invalid tiers are invalid params. `none` is a tier of\nthe vocabulary (ask for no reasoning), not a way to say \"unset\".",
"enum": [
"none",
"minimal",
"low",
"medium",
"high",
"xhigh",
"ultra"
],
"type": "string",
"x-msp-openness": "closed"
}