mode: "agentic")
The Agentic tier is the same Parse node with mode set to agentic. It parses in several steps and spends the most work on dense tables, so it is the tier to reach for when the Standard output on a complex layout is not good enough.
The graph
effort is an Agentic-only knob:
prompt_hint also applies, for example "the second column is a date". figure_enhancement is ignored on this tier.
Run and read
Agentic runs are slower than Standard: 37 s for a one-page invoice against 28 s, and minutes for a long document. Givewait() a bigger budget.
What comes back
The Agentic tier on a one-page invoice, trimmed. The shape is the same as every other tier; only the work behind it differs.Reading the confidence
blocks[].parse_confidenceis the number to act on. It is 0 to 100 per block. In the sample above the line-item table scored 86 and the totals block, which the tier read as a second table, scored 31. That is the block to send to review.parse.parse_confidenceis the document roll-up, weighted by the characters in each block. A long low-scoring table pulls it down more than a short heading pulls it up.- A block that no model scored comes back with
parse_confidence: null. Treatnullas “not scored”, not as zero.
Tips
- Try Standard first. Move a document type to Agentic only when its tables come back wrong. The Parse node page lists the credits per page for each tier.
- Start at
effort: "mid". Go toaccuratefor scanned, low-contrast or very wide tables; drop tolowfor clean digital documents where you want the multi-step pass without the cost. rowson atableblock gives you the cells as a grid. Read that instead of parsing the<table>HTML.- Add an Extract node after the Parse node to turn the same tables into typed fields. See Bank statement processing.
Next steps
Parse node
Every knob on the node
Parse-only workflow
The same graph on Flash, Fast and Standard
Get run
The full run envelope
Coding assistant
The anyformat skill for Claude Code and other agents

