← Back to Blog

Google DeepMind's $75M A24 Deal: What Per-Render AI Video Pricing Means for Indie Filmmakers Who Code

June 24, 2026 · 7 min read

Vintage film reels stacked on a wooden table next to a director's chair

A Symbolic Deal With Real Pricing Implications

Google DeepMind announced a $75M investment in A24 on June 23, 2026, paired with a multi-year deal to develop AI video tools for film production. A24 is the indie studio behind Everything Everywhere All At Once and The Brutalist; DeepMind is bringing its Veo and Imagen pipelines. For independent developers building video-AI products or studios doing serious work in this space, the deal signals where pricing is headed.

The headline number is symbolic — $75M is not a huge sum for either party. The real signal is that DeepMind has chosen indie-first for its serious film push, not Disney or Warner. That choice will shape API pricing for indie developers, because the same tools A24 uses will be on Google AI Studio with consumer-accessible per-render prices.

Per-Render Cost Economics Today

As of mid-2026, the major AI video APIs available to developers have settled into a rough pricing band:

  • Runway Gen-5: $0.05/sec at 1080p, $0.15/sec at 4K
  • Sora 2 API: $0.04/sec at 1080p, $0.12/sec at 4K
  • Pika 2.5: $0.03/sec at 1080p
  • Google Veo 3.5 (consumer): $0.06/sec at 1080p, $0.18/sec at 4K
  • Kling 3.0 Turbo (Runway re-host): $0.04/sec at 1080p

For a typical indie filmmaker-developer building a short — say, a 5-minute video with heavy iteration (assume 10x rendering for every kept second) — the raw cost lands at:

  • 5 min × 60 sec × 10 iterations × $0.05/sec (Runway 1080p) = $150 per short
  • Same in 4K (Runway): $450 per short

What the DeepMind-A24 Deal Changes

Two pricing pressures emerge from the partnership. Quality goes up as A24's professional feedback shapes Veo's next versions — indie devs benefit from the improvements via Google AI Studio. Per-render prices stay sticky or rise because Veo positions as the "professional" alternative, with A24's brand affiliation. The cheap-tier in video generation will see commoditization from Kling, MiniMax, and open-source models like FastWan-QAD (announced same day on a single 5090 GPU).

For indie dev budgeting, the practical implication: expect a widening gap between premium APIs (Veo, Sora) and commodity ones (Kling, FastWan). The smart play is to pick the right tier per shot.

A Mixed-Tier Production Stack

A pattern that works well for indie filmmakers writing their own production pipelines:

Storyboard with the cheapest tier. Use Pika or FastWan-QAD self-hosted for iteration. At ~$0.01-0.03/sec, a 100-iteration storyboard exploration costs $30-$90.

Block out with mid-tier. Once shots are locked, regenerate at 1080p on Runway or Sora 2 for the rough cut. Maybe 20 iterations per shot at this stage.

Final pass on premium tier. Only the final cut renders on Veo at 4K. A 5-minute final cut renders for ~$54 ($0.18/sec × 300sec) if you accept the first 4K pass per shot.

Total budget for a 5-minute mixed-tier short: $150-$250. That is half what you would pay running everything on Runway 1080p, with comparable final quality.

Where Code Lives in This Pipeline

AI coding agents (Claude Code, Cursor, Grok Build) become increasingly valuable as the production stack gets multi-tier. Tasks that previously felt unnecessary now matter:

Prompt versioning and reuse. A scene prompt that lands well at Pika needs to be rewritten for Veo's prompt style. AI coding agents handle the translation reliably.

Asset management. 100-iteration storyboard explorations produce huge numbers of clips. Code to organize, tag, and search them turns 50 hours of manual filing into a one-shot agent task.

Render queue optimization. Spotting which shots in a sequence rendered at low-tier acceptably and which need re-renders at high-tier is exactly the kind of policy work an LLM-judge panel does well (with the Apple-paper caveat about diversity).

The Bigger Pattern for Indie AI Dev

The DeepMind-A24 deal is the latest sign that AI tooling is bifurcating into a luxury tier and a commodity tier. For indie devs building cross-media products, the right architecture is no longer "pick one provider." It is "pick the right tier per task." That requires more code, more orchestration — and AI coding agents are exactly the tool for writing it.

The bottom line: a 5-minute indie short that would have cost $5K+ to produce via professional human-driven post-production in 2022 can be made for $150-$250 in pure render cost in 2026. That is not a story about cheap AI; it is a story about AI tooling making the per-shot cost legible enough to budget against.

Frequently Asked Questions

How much does it cost to produce a 5-minute AI-generated short film in 2026?

$150-$250 in render cost with a mixed-tier production stack (cheap tools for storyboard, mid-tier for rough cuts, premium tools only for final 4K pass). Running everything on premium tier doubles or triples that cost.

Will the DeepMind-A24 deal make AI video tools cheaper for indie developers?

Probably not directly. The deal positions Veo as the 'professional' tier with sticky pricing. What's getting cheaper is the commodity tier (Kling, FastWan-QAD, Pika), driven by self-hosted open-source models running on a single RTX 5090.

What's the cheapest tier of AI video generation right now?

Self-hosted FastWan-QAD on a single RTX 5090 — ~$0.01-0.02 per second equivalent in GPU cost. The hosted commodity tier (Pika, Kling 3.0 Turbo) lands at $0.03-0.04 per second at 1080p.

Where do AI coding agents fit in an indie AI video pipeline?

Three high-leverage uses: prompt versioning across different video models (the same scene needs different prompt styles for Pika vs Veo), asset organization for storyboard explorations producing hundreds of clips, and render queue optimization to decide which shots need re-rendering at higher tier.

Want to calculate exact costs for your project?