CUA-S1 Launch — Pricing Impact (September 2026)
CUA-S1 is a tiny open model for computer-use form decisions. See its license, benchmark limits, cost impact, and practical deployment advice.
By AI Pricing Guru Editorial Team
AI Pricing Guru articles are maintained by the editorial workflow behind the site: daily pricing snapshots, provider source checks, and review passes for model launches, subscription limits, and billing changes.
TL;DR
- CUA released CUA-S1-FORMS, a 706,048-parameter, 2.8 MB specialist that selects form-filling actions in one forward pass instead of generating text token by token.
- The code, checkpoint, and dataset are available under MIT terms, so there is no per-token model fee; operators still pay for compute, document extraction, desktop automation, monitoring, and review.
- CUA reports 99.95% on a form-disjoint synthetic test and 100% on a 196-decision real demo set, but that small evaluation does not establish general computer-use performance.
- Use CUA-S1 as a bounded specialist behind a planner, with abstention and verification; do not replace a general agent or human approval for consequential actions.
General-model token costs beside the CUA-S1 specialist route
USD per 1M tokens. Input and output rates are charted separately.
Estimate the planner cost CUA-S1 does not remove
Assumes 75% input tokens and 25% output tokens using current per-million rates.
Gemini 3.8 Flash
$15.00
- Input share
- $5.63
- Output share
- $9.38
Claude Sonnet 5
anthropic
$40.00
- Input share
- $15.00
- Output share
- $25.00
GPT-6 Astra
openai
$200.00
- Input share
- $75.00
- Output share
- $125.00
Live API baselines for the general-model layer
| Model | Provider | Input / 1M | Cached / 1M | Output / 1M |
|---|---|---|---|---|
| Gemini 3.8 Flash | $0.75 | $0.075 | $3.75 | |
| Claude Sonnet 5 | anthropic | $2.00 | $0.2 | $10.00 |
| GPT-6 Astra | openai | $10.00 | $1.00 | $50.00 |
Built from pricing.json at publish time.
CUA has released CUA-S1-FORMS, the first checkpoint in a family of small “System One” models for computer use. The model does one narrow job: for each structured form element, it chooses whether to fill it from a document value, check it, click it, or leave it alone.
This is not a general desktop agent. CUA-S1 does not plan a workflow, generate field values, understand arbitrary screens, or decide execution order. Application code remains responsible for orchestration, while the optional Cua Driver integration performs bounded actions and rechecks interface state.
What CUA released
The checkpoint uses a byte-level, two-layer transformer encoder with an option-attention head. CUA lists 706,048 trainable parameters and a 2.8 MB checkpoint. Each form element is scored independently, and all elements can be processed together in one batch.
CUA published the Python model and evaluation code on GitHub, plus model weights and a dataset on Hugging Face. The preferred checkpoint uses safetensors with a signed JSON sidecar; the loader rejects pickle-based checkpoint formats. The repositories identify the source, model, and dataset licenses as MIT.
The model only selects among values already extracted as Label: value pairs from a document. It cannot invent missing data, resolve a broad goal, or safely improvise outside that contract.
CUA-S1 pricing impact
CUA-S1 has no token meter or announced hosted API price. Downloading the open checkpoint avoids a per-request model charge, but “free model” does not mean free automation.
Our maintained CUA-S1 pricing page tracks that model-price boundary and Cua’s separate optional Fleet compute rates.
| Route | Model charge | Costs that remain | Best fit |
|---|---|---|---|
| CUA-S1-FORMS locally | No usage fee under the published MIT license | CPU/GPU time, PDF extraction, Cua Driver, observability, review | Repeated, bounded form decisions |
| Hosted specialist API | No CUA-S1 service announced | Provider fee, network latency, data-processing terms | Not yet available as a first-party route |
| General model with tools | Live token rates shown above | Tokens, screenshots, retries, tool calls, sandbox time | Planning, exceptions, unfamiliar interfaces |
| Hybrid router | Specialist plus a paid fallback | Integration, confidence thresholds, verification | High-volume workflows with a stable narrow path |
The economic opportunity is routing. A general model can interpret the goal and handle exceptions, while CUA-S1 processes repetitive field-level decisions without another autoregressive generation. The live chart, table, and calculator above show current general-model API rates from our canonical dataset; they are planning-layer baselines, not a claim that those models were tested against CUA-S1.
Compare current rates on the OpenAI pricing page and Anthropic pricing page, then model the general-agent portion with the token calculator. Our AI API pricing comparison explains the wider cost tradeoffs.
What the benchmarks prove—and do not prove
CUA reports 99.95% top-1 accuracy on roughly 15,000 synthetic, form-disjoint decisions. It also reports 100% on a real demo evaluation containing 196 decisions from three forms and three PDFs. A shuffled-context control falls to 37%, evidence that the checkpoint reads the element context instead of relying only on option frequency.
The project also reports 99.7% against 83.6% for the hosted Jev API on the same task. That comparison is useful but narrow: CUA-S1 was trained for this convention, including recognizing already-filled fields, while hosted Jev received no task-specific fine-tuning.
None of these results demonstrate reliable web navigation, visual grounding, multi-step planning, recovery from dialogs, cross-application transfer, or safe production autonomy. The real evaluation is especially small, English-centric, and tied to the project’s form and PDF setup.
Who benefits—and who should wait
Teams processing large volumes of stable forms have the clearest upside. The small checkpoint may reduce latency and paid-model calls when inputs are structured and the allowed actions are tightly bounded. Local inference can also keep extracted values away from a third-party model API, although logs, PDF tools, and desktop infrastructure still need their own controls.
Teams seeking a universal browser or desktop agent should wait. CUA-S1 is a decision component, not an end-to-end operator. Financial, legal, medical, employment, account, permission, and external-communication actions still need human confirmation and independent outcome checks.
For a managed comparison route, developers can compare available open-model infrastructure through Novita. Verify that the environment supports this custom checkpoint and measure total workflow cost, not only inference.
Affiliate disclosure: AI Pricing Guru may earn a commission from the sponsored Novita link at no extra cost to you. It does not affect this analysis.
What developers should do now
- Reproduce the published test with the exact checkpoint, code revision, and artifact signature.
- Build a private holdout from representative forms without exposing customer records.
- Track coverage, abstentions, wrong values, wrong targets, duplicate actions, latency, and reviewer time.
- Keep execution off during evaluation, then enable fills and submission as separate, explicit gates.
- Route uncertain or unfamiliar cases to a general model or human instead of forcing a specialist answer.
Measure cost per verified form, not cost per model call. Include document parsing, desktop capacity, failed runs, escalation tokens, human review, and remediation when calculating the saving.
Bottom line
CUA-S1 is a credible demonstration of a different cost architecture for computer-use agents: let a general model plan, then hand repetitive decisions to a tiny specialist. The open checkpoint makes that idea testable without a per-token model fee.
The launch is not evidence that general computer-use models are obsolete. Its value depends on a narrow task staying narrow—and on the surrounding system abstaining, verifying state, and escalating safely when the interface changes.
Sources: CUA’s official GitHub repository, CUA-S1 model card, Hugging Face checkpoint and dataset, plus the Show HN discussion. Availability, licensing, architecture, and reported results checked September 19, 2026 at 23:35 UTC.