> For the complete documentation index, see [llms.txt](https://docs.aiandbusiness.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiandbusiness.com/ja/aihdowea/ai-xie-dai-dian-hua/apple-intelligence.md).

# Apple Intelligence

Appleは最近、iPhone、iPad、Macデバイス全体でユーザー体験を向上させるための包括的な生成AI機能スイート「Apple Intelligence」を導入しました。この新しいシステムは、iOS 18、iPadOS 18、macOS Sequoiaに深く統合されており、Appleシリコンの力を活用して言語や画像を理解・生成し、アプリ全体でアクションを実行し、個人的なコンテキストに基づいて日常のタスクを簡素化および迅速化します。

{% embed url="<https://youtu.be/Q_EYoV1kZWk>" %}

**Apple Intelligenceの主な特徴**

**プライバシーとセキュリティ:**

* **デバイス内処理:** 個人データを守りながら、多くのAIモデルをデバイス内で処理。
* **プライベートクラウド:** サーバーモデルも暗号化技術でプライバシーを保護。

**生成AIの機能:**

* **ライティング:** メールやメモでリライトや校正、要約が可能。「Rewrite」でトーン調整、「Proofread」で文法チェック対応。
* **画像作成:** 「Image Playground」で説明に基づいた画像を生成し、アプリに統合可能。

**ChatGPT統合:**

* **Siri活用:** SiriがChatGPTを使い専門的な回答や文書理解をサポート。プライバシーを守りながらライティングツールとも連携。

**強化されたSiri:**

* **文脈理解:** アプリ内での文脈を把握し、自然な応答や音声・テキストの切り替えに対応。

**写真と動画:**

* **検索と編集:** 自然言語で写真や動画を検索。「Clean Up」で不要なオブジェクトを削除。
* **メモリー:** 写真や動画を自動で選び、説明に基づくムービーを作成。

**通知とメール管理:**

* **通知優先:** 重要通知をトップに表示し、要約機能で効率的に確認可能。
* **メール管理:** 「Priority Messages」や「Smart Reply」で受信トレイを簡単整理。

## App Intents

<https://developer.apple.com/documentation/appintents>


---

# 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://docs.aiandbusiness.com/ja/aihdowea/ai-xie-dai-dian-hua/apple-intelligence.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.
