1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【速報】Gemini 3 Flash登場|GPQAで90.4%達成、価格はGPT-4oの1/33

1
Posted at

「Pro級の推論能力、Flash価格、異次元の速度」

Google DeepMindのGemini 3 Flashが衝撃のスペックで登場。

結論から言うと

Gemini 3 Flashは「安くて速くて賢い」の三拍子。エージェントワークフローで圧倒的性能。2026年のデファクトになる可能性大。

ベンチマーク比較

ベンチマーク Gemini 3 Flash GPT-4o Claude Opus 4.5
GPQA Diamond 90.4% 88.2% 89.1%
HumanEval 92.1% 90.2% 93.5%

価格比較(100万トークン)

モデル 入力 出力
Gemini 3 Flash $0.075 $0.30
GPT-4o $2.50 $10.00
Claude Opus 4.5 $15.00 $75.00

GPT-4oの1/33、Opus 4.5の1/200の価格!

スペック

  • レイテンシ:50ms以下
  • コンテキスト:100万トークン
  • ネイティブツール:Search, Maps, Drive, Gmail, Calendar

使い方

import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-3-flash")

response = model.generate_content("Hello!")

いつ使うべき?

✅ Gemini 3 Flash:コスト重視、速度重視、大量処理
✅ Claude Opus 4.5:最高精度、複雑な推論
✅ GPT-4o:OpenAIエコシステム連携

Gemini 2.0 Flashは2026年3月31日廃止。早めに移行を。


いいねストックお願いします!

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?