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

推荐订阅源

J
Java Code Geeks
量子位
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
A
About on SuperTechFans
腾讯CDC
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Last Week in AI
Last Week in AI
H
Help Net Security
WordPress大学
WordPress大学
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
美团技术团队
M
MIT News - Artificial intelligence
L
LangChain Blog
博客园 - 聂微东

Crazyrouter Blog

Gemini CLI Complete Guide 2026: Repo Automation, CI Agents, and Multi-Model Routing Ideogram AI Guide 2026: Brand Design Automation, API Workflows, and Alternatives GLM 4.6 API Guide 2026: Agents, RAG, Tool Calling, and Bilingual Apps WAN 2.2 Animate Tutorial 2026: Character Consistency, Shot Control, and API Workflows Google Veo3 API Guide 2026: Production Video Pipelines, Prompts, Pricing, and Fallbacks AI API Pricing Comparison 2026: Text, Image, Video, Caching, and Router Costs Codex CLI Installation Guide 2026: Windows, macOS, Linux, Proxies, and CI Setup How to Get a Claude API Key in 2026: Secure Setup for Teams, CI, and Alternatives Gemini Advanced Review 2026: Is It Worth It for Coding, Research, and API Teams? Seedance 2.0 Pricing: Convert 46 CNY per Million Tokens to Cost per Second Seedance 2.0 计费详解:46元/百万Token换算成每秒多少钱 Seedance 2.0料金解説:100万Tokenあたり46元を1秒あたりコストに換算 Gemini CLI 使用教程 2026:安装、代码示例、代理环境与 API 接入 Gemini 是什么?2026 完整介绍、API 使用教程与价格对比 Qwen2.5-Omni Guide 2026: Real-Time Voice, Vision, and Multimodal Agents Kimi K2 Thinking Guide 2026: Reasoning Workflows, Evals, and Cost Control Google Veo3 API Guide 2026: Batch Video Pipelines, Pricing, and Fallbacks Codex CLI Installation Guide 2026: macOS, Linux, WSL, Proxies, and Dev Containers How to Get a Claude API Key in 2026: Safe Production Setup and Alternatives AI API Pricing Comparison 2026: GPT, Claude, Gemini, Video, and Agent Workloads Gemini Advanced Review 2026: Is It Worth It for Developer Teams? Claude Code Pricing Guide 2026: API Fallbacks, Team Seats, and Budget Control Seedream 4.0 API Tutorial 2026: Batch Image Generation, Product Creative, and Pricing Qwen2.5-Omni Guide 2026: Real-Time Voice, Vision, Text Agents, and API Integration Kimi K2 Thinking Guide 2026: Reasoning Agents, Evaluation Workflows, and API Cost Control WAN 2.2 Animate Tutorial 2026: Character Motion, Shot Control, API Pipelines, and Pricing Google Veo3 API Guide 2026: Production Video Workflows, Prompts, Pricing, and Fallbacks AI API Pricing Comparison 2026: OpenAI, Claude, Gemini, DeepSeek, and Router Costs How to Get a Claude API Key in 2026: Setup, Security, Rotation, and Alternatives Codex CLI Installation Guide 2026: macOS, Linux, WSL, Proxies, and Devcontainers
Claude Opus 4.7 vs DeepSeek V4 Pro 実測:DeepSeek は強い...
Crazyrouter Team · 2026-05-26 · via Crazyrouter Blog

Claude Opus 4.7 vs DeepSeek V4 Pro 実測:DeepSeek は強いが、コード生成では Claude がまだ優位#

今回はベンチマーク表を見るのではなく、https://cn.crazyrouter.com/v1 を使って実際に API テストを行いました。

使用したモデル:

  • claude-opus-4-7
  • deepseek-v4-pro

結論から言うと、DeepSeek V4 Pro はかなり強いです。ただし、プログラミング、JSON 出力、tool calling、本番環境での安定性を重視するなら、Claude Opus 4.7 の方がまだ安心して使えます。

テスト環境#

テスト内容:

  • Chat Completions
  • JSON object 出力
  • Tool calling
  • LRUCache のコード生成
  • retry 関数のバグ修正
  • unified diff patch
  • streaming 互換性

結果#

テストClaude Opus 4.7DeepSeek V4 Pro
LRUCache hidden tests✅ Pass, 3.87s✅ Pass, 14.55s
retry bug fix✅ Pass, 3.44s❌ Fail, 20.74s
JSON object✅ Pass, 4.08s✅ Pass, 26.70s
unified diff patch✅ Pass, 3.75s✅ Pass, 23.37s
streaming✅ Pass, 1.99s✅ Pass, 1.80s

スコア:

  • Claude Opus 4.7:5/5
  • DeepSeek V4 Pro:4/5

平均レイテンシ:

  • Claude Opus 4.7:3.43 秒
  • DeepSeek V4 Pro:17.43 秒

DeepSeek V4 Pro の強み#

DeepSeek V4 Pro は弱いモデルではありません。

LRUCache、tool calling、streaming、diff patch は問題なく通りました。JSON も max_tokens を十分に取れば成功しました。

つまり、DeepSeek V4 Pro は以下の用途に向いています:

  • コスト重視の推論タスク
  • 社内ツール
  • バッチ処理
  • 長めの推論時間を許容できる分析

Claude Opus 4.7 の強み#

Claude Opus 4.7 は、とにかく安定していました。

コード生成が速く、出力が短く、構造化出力も扱いやすいです。

特に retry 関数のバグ修正では、Claude は一度で正しく修正しました。一方 DeepSeek V4 Pro はこのケースで reasoning tokens を使い切り、空の content を返しました。

本番環境では、これは大きな問題です。ユーザーは「モデルが考えていた」ことには興味がありません。必要なのは、使えるコードです。

実務での使い分け#

おすすめは一つのモデルに固定することではなく、ルーティングです。

結論#

DeepSeek V4 Pro はかなり強く、実用レベルにあります。

しかし、コード生成と本番環境の信頼性では、Claude Opus 4.7 がまだ一歩上です。