Lowest-cost hosted LLM APIs tracked by benchr: July 24, 2026 snapshot

Looking for cheap token pricing? Compare DeepSeek, GPT-5 Mini, Claude Haiku, and self-hosted open-weights under $1 per million.

By benchr Editorial Team · · Comparison scope and price snapshot reviewed July 24, 2026 · View changelog

Lowest-cost hosted LLM APIs tracked by benchr: July 24, 2026 snapshot: price bands and metered token paths.
Benchr editorial field plate Lowest-cost hosted LLM APIs tracked by benchr Workload flow · total cost
Cost analysisPrice bands and metered token paths carry the visual for Lowest-cost hosted LLM APIs tracked by benchr: July 24, 2026 snapshot.

For high-volume work such as RAG ingestion, chat routing, and structured extraction, small rate differences add up. The table includes models in the benchr index priced at $1.00 or less per million input tokens, plus open-weight models intended for self-hosting.

Model Provider Input / 1M Output / 1M License
Qwen3.6-27BAlibabaSelf-hostedSelf-hostedOpen-weight
Llama 4 MaverickMetaSelf-hostedSelf-hostedOpen-weight
Llama 4 ScoutMetaSelf-hostedSelf-hostedOpen-weight
Phi-4MicrosoftSelf-hostedSelf-hostedOpen-weight
Qwen3.8-FlashAlibaba$0.150$0.47—
GLM-5.3-FlashZ.ai$0.150$0.50Open-weight
Mistral Small 4Mistral$0.150$0.60Open-weight
GPT-5.6 LunaOpenAI$0.200$1.20Proprietary
GPT-5 MiniOpenAI$0.250$2.00Proprietary
DeepSeek-V4.1-FlashDeepSeek$0.300$1.20Not yet recorded
Gemini 3.5 Flash-LiteGoogle$0.300$2.50Proprietary
DeepSeek V4-Flash (hosted API retired Sep 10, 2026)DeepSeek$0.440$1.32Open-weight
Mistral Large 3Mistral$0.500$1.50Open-weight
Kimi K2.6Moonshot AI$0.950$4.00Open-weight
Claude Haiku 4.5Anthropic$1.00$5.00Proprietary
DeepSeek V4-ProDeepSeek$1.32$3.96Open-weight

One caveat on the DeepSeek rows: those are peak-hour rates. Anything sent outside 01:00–04:00 and 06:00–10:00 UTC on a weekday costs half as much, which puts DeepSeek-V4.1-Flash at $0.15/$0.60 for about four fifths of the week. The V4-Flash row is the last rate the retired hosted model carried. The GLM-5.3-Flash row is the current list rate; its Aug 26–Sep 9 launch promotion billed $0.075/$0.25.

Key Highlights in the Low-Cost Space

  • DeepSeek-V4.1-Flash ($0.30/$1.20 peak, $0.15/$0.60 off-peak): The hosted replacement for V4-Flash since September 10, 2026, with a 1M context and 384K max output. Off-peak it is one of the lowest rates in this set; at peak GPT-5.6 Luna is cheaper on input and level on output. benchr has not yet recorded a benchmark figure or license for it.
  • DeepSeek V4-Flash (history): It spent most of 2026 as the cheapest million-token context on the market, tripled its input rate on August 16 to $0.44/$1.32 at peak, and was retired from the API on September 10. Its MIT weights remain available for self-hosting.
  • GLM-5.3-Flash ($0.15/$0.50): Z.ai's launch promotion of $0.075/$0.25 ran August 26 to September 9, 2026; the list rate since is $0.15 input / $0.50 output, still among the lowest in this set.
  • GPT-5.6 Luna ($0.20/$1.20): OpenAI's volume tier, with a 1.05M context. It is cheaper than GPT-5 Mini on both sides of the meter and has the larger window.
  • GPT-5 Mini ($0.25/$2.00): OpenAI's low-cost entry with Structured Outputs, Batch API support, a 400K context window, and 128K max output. Measure latency in your deployment; OpenAI does not publish a universal 160 tok/s guarantee.
  • Claude Haiku 4.5 ($1.00/$5.00): While pricier than DeepSeek and GPT-5 Mini, it features high prompt caching capabilities and Anthropic's signature safety and formatting alignment.

Want to compare these with the flagship models? Check out the full AI Model Rankings or compute exact volume pricing on our Cost Calculator.

When cheap stops being cheap

The cheapest API is not always the lowest-cost system. A model with a lower token price can still lose if it requires more retries, produces longer-than-needed answers, misses formatting constraints, or needs more human review. For production, the useful metric is cost per accepted answer.

For high-volume routing, extraction, and classification, budget models can be excellent because the task is narrow and failure is easy to detect. For legal review, complex code repair, research synthesis, or agent loops with side effects, pay attention to failure cost before optimizing the token bill.

A practical shortlist strategy

For most teams, the cheapest-model search should produce a shortlist, not a single winner. Pick one model below $0.50/1M input, one between $0.50 and $1.50, and one stronger fallback above that. Route easy work to the cheapest tier and escalate only when confidence, formatting, or safety checks fail.

This keeps the system cheap without betting the whole product on the lowest line in the table. It also gives you a migration path: if the budget model improves, increase its traffic; if it fails on an edge case, the fallback path is already defined.

Keep provider concentration in mind too. Saving a few dollars per million tokens is not worth losing redundancy if the workload is business-critical. For important systems, pair the cheapest default with a second provider that can take over when latency, rate limits, or availability degrade.

Frequently asked

Is DeepSeek V4-Flash still the lowest-priced hosted model benchr tracks?

No. It is no longer on the API: DeepSeek retired the hosted V4-Flash on September 10, 2026. It held the lowest listed rate through the July 24, 2026 snapshot at $0.14 input and $0.28 output, then moved to $0.44 and $1.32 at peak (01:00–04:00 and 06:00–10:00 UTC, Monday to Friday) and $0.22 and $0.66 off-peak on August 16. Its replacement, DeepSeek-V4.1-Flash, lists $0.30 / $1.20 at peak and $0.15 / $0.60 off-peak, and is not the lowest either: GLM-5.3-Flash and Qwen3.8-Flash list lower output rates at every hour. This is not a market-wide guarantee; check the provider's live rate card before budgeting.

Can I host open-weight models for free?

Open-weight models like Llama 4 Scout, Maverick, or Phi-4 are free to download and use. But you still pay for the hardware needed to run them, whether that is your own machine, a cloud instance, or a rented GPU.

Are open-weights really cheaper than DeepSeek V4-Flash?

It depends on your volume. Hosting a model like Qwen3.6-27B or Llama 4 Scout requires renting a GPU (such as an A10G or A100), which bills hourly. If you make millions of requests daily, self-hosting is often cheaper. For lower volume or bursty workloads, a hosted API such as DeepSeek-V4.1-Flash is usually cheaper and spares you running GPUs yourself.

Changelog

  • — Corrected GLM-5.3-Flash from its expired $0.075/$0.25 launch promotion to its $0.15/$0.50 list rate (promotion ran August 26–September 9, 2026) and added Mistral Small 4 ($0.15/$0.60) to the ranking and table.
  • — Re-ranked for DeepSeek's September 10 retirement of the hosted V4-Flash. The short answer, table and highlights now lead with GLM-5.3-Flash, Qwen3.8-Flash, GPT-5.6 Luna, DeepSeek-V4.1-Flash and Gemini 3.5 Flash-Lite, with GLM-5.3-Flash's promotional status flagged. V4-Flash's July and August rates are kept as history.
  • — Scoped the lowest-price finding to hosted models tracked by benchr in this dated snapshot and added a live-price check before budgeting.
  • — Published. All prices verified against official provider API docs.

Sources