II.
EffortLevel JSON
Structured · liveeffort-level:max
Effort: max json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "effort-level:max",
"_kind": "EffortLevel",
"_file": "extensions/effort-levels/canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Effort: max",
"name": "max",
"relativeReasoningCost": 5,
"description": "Maximum effort — uncapped extended thinking budget. Highest latency\nand cost; available only on the most capable model versions.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:claude-agent-sdk.core@current",
"to": "effort-level:max",
"kind": "supports_effort_level",
"attributes": {}
},
{
"from": "agent-core-impl:claude-code.core@1.x",
"to": "effort-level:max",
"kind": "supports_effort_level",
"attributes": {}
}
]
}