Claude を Foundation Models フレームワークに組み込み、Apple プラットフォーム向けインテリジェントアプリを構築する
Anthropic は、Apple の Foundation Models フレームワークと連携する Swift パッケージをリリースし、開発者がオンデバイス処理と Claude の高度な推論機能をシームレスに統合してインテリジェントなアプリを構築できるようになった。
キーポイント
Foundation Models とのネイティブ連携
新しい Swift パッケージにより、Apple 開発者は Foundation Models フレームワークを通じて Claude を呼び出し、複雑なワークフローを処理できるようになる。
オンデバイスとクラウドのハイブリッド活用
要約や抽出などの軽量タスクはオンデバイスの Apple モデルで処理し、多段階推論やコード生成が必要な場合は Claude へハンドオフするシームレスな体験が可能。
型安全なデータ入力の実現
@Generable アノテーションによる型安全な Swift 値の返却により、Claude API への入力データを生テキストからクリーンな構造化データへ変換できる。
影響分析・編集コメントを表示
影響分析
この発表は、Apple エコシステムにおける大規模言語モデルの実装標準を再定義し、開発者がオンデバイスとクラウドの利点を組み合わせたハイブリッド型アプリを容易に構築できる道を開きます。特に、型安全なデータ処理の仕組みは、AI アプリの信頼性を高める上で重要な技術的進歩であり、Apple 開発者コミュニティにおける Claude の採用加速が期待されます。
編集コメント
Apple の新しいフレームワークと Claude の連携は、開発者が「オンデバイスの速さ」と「クラウドの知能」をシームレスに組み合わせるための理想的なパスを提供します。型安全なデータ入力の仕組みは、実務レベルでの AI アプリ開発における重要な品質向上要因と言えます。
- カテゴリ
- 製品:Claude プラットフォーム、Claude アプリ
- 日付:2026 年 6 月 8 日
- 読了時間:5 分
- シェア:リンクをコピー https://claude.com/blog/claude-for-foundation-models
本日、Claude のための新しい Swift パッケージを通じて、Foundation Models フレームワーク(基盤モデルフレームワーク)のサポートを発表します。これにより、Apple 開発者は Apple の Foundation Models フレームワークを利用して、より複雑なワークフローのために Claude を呼び出すことが可能になります。

Apple の Foundation Models フレームワーク(基盤モデルフレームワーク)は、開発者が Swift 内でネイティブにモデルにアクセスできる機能を提供します。非常に使いやすく、ガイド付き生成を通じてわずか 3 行のコードで型付き Swift 値を返すことができます。開発者はこれを利用して、要約や抽出などの高速なローカルタスクのために Apple のオンデバイスモデル(端末内モデル)を活用できます。
開発者は now、多段階推論、コード生成、およびその他の要件を伴うリクエストが発生した際に、Claude に処理を引き渡すために Apple の Foundation Models フレームワークを利用できるようになりました。また、Claude は現在の情報を検索したり、データ分析のためにコードを実行することも可能です。Claude の応答を同じビューにストリームとして戻すこともできます。
Apple のフレームワークは @Generable アノテーション(注釈)から型付き Swift 値を返すため、開発者は生のユーザーテキストではなく、クリーンな入力状態で Claude API 呼び出しを行うことができます。
これがもたらす可能性
Foundation Models フレームワークはすでに、パーソナライズされたプロンプトを表示するジャーナルアプリ、契約書を要約するドキュメントアプリ、学生のレベルに合わせて概念を説明する学習アプリなど、さまざまなインテリジェントなオンデバイス機能を支えています。Claude を追加することで、これらのパターンがさらに拡張されます。

ジャーナルアプリはオンデバイスで毎日のプロンプトを生成し、その後 Claude に数ヶ月にわたるエントリ間の関連性を発見させます。学習アプリはオンデバイスで用語を定義し、学生が「これが私たちがこれまでカバーしてきた他のすべてのことにとってなぜ重要なのか?」とフォローアップした際に、Claude へ処理を引き渡します。
ユーザーにとっては一つの体験であり、各ステップには適切なモデルが裏付けられています。
始め方
Foundation Models フレームワークによる Claude のサポートは明日から利用可能となり、iOS 27、iPadOS 27、macOS 27、visionOS 27、および watch OS 27 上の Apple の Foundation Models フレームワークを通じて動作します。プロジェクトに追加し、Anthropic API キーでサインインして、Apple のオンデバイスパスから出力された型付きデータを Claude リクエストに渡すだけで、パッケージがストリーミング、ツール呼び出し、そして SwiftUI ビューへの構造化応答の処理をすべて行います。
No items found.
0/5
eBook
image
image
見つかったアイテムはありません。
クロードで組織の運用方法を変革する
開発者向けニュースレターを購読する
製品アップデート、ハウツー記事、コミュニティ紹介など。毎月あなたのメールボックスにお届けします。
月次の開発者向けニュースレターを受け取りたい場合は、メールアドレスをご入力ください。いつでも登録解除が可能です。
ありがとうございます!登録が完了しました。
申し訳ありませんが、送信に問題が発生しました。後ほど再度お試しください。
原文を表示
- Category
- ProductClaude PlatformClaude apps
- DateJune 8, 2026
- Reading time5min
- ShareCopy linkhttps://claude.com/blog/claude-for-foundation-models
Today we're releasing Foundation Models framework support for Claude through a new Swift package that lets Apple developers use Apple's Foundation Models framework to call Claude for more complex workflows.

Apple’s Foundation Models framework gives developers access to tap into models natively from Swift. It is very easy to use and can return typed Swift values through guided generation in as few as three lines of code. Developers can use this to tap into Apple’s on-device models for fast, local tasks like summarization or extraction.
Developers can now use Apple’s Foundation Models framework to hand off to Claude when a request calls for multi-step reasoning, code generation, and more. Claude can also search the web for current information and execute code for data analysis. Stream Claude's response back into the same view.
Because Apple's framework returns typed Swift values from @Generable annotations, developers arrive at the Claude API call with clean inputs instead of raw user text.
What this unlocks
The Foundation Models framework already powers a range of intelligent on-device features — journaling apps that surface personalized prompts, document apps that summarize contracts, learning apps that explain a concept at a student's level. Adding Claude extends each of those patterns.

A journaling app can generate daily prompts on-device, then asks Claude to find threads across months of entries. A study app can define a term on-device, then hands off to Claude when the student follows up with "why does this matter for everything else we've covered?"
It's one experience for the user, backed by the right model for each step.
Getting started
Claude support with the Foundation Models framework will be available tomorrow and works through Apple's Foundation Models framework on iOS 27, iPadOS 27, macOS 27, and visionOS 27, and watch OS 27. Add it to your project, sign in with an Anthropic API key, and pass typed outputs from Apple's on-device pass into a Claude request — the package handles streaming, tool calls, and structured responses back into your SwiftUI view.
No items found.
0/5
eBook
No items found.
Transform how your organization operates with Claude
Get the developer newsletter
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
Thank you! You’re subscribed.
Sorry, there was a problem with your submission, please try again later.
関連記事
米国がアンソロピックの「Fable 5」発売を禁止、しかし市場は動じず
米国政府は国家安全保障上の懸念から、アマゾンの研究者らがガードレール回避手法を発見したとして、アンソロピックに対し最新モデル「Fable 5」と「Mythos 5」の販売差し止めを命じた。サイバーセキュリティ研究者らはこの措置が危険だとする公開書簡に署名し、同社も他モデルでも同様の抜け道が存在すると指摘している。
Claude Fable 5 と Mythos 5 の能力に関する記事
Anthropic は、Claude Fable 5 が米政府から不正アクセス(ジャイルブレイク)の懸念によりリリース後わずか3日で利用停止を命じられたと報じています。この措置により、多くのユーザーが失った機能への愛着を表明しています。
OpenAI や Anthropic の安価な代替案に賭ける 130 億ドル規模の AI スタートアップ
TLDR AI が報じた記事によると、OpenAI や Anthropic に代わる低コストソリューションへ巨額の投資を行う 130 億ドル規模の AI スタートアップが注目されています。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み