惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
H
Help Net Security
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
V
V2EX
M
MIT News - Artificial intelligence
Vercel News
Vercel News
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
B
Blog RSS Feed
D
Docker
V
Visual Studio Blog
博客园 - 叶小钗
美团技术团队
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
AI API Price War: DeepSeek V4-Pro Cuts 75% & Gemini 3.5 F...
yanlong wang · 2026-06-22 · via DEV Community

yanlong wang

AI API Price War Heats Up: DeepSeek V4-Pro Cuts 75% & Gemini 3.5 Flash Lands

May 31, 2026 is shaping up to be a landmark day in the AI API market. Two developments are converging:

  1. DeepSeek V4-Pro's 75% price cut goes permanent — the temporary promo ends, and the discount becomes the new baseline.
  2. Google's Gemini 3.5 Flash arrived at I/O 2026, boasting 4x speed and sub-$10 output pricing.

The message is clear: the AI API price war is no longer simmering — it's boiling over.

The State of Play: DeepSeek V4-Pro's Aggressive Move

Back on May 22, DeepSeek dropped a bombshell: V4-Pro API pricing would permanently lock in at roughly one-quarter of its original price. The 75% discount that was supposed to expire on May 31? It's now the permanent rate.

Here's what the new pricing looks like:

Model Input (per 1M tokens) Output (per 1M tokens) Context Window
DeepSeek V4-Pro $0.435 $0.87 128K
DeepSeek V3 $0.14 $0.28 64K
Gemini 3.5 Flash $1.50 $9.00 1M
Claude Haiku 4.5 $1.00 $5.00 200K
GPT-4o $2.50 $10.00 128K

Pricing accurate as of May 2026. Sources: official API docs and third-party aggregators.

DeepSeek's V4-Pro output price of $0.87/M tokens is 10x cheaper than GPT-4o and 5x cheaper than Claude Haiku 4.5. For developers building AI agents, chatbots, or automated workflows that generate thousands of tokens per request, the savings compound fast.

Why This Matters More Than Previous Cuts

This isn't just another "we're reducing prices" announcement. Three things make DeepSeek's move different:

  1. It's permanent. No more guessing whether the discount will expire next month.
  2. It's V4-Pro — not the budget tier. This is DeepSeek's flagship reasoning model, competitive with GPT-4o and Claude Opus on benchmarks.
  3. It resets developer expectations. When a top-tier model costs under $1/M output tokens, the pricing floor for the entire industry drops.

Google Gemini 3.5 Flash Enters the Arena

Not to be outdone, Google used I/O 2026 to unveil Gemini 3.5 Flash, and the numbers are impressive:

  • 4x faster than other frontier models
  • 1 million token context window — the largest in its class
  • Priced at $1.50/$9.00 per 1M input/output tokens
  • Outperforms Gemini 3.1 Pro on coding and agent benchmarks

Google is positioning Flash as the high-volume workhorse: fast enough for real-time applications, cheap enough to run at scale, and multimodal (text, vision, video, audio all supported natively).

The trade-off? At $9.00/M output, it's still 10x more expensive than DeepSeek V4-Pro for pure text workloads. If your app doesn't need multimodal capabilities, the cost difference is hard to ignore.

The Bigger Picture: Why Every API Is Getting Cheaper

This isn't random. Three structural forces are driving prices down across the board:

1. Inference Optimization Is Eating Cost

Techniques like speculative decoding, quantization, and kernel fusion are squeezing more tokens per GPU-second. DeepSeek's own V4-Pro architecture is reportedly several times more inference-efficient than V3.

2. Competition Is Brutal

The market has gone from "OpenAI and everyone else" to a legitimate free-for-all:

  • Anthropic iterating on Claude Opus/Sonnet/Haiku
  • Google pushing Gemini into production at Google-scale pricing
  • Meta open-sourcing Llama, letting anyone self-host
  • OpenAI defending with GPT-5 on the horizon
  • DeepSeek undercutting everyone on price while matching on quality

3. Developers Are Price-Sensitive — And Vocal

HN threads, Reddit discussions, and Twitter debates show that API pricing is a top-3 concern for AI builders. Providers who ignore pricing lose developer mindshare fast.

What This Means for AI Developers

Here's the practical takeaway for anyone building AI-powered applications:

If you're cost-sensitive (most of us are):
Start with DeepSeek V4-Pro. At $0.87/M output tokens, you can serve thousands of users before API costs become a concern. The OpenAI-compatible API means you can swap providers with minimal code changes.

If you need multimodal (vision, audio, video):
Gemini 3.5 Flash is the obvious choice — native multimodal support with a 1M context window at competitive pricing. No other model in this price range handles images and video natively.

If you're in a regulated industry (GDPR, HIPAA):
Consider Claude via AWS Bedrock or Azure's managed offerings. The compliance overhead is worth the premium.

The hybrid approach (recommended):
Use DeepSeek V4-Pro as your default, with fallback to Gemini Flash for multimodal tasks. This gives you the best of both worlds: cheap text, powerful vision — and no single-provider lock-in.

# Example: Multi-provider routing with cost optimization
import openai

def route_request(prompt: str, needs_vision: bool = False):
    if needs_vision:
        client = openai.OpenAI(
            base_url="https://generativelanguage.googleapis.com/v1beta",
            api_key="YOUR_GEMINI_KEY"
        )
        model = "gemini-3.5-flash"
    else:
        client = openai.OpenAI(
            base_url="https://api.deepseek.com/v1",
            api_key="YOUR_DEEPSEEK_KEY"
        )
        model = "deepseek-v4-pro"

    return client.chat.completions.create(
        model=model,
        messages=[{"role": "user", "content": prompt}]
    )

The Catch: Access Is Still a Barrier

Here's the uncomfortable truth behind all these price cuts: cheap API access doesn't matter if you can't get access at all.

DeepSeek's official API still requires a Chinese phone number for registration. Google's API is geo-restricted in several regions. And most international developers can't pay with regional payment methods.

That's exactly the problem AiCredits was built to solve.

We provide OpenAI-compatible access to DeepSeek V4-Pro with:

  • No Chinese phone number required
  • PayPal and international credit cards accepted
  • Singapore CDN for low-latency API calls worldwide
  • Same DeepSeek V4-Pro quality you expect

Need stable DeepSeek API access? Try AiCredits — OpenAI-compatible, no Chinese phone number, PayPal accepted. Plans start at $3 for 5M tokens.


Originally published on AiCredits Blog.