Use whether a single input exceeds 272K tokens, whether tools are called frequently, and whether terminal execution is required as routing criteria; otherwise, Terra's low list price becomes misleading for ultra-long requests.
Suitable tasks: Establishing initial routing rules and cost budgets for terminal agents, tool-intensive pipelines, and large-document retrieval.
Unsuitable tasks: Treating DataCamp's cross-vendor scores as strict wins or losses under the same harness, or treating example prices as long-term quotations.
Applicable model version: GPT-5.6 Terra; Sonnet 5 is used only as a routing comparison in the article.
Applicable client, Agent, or API: OpenAI Responses API, terminal/code agents, or a self-built gateway.
Recommended reasoning tier and parameters: Start with Terra default/medium; when tool calls and outputs are long, calculate billing from the actual trace, and compare higher tiers for complex tasks.
Rewrite the article's cost comparison as actionable budget rules:
Input cost = input tokens / 1,000,000 × input price
Output cost = output tokens / 1,000,000 × output price
Total cost = input cost + output cost
If a single input > 272,000:
Apply 2× to Terra's input cost and 1.5× to its output cost (for the entire request)
Initial routing rules:
shell/terminal/tool-heavy -> Terra
repository bug fixing -> A/B test Terra against a same-tier model on a small sample
single-request context > 272K -> first compare chunked Terra with a competitively priced long-context model
requires custom temperature/top_p/top_k -> choose a model that supports these parametersFrom the logs, record the input/output tokens, single-request input length, number of tool calls, number of model rounds, and failed retries for each request.
Divide tasks into two groups: “single input no more than 272K” and “over 272K”; do not compare them only by total monthly token volume.
For terminal and tool-intensive tasks, run Terra first, recording the tokens and model rounds before and after each tool call; compare the actual gains from Programmatic Tool Calling when necessary.
For ultra-long documents, separately test “one-shot Terra” and “Terra chunked by chapter,” then compare total cost and quality with an alternative model that has no long-context surcharge.
For repository repair tasks, keep the input, test set, and stopping conditions identical; DataCamp explicitly notes that vendor scores for SWE-Bench Pro come from different harnesses and can only serve as directional evidence.
Backfill the budget with actual billing statements. The article's prices, caching rules, and introductory pricing may all change over time.
DataCamp gives Terra's specifications as a 1,050,000-token context and 128K max output; after 2026-07-30, the price is $2/$12 (input/output per 1M tokens).
Terminal-Bench 2.1: Terra 87.4%, Sonnet 5 80.4%; SWE-Bench Pro: Terra 63.4%, Sonnet 5 63.2%, which the article treats as approximately tied.
The article gives three calculation examples:
1M input / 4M output: Terra $50, Sonnet 5 $63.
10M input / 1M output, split into requests each below 272K: Terra $32, Sonnet 5 $45.
The same totals but with each request exceeding 272K: Terra $58, Sonnet 5 $45.
The article says that Terra's Programmatic Tool Calling reduced prompt tokens by 38% in Clio's multi-step document analysis; that figure was reported by a partner, not independently rerun by DataCamp.
For long-context MRCR v2 8-needle, the article gives Terra 89.6% at 256K–512K and 72.5% at 512K–1M; it does not provide a same-basis figure for Sonnet 5.
DataCamp is a comparative secondary compilation and cannot replace OpenAI's official pricing page or original benchmark runs.
The Terra/Sonnet figures for SWE-Bench and Terminal-Bench come from different vendor reports and harnesses; the “7-point lead” should not be interpreted as a fully controlled head-to-head experiment.
The pricing examples do not include each team's cache hit rate, retries, tool-call fees, concurrency, or discounts; budgets must be calibrated against real traces.
Partners' token-reduction conclusions (Notion, Clio, PlayCo, and others) are not independently reproduced and are best treated as hypotheses to validate.
The article's core judgment is “Terra is the stronger pick for terminal-driven coding agents,” while the author also emphasizes that requests over 272K change the cost conclusion.
GPT-5.6 Terra