# Gemini

### Gemini 2.0

{% embed url="<https://www.youtube.com/watch?v=Fs0t6SdODd8&ab_channel=Google>" %}

**Gemini 2.0 概要**\
Googleが発表した最新AIモデル「Gemini 2.0」は、ユーザーのインタラクションを強化し、さまざまなタスクの実行を支援する多機能なAIプラットフォームです。

**主な特徴:**\
1️⃣ **マルチモーダル機能**\
Gemini 2.0は、テキスト、画像、音声、動画など、複数の入出力形式をサポート。これにより、直感的な操作が可能で、よりインタラクティブなユーザー体験を提供します。

2️⃣ **パフォーマンスの向上**\
Gemini 2.0 Flashは、従来のモデルよりも速度とパフォーマンスが大幅に向上しており、リアルタイムのアプリケーションやAIエージェントの利用が可能です。

3️⃣ **AI要約機能**\
Google検索には「AI概要」が追加され、Gemini 2.0を活用して複雑なクエリを処理します。複数言語の対応や、引用付きでの回答が得られるのが特徴です。

4️⃣ **プロジェクト Astra**\
多言語の会話に対応したAIアシスタントのプロトタイプで、Google検索やマップの機能を使い、よりパーソナライズされた体験を提供します。

5️⃣ **プロジェクト Mariner**\
ウェブブラウジングを起点としたAIエージェントの研究プロトタイプで、ブラウザ内のタスクを実行し、実際のウェブタスクに高いパフォーマンスを発揮します。

6️⃣ **ディープリサーチ**\
AIリサーチアシスタントとして、自律的にWebを調査し、複雑なトピックについての詳細なレポートを自動で作成します。

7️⃣ **エージェンティックAI**\
Gemini 2.0は、AIがユーザーに代わってタスクを自律的に実行する「エージェンティックAI」を採用。これにより、タスクの自動化がさらに進み、生産性の向上が期待されます。

8️⃣ **開発者向けツール**\
Gemini 2.0 Flashは、Google AI StudioとVertex AIを通じて利用可能。さらに、リアルタイムアプリケーション用の「マルチモーダルライブAPI」も新たに提供されます。

9️⃣ **責任ある開発**\
Googleは、AIの安全性、倫理性、透明性を重視。信頼性の高いテスターや外部の専門家と連携し、責任あるAI開発を進めています。

**まとめ:**\
Gemini 2.0は、マルチモーダル機能、AI要約機能、エージェンティックAIといった革新的な機能を備えた次世代AIです。タスクの自動化、リアルタイム操作、直感的なインターフェースを実現し、日常のタスクから複雑な作業まで、幅広い用途で活躍が期待されています。

<https://deepmind.google/technologies/gemini/>

### <mark style="color:orange;">Gemini 2.0 Cookbook</mark>

{% embed url="<https://github.com/google-gemini/cookbook/blob/main/gemini-2/get_started.ipynb>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/ja/into-ai/moderullm/gemini.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
