Geminiが2.0Flashへ

AIニュース

Google Gemini 2.0 Flashへアップデート

GoogleのGeminiアプリなどに使用されているバージョンが「2.0 Flash」へアップデートされたそうです。

Geminiは現在、2.0 Flashを搭載しています。2.0 Flashはエージェント時代のために設計された最新モデルで、ブレーンストーミング、学習、執筆などのタスクを日常的に支援するために、多くの主要なベンチマークにおいて高速レスポンスとより強力なパフォーマンスを提供します。

2.0Flashに加え、Gemini Advancedユーザーは、1,500ページまでのファイルアップロードが可能な1Mトークンコンテキストウィンドウ、Deep ResearchやGemsなどの機能への優先アクセス、2TBのストレージなどを引き続きご利用いただけます。

ぜひお試しいただき、ご感想をお聞かせください → http://gemini.google.com
(追伸:Gemini 1.5Flashと1.5Proモデルは、今後数週間は引き続きご利用いただけます!)

追記:2025年2月5日

Gemini 2.0 is now available to everyone(Google Blog)

20252月5日にAI Studioにも

 ・Gemini 2.0 Flash
 ・Gemini 2.0 Flash-Lite Preview 02-05
 ・Gemini 2.0 Pro Experimental 02-05
 ・Gemini 2.0 Flash Thinking Experimental 01-21

が来ました。

APIで問合せたmodel listの結果

{
  "models": [
    {
      "name": "models/gemini-2.0-flash",
      "version": "2.0",
      "displayName": "Gemini 2.0 Flash",
      "description": "Gemini 2.0 Flash",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "bidiGenerateContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-flash-lite-preview-02-05",
      "version": "preview-02-05",
      "displayName": "Gemini 2.0 Flash-Lite Preview 02-05",
      "description": "Preview release (February 5th, 2025) of Gemini 2.0 Flash Lite",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-pro-exp",
      "version": "2.0",
      "displayName": "Gemini 2.0 Pro Experimental",
      "description": "Experimental release (February 5th, 2025) of Gemini 2.0 Pro",
      "inputTokenLimit": 2097152,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-pro-exp-02-05",
      "version": "2.0",
      "displayName": "Gemini 2.0 Pro Experimental 02-05",
      "description": "Experimental release (February 5th, 2025) of Gemini 2.0 Pro",
      "inputTokenLimit": 2097152,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-flash-thinking-exp-01-21",
      "version": "2.0-exp-01-21",
      "displayName": "Gemini 2.0 Flash Thinking Experimental 01-21",
      "description": "Experimental release (January 21st, 2025) of Gemini 2.0 Flash Thinking",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 65536,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.7,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-flash-thinking-exp",
      "version": "2.0-exp-01-21",
      "displayName": "Gemini 2.0 Flash Thinking Experimental 01-21",
      "description": "Experimental release (January 21st, 2025) of Gemini 2.0 Flash Thinking",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 65536,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.7,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
  ]
}

AI Studioでは、現時点(2025年1月30日 18:00 PST)では、まだ「Preview Experimental」が付いています。

Xでのコメントは、「APIまだ〜」が多いです。

DeepSeek R1に焦ってリリースしたのでしょうか?

コメント

タイトルとURLをコピーしました