iiRecord
Agentic AI Atlas · Supports thinking level control
capability:supports-thinking-level-controla5c.ai
II.
Capability JSON

capability:supports-thinking-level-control

Structured · live

Supports thinking level control json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/thinking-level-control.yamlCluster · capabilities
Record JSON
{
  "id": "capability:supports-thinking-level-control",
  "_kind": "Capability",
  "_file": "capabilities/capabilities/thinking-level-control.yaml",
  "_cluster": "capabilities",
  "attributes": {
    "displayName": "Supports thinking level control",
    "description": "The model accepts qualitative thinking effort controls such as\n`thinking_level` instead of a caller-specified numeric thinking token\nbudget.\n",
    "appliesToNodeKinds": [
      "ModelVersion"
    ],
    "category": "model"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "model:gemini-3-5-flash@current",
      "to": "capability:supports-thinking-level-control",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.5.0 <3.6.0",
        "level": "full",
        "notes": "Gemini 3.5 Flash migration guidance says to replace `thinking_budget` with `thinking_level`.",
        "evidenceSourceIds": [
          "evidence:google-gemini-3-5-flash-whats-new-2026-05"
        ]
      }
    }
  ]
}