Close Menu
GeekBlog

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Apple Is Not Launching an iPhone 18 in September, and That Is on Purpose

    August 12, 2026

    Congress Just Voted to Put AI Chatbots on a Leash for Kids, and Privacy Advocates Are Torn

    August 11, 2026

    OpenAI Cut Its AI Prices 80%. DeepSeek Just Went Even Lower.

    August 11, 2026
    Facebook X (Twitter) Instagram Threads
    GeekBlog
    • Home
    • Mobile
    • Tech News
    • Blog
    • How-To Guides
    • AI & Software
    Facebook
    GeekBlog
    Home»AI & Software»OpenAI Cut Its AI Prices 80%. DeepSeek Just Went Even Lower.
    AI & Software

    OpenAI Cut Its AI Prices 80%. DeepSeek Just Went Even Lower.

    Olivia HartmanBy Olivia HartmanAugust 11, 20269 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link

    OpenAI does not usually blink first. On July 30, the company cut the price of GPT-5.6 Luna, the fastest and cheapest model in its lineup, by 80 percent, dropping input and output costs from $1 and $6 per million tokens down to $0.20 and $1.20. It was a striking move for a lab that had launched the entire GPT-5.6 family barely three weeks earlier. Two days later, DeepSeek answered. The Chinese lab pushed out V4-Flash-0731, an updated version of its agent-focused model, priced roughly 30 percent below OpenAI’s freshly discounted Luna on output tokens. The message was hard to miss: whatever floor OpenAI thought it had just set, DeepSeek was ready to go lower.

    Neither move happened in a vacuum. Both labs are chasing the same prize: developers building AI agents that call tools, write code, and run multi-step tasks in a loop rather than answering a single question and stopping. Agentic workloads burn through tokens at a rate a simple chatbot exchange never approached, and whichever company wins the price floor on agent-grade inference stands to become the default backend for a huge share of the AI tooling being built right now.

    Quick facts: the OpenAI vs. DeepSeek price war

    • OpenAI cut GPT-5.6 Luna pricing 80% on July 30, from $1 / $6 to $0.20 / $1.20 per million input/output tokens
    • DeepSeek answered two days later with V4-Flash-0731, priced at $0.14 input (cache miss) and $0.28 output per million tokens
    • That prices DeepSeek roughly 30% below Luna’s new output rate
    • Chinese-origin models now account for an estimated 46% of US enterprise token usage tracked on OpenRouter
    • DeepSeek’s list price sits more than 90% below Claude Opus 4.8 per million tokens, even as it closes much of the performance gap on coding tasks

    An 80 Percent Cut That Still Was Not Enough

    To understand why OpenAI moved first, it helps to look at what Luna actually is. It sits at the bottom of the GPT-5.6 family, below the mid-tier Terra and the flagship Sol, built for high-volume, latency-sensitive work rather than the hardest reasoning tasks. OpenAI also trimmed Terra’s price by 20 percent, from $2.50 / $15 to $2 / $12 per million tokens, while leaving Sol untouched at $5 / $30. That pattern, cutting the cheap workhorse hardest and leaving the flagship alone, is a pricing playbook aimed squarely at developers who route routine agent calls to whichever model is fast and cheap enough to get the job done.

    OpenAI framed the cut as a byproduct of system efficiency gains rather than a defensive reaction. That framing gets harder to sustain given the timing. A CNBC investigation published in early July found that Chinese-origin models had captured 46 percent of US enterprise token usage tracked on OpenRouter, at times overtaking American models entirely. When a large chunk of the market you built is quietly migrating to cheaper alternatives, an 80 percent price cut reads less like an efficiency dividend and more like a company defending share.

    DeepSeek’s Answer Arrived in 48 Hours

    Recommended for you:

    Meta Just Open-Sourced a 30B AI Agent That Runs on a Single Gaming GPU
    AI & Software·Aug 10, 2026

    Meta Just Open-Sourced a 30B AI Agent That Runs on a Single Gaming GPU

    DeepSeek did not need to build a new model to respond. V4-Flash-0731 keeps the same architecture and parameter count as the earlier V4-Flash preview, a 284 billion parameter mixture-of-experts model with 13 billion active parameters and a 1 million token context window. What changed is the post-training: DeepSeek re-tuned the model specifically for agentic tool use and adopted the Responses API format that OpenAI’s own Codex-style agents rely on, which matters because it lowers the switching cost for anyone already building against that convention. Teams can point their existing agent code at DeepSeek’s endpoint without rewriting how they call tools.

    The pricing itself was not new. DeepSeek’s $0.14 input and $0.28 output rates for V4-Flash had been in place before OpenAI’s cut. What DeepSeek did was let those existing prices do the talking at exactly the moment they became a live counterpunch, undercutting Luna’s new rate by roughly 30 percent on output while offering a model tuned harder for the same agentic tasks Luna is meant to handle.

    ModelInput (per 1M tokens)Output (per 1M tokens)Context window
    GPT-5.6 Luna (before July 30)$1.00$6.00128K
    GPT-5.6 Luna (after July 30)$0.20$1.20128K
    DeepSeek V4-Flash-0731$0.14$0.281M
    Claude Opus 4.8$3.85 (blended avg.)$3.85 (blended avg.)200K

    Prices per million tokens as published by each vendor, August 2026. DeepSeek input price shown is the cache-miss rate. Claude Opus 4.8 figure reflects a blended per-token average reported by Artificial Analysis.

    The Performance Gap Is Narrower Than the Price Gap

    None of this would matter much if DeepSeek’s model could not actually do the work. On raw intelligence benchmarks it still trails the best Western models. Artificial Analysis puts Claude Opus 4.8 at 57 on its Intelligence Index against roughly 52 for DeepSeek’s V4 Flash line, and Opus 4.8 leads on SWE-bench Verified (87.6 percent versus about 80.6 percent) and SWE-bench Pro (64.3 percent versus 55.4 percent). Those are real, measurable gaps, and anyone routing the hardest coding or reasoning work will still reach for Opus.

    But “still behind” and “far behind” are different stories, and the newest DeepSeek numbers tell the second one. On TerminalBench 2.1, a test of how well a model handles extended terminal sessions, DeepSeek’s own reported score for V4-Flash-0731 was 82.7 against Opus 4.8’s 85.0, a gap of just over two points on a benchmark where DeepSeek trailed by a much wider margin a year earlier. DeepSeek also generates output roughly 115 tokens per second against Opus 4.8’s 60, nearly double the throughput, which matters directly for agent loops that need to plan, act, and re-check within a tight budget of wall-clock time.

    Put those together and the practical calculus shifts. A model that lands within a few points of the frontier on the benchmarks that matter for agent work, runs close to twice as fast, and costs roughly 13 times less per output token stops being a budget fallback and starts being the default choice for a large share of production workloads, with the frontier model reserved for the smaller slice of tasks where its edge actually pays for itself.

    Cheaper Tokens, Bigger Bills

    It would be easy to read this price war as straightforwardly good news for anyone building with AI, and in one sense it is. But GeekBlog covered a related paradox back in July: blended frontier token prices have fallen almost 98 percent since 2024, yet corporate AI spending grew an estimated 320 percent over the same stretch. Cheaper tokens do not shrink the bill, they expand what companies are willing to attempt with them. An agent that costs a fraction of a cent per call gets used for tasks that would never have justified the expense a year ago, and the aggregate spend climbs even as the per-token price keeps falling.

    That dynamic is likely to repeat here. A developer team that adopts V4-Flash-0731 because it is cheap and fast will not necessarily spend less than it did on GPT-5.6 Luna. It will more likely run more agents, more often, on more tasks, because the marginal cost of trying finally dropped low enough to stop being a consideration at all.

    The Distillation Playbook Behind the Speed

    DeepSeek’s ability to keep undercutting Western labs on price without falling far behind on capability traces back to a technique the industry has leaned on hard this year: distillation, compressing what a larger model learned into a smaller, cheaper one to run. DeepSeek was showing enterprises the outline of this opportunity as far back as last August, when its early releases demonstrated that a well-distilled model could approach frontier performance at a small fraction of the training and inference cost. Western labs have since adopted the same playbook themselves. Meta’s own Muse Glimmer, a 30 billion parameter agentic model distilled down to run on a single consumer GPU, is effectively the same bet from the other side of the market: keep the expensive flagship closed and monetized, and ship a smaller, faster, cheaper model to compete for the high-volume agentic workloads where price sensitivity is highest.

    Recommended for you:

    AI Agents Built Fake Identities to Trick a Real Developer, and the UK Government Caught It
    AI & Software·Aug 7, 2026

    AI Agents Built Fake Identities to Trick a Real Developer, and the UK Government Caught It

    The result is a market where the meaningful competition is no longer only about who has the smartest model. It is about who can get a model that is smart enough down to a price and speed that make it the obvious default for everyday agent work, and DeepSeek has spent the better part of two years proving it can do that faster than almost anyone else.

    What It Means If You Are Building or Buying AI Tools

    • Route by task, not by habit. If your agents are doing routine tool calls, code generation, or retrieval work, a model like V4-Flash-0731 is now cheap and fast enough to handle the bulk of it, with a frontier model reserved for the fraction of tasks that genuinely need the extra reasoning headroom.
    • Watch total spend, not the per-token rate. A lower price per token has not historically translated into a lower bill industry-wide. Set usage budgets and monitoring before rollout, not after the invoice arrives.
    • Check compatibility before switching. DeepSeek’s adoption of the Responses API format lowers the migration cost for teams already built around OpenAI’s agent conventions, but data residency, moderation policies, and support commitments still differ meaningfully between providers.
    • Expect more cuts, not fewer. Two aggressive moves in one week suggest neither company sees this as a settled market. Locking into long-term pricing assumptions right now is risky.

    The Bottom Line

    OpenAI’s 80 percent price cut was meant to be a statement. DeepSeek’s answer, delivered within 48 hours using a model it had already built, turned that statement into an opening bid. What is actually being contested here is not really about Luna or V4-Flash as individual products. It is about who controls the economics of agentic AI as it moves from expensive experiment to everyday infrastructure, and neither side looks ready to let the other set the floor.

    AI agents AI pricing DeepSeek enterprise AI OpenAI
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Telegram Email Copy Link
    Previous ArticleThe Pixel 11 Pro Fold Is Thinner, Pricier, and Finally the Right Shape
    Next Article Congress Just Voted to Put AI Chatbots on a Leash for Kids, and Privacy Advocates Are Torn
    Olivia Hartman

      Olivia Hartman is GeekBlog's general technology reporter, covering the wider world of tech beyond smartphones — AI and software, laptops and PCs, gaming, streaming, space, science, consumer gadgets, deals and the policy stories shaping the industry. A versatile journalist with a nose for what actually matters, Olivia turns breaking news and product launches into accessible, no-hype reporting for everyday readers.

      Related Posts

      9 Mins Read

      Congress Just Voted to Put AI Chatbots on a Leash for Kids, and Privacy Advocates Are Torn

      7 Mins Read

      A Dad in China Is Suing Tencent and miHoYo for $1.50, and That Is Exactly the Point

      7 Mins Read

      Christopher Nolan Says Cancel Your Streaming Services, and the Bitrate Math Backs Him Up

      6 Mins Read

      A Federal Audit Just Took Apart DOGE’s $110 Billion Savings Claim

      7 Mins Read

      Apple Is Quietly Designing a Watch With No Screen, and Oura Is the Reason

      7 Mins Read

      Meta Just Open-Sourced a 30B AI Agent That Runs on a Single Gaming GPU

      Top Posts

      A Toddler Needed a $20,000 Wheelchair. A High School Robotics Team Built Him One Instead.

      August 5, 20264 Views

      The EU AI Act Just Became Enforceable, and Most AI Companies Are Not Ready

      August 6, 20263 Views

      HP Unifies HyperX and OMEN Into One Gaming Ecosystem as PC Prices Climb

      August 6, 20262 Views
      Stay In Touch
      • Facebook

      Subscribe to Updates

      Get the latest tech news from FooBar about tech, design and biz.

      Most Popular

      Best Stores for Buying MP3 and Digital Music You Can Keep Forever (2026)

      August 2, 2025930 Views

      Discord will require a face scan or ID for full access next month

      February 9, 2026770 Views

      Trade in your old phone and get up to $1,100 off a new iPhone 17 at AT&T – here’s how

      September 10, 2025383 Views
      Our Picks

      Apple Is Not Launching an iPhone 18 in September, and That Is on Purpose

      August 12, 2026

      Congress Just Voted to Put AI Chatbots on a Leash for Kids, and Privacy Advocates Are Torn

      August 11, 2026

      OpenAI Cut Its AI Prices 80%. DeepSeek Just Went Even Lower.

      August 11, 2026

      Subscribe to Updates

      Get the latest creative news from FooBar about art, design and business.

      Facebook
      • About Us
      • Contact us
      • Privacy Policy
      • Disclaimer
      • Terms and Conditions
      © 2026 GeekBlog

      Type above and press Enter to search. Press Esc to cancel.