> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/ai-feature/ai-models.md).

# AIモデル

本記事では、Autify Genesis で利用できる AI モデルの一覧・各モデルの特徴について説明します。

## 利用可能な AI モデル

Genesis では、OpenAI および Google が提供する AI モデルを利用できます。各モデルは処理速度・推論能力・コスト効率の観点で特徴が異なります。

### 自動（推奨）

チャットおよびワークフローブロックのモデル選択では、特定のモデルではなく **自動（推奨）** を選べます。 **自動（推奨）** を選んだ場合、実行時に Genesis 内部のルーターがそのステップの内容に応じて適切なモデルを自動で選択します。どのモデルを使うか迷う場合や、ステップごとに最適化したい場合の既定として利用できます。

### 推論モデルとは

推論モデルとは、回答を生成する前に内部で段階的な思考プロセスを実行するモデルです。複雑な分析・コーディング・エージェントタスクで高い精度を発揮しますが、標準モデルと比較して応答に時間がかかる場合があります。

### OpenAI モデル

| モデル名         | 特徴                                 | 速度 | 推論モデル |
| ------------ | ---------------------------------- | -- | ----- |
| GPT-5.4      | 100万トークンのコンテキストウィンドウと高度な推論能力を持つモデル | 標準 | あり    |
| GPT-5.4 Mini | GPT-5.4 の高速・コスト効率版                 | 高速 | あり    |
| GPT-5.2      | 総合性能が最も高いフラッグシップモデル                | 標準 | あり    |
| GPT-5.1      | コーディングやエージェントタスクに最適                | 標準 | あり    |
| GPT-5        | 幅広いタスクに対応する高性能モデル                  | 標準 | あり    |
| GPT-5 Mini   | GPT-5 の高速・コスト効率版                   | 高速 | あり    |
| GPT-5 Nano   | 大量処理・単純タスク（分類・要約など）向けの最安モデル        | 高速 | なし    |
| GPT-4.1      | 推論機能なしで最も高性能なモデル                   | 標準 | なし    |
| GPT-4.1 Mini | GPT-4.1 の小型・高速版                    | 高速 | なし    |

各モデルの詳細については、[OpenAI の公式ドキュメント](https://developers.openai.com/api/docs/models/all)をご参照ください。

### Google モデル

| モデル名                  | 特徴                                  | 速度 | 推論モデル |
| --------------------- | ----------------------------------- | -- | ----- |
| Gemini 3.1 Pro        | 複雑なエージェントワークフローやコーディングに特化した最新推論モデル  | 標準 | あり    |
| Gemini 3.1 Flash Lite | 大量タスク向けの軽量・コスト効率に優れた Gemini 3.1 モデル | 高速 | なし    |
| Gemini 3 Flash        | マルチモーダル理解を備えた最強のエージェント・コーディングモデル    | 高速 | あり    |
| Gemini 2.5 Pro        | 複雑な推論とコーディング向けの高性能モデル               | 標準 | あり    |
| Gemini 2.5 Flash      | 思考量を制御できる高速汎用モデル                    | 高速 | あり    |

各モデルの詳細については、[Google の公式ドキュメント](https://ai.google.dev/gemini-api/docs/models?hl=ja)をご参照ください。

## モデルの使い分け例

| 用途              | 使用モデル                                     |
| --------------- | ----------------------------------------- |
| 汎用チャット・質問応答     | GPT-5.2                                   |
| コーディング・技術分析     | GPT-5.1 / Gemini 3.1 Pro                  |
| 複雑なエージェントワークフロー | GPT-5.1 / Gemini 3.1 Pro / Gemini 3 Flash |
| 速度重視・大量処理       | GPT-5 Mini / Gemini 3 Flash               |
| シンプルな分類・要約タスク   | GPT-5 Nano / Gemini 2.5 Flash             |

## 利用可能なモデルの確認・変更

### 確認方法

現在の環境で利用できるモデルは、チャット画面またはワークフロービルダーのモデル選択ドロップダウンに表示されている一覧が最新の状態です。一覧に表示されないモデルは、現在の環境では利用できません。

### 変更・追加

利用可能な AI モデルは Genesis の管理画面（組織設定）からは変更できません。

オーナー権限では、AI プロバイダー設定から利用できるプロバイダー（OpenAI / Google Gemini ※環境によっては Azure OpenAI も利用可能）を変更することができます。

AI プロバイダー設定については、以下の記事を参照してください。

[AI プロバイダーの設定](/features-ja/settings/connection-settings/ai-provider-settings.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.genesis.autify.com/features-ja/ai-feature/ai-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
