AI agents · OpenClaw · self-hosting · automation

Quick Answer

Best Cheap Vision AI Model 2026: Ranked by Real Cost

Published:

The Short Answer

The cheapest capable vision model in 2026 is GLM-5.3-Flash at $0.15/$0.50 per MTok — about $0.007 per reference task, with video input and MIT-licensed weights included.

But “cheapest” depends entirely on how you measure. Headline per-token rates hide peak windows, introductory pricing with expiry dates, and tokenizer differences that move real bills by 2-3×. This ranking uses a fixed task instead.

The Ranking

Cost for a 30,000-input / 5,000-output task, which approximates one document-extraction or agent-step call. Standard rates as of August 2026.

#ModelIn / Out per MTokTask costVideoWeights
1GLM-5.3-Flash$0.15 / $0.50$0.0070✅ MIT
2DeepSeek V4 Flash Vision Exp$0.22 / $0.66 †$0.0099
3Gemini 3.5 Flash-Lite$0.30 / $2.50$0.0215
4Gemini 3.7 Flash$0.75 / $3.75 ‡$0.0413
5Claude Haiku 4.5$1 / $5$0.0550
6Claude Sonnet 5$2 / $10$0.1100
7Claude Opus 5$5 / $25$0.2750

† Off-peak. Peak rates double to $0.44/$1.32 (01:00-04:00 and 06:00-10:00 UTC). ‡ Introductory through December 31, 2026; reverts to $1.50/$7.50 on January 1, 2027.

Last verified: August 29, 2026.

The Four Hidden Modifiers

A headline rate is a starting point, not a price. Four things routinely break naive comparisons.

1. Peak/off-peak windows. DeepSeek V4 models have charged peak and off-peak rates since August 16, 2026, with off-peak at exactly half. Seven hours a day are peak. A workload centred on Asia-Pacific business hours pays close to double what a US-centred one pays for identical calls.

2. Introductory pricing. Gemini 3.7 Flash’s $0.75/$3.75 is a 50% introductory rate that expires December 31, 2026. GLM-5.3-Flash ran a 50% launch discount that ended September 9, 2026. Budgeting on promotional rates is how a 2027 forecast comes in 100% over.

3. Tokenizer differences. Anthropic’s newer models use a tokenizer that produces roughly 30% more tokens for the same text than its older models. Comparing Claude’s headline rate against GPT or Gemini without adjusting understates Claude’s real cost by about a third.

4. Regional multipliers. Anthropic’s US inference geo applies a 1.1× multiplier across all token categories, and Bedrock or Google Cloud regional endpoints typically carry a ~10% premium over direct API rates.

Best by Use Case

Best overall value — GLM-5.3-Flash. Cheapest, takes video, MIT weights, 1M context. The trade is vendor scale and a benchmark profile below the frontier tier. For classification, extraction and summarisation at volume, that is the right trade.

Best for existing DeepSeek stacks — V4 Flash Vision Exp. Adds images to a V4 Flash pipeline at identical token pricing with no multimodal surcharge. It is experimental and image-only, so pin a fallback and do not build anything you cannot re-point quickly.

Best cheap GA option — Gemini 3.5 Flash-Lite. At $0.30/$2.50 it is three times GLM-5.3-Flash but comes with a stable endpoint, Google Cloud integration and enterprise support terms. In regulated environments that is worth more than the delta.

Best for hard visual reasoning — Claude Opus 5. At $0.275 per task it is 39× the cheapest option, and worth it only when a wrong answer costs more than $0.27. That threshold is met more often than cost-optimisers like to admit — on legal documents, medical forms and financial statements, accuracy is the budget.

Best for self-hosting — GLM-5.3-Flash, by default. It is the only cheap vision model with published weights. Realistically it needs about 192GB of GPU memory at 4-bit precision, so server-class hardware. Below roughly 14 million tokens per hour of sustained load, the API is cheaper than renting GPUs.

How to Choose Without Guessing

  1. Define your reference task. Take a real workload, measure actual input and output token counts. Do not use someone else’s benchmark shape.
  2. Price the top three candidates on that task. Multiply, do not eyeball. Output tokens usually dominate.
  3. Check for expiry dates. Every promotional rate has one. Budget at the post-promo number.
  4. Test accuracy on 20 real examples. A model that is 3× cheaper and fails 10% more often is not cheaper — it is a retry loop plus a support ticket.
  5. Route, do not standardise. Send bulk volume to the cheap tier, escalate ambiguous cases to a frontier model. The blended cost lands near the cheap tier while accuracy tracks the expensive one.

The Trap Worth Naming

The cheapest model is rarely the cheapest system. A $0.007 call that needs a second pass 15% of the time, plus a human review queue, costs more than a $0.04 call that lands first time.

Measure cost per correct answer, not cost per call. Most published cheap-model rankings — including the naive reading of the table above — measure the wrong one.

Sources