Vercel AI Gateway、推論の地域指定機能を追加
Vercel は AI Gateway に地域別推論機能を追加し、開発者が US または EU のデータセンターにリクエストを固定してデータ所在地要件を満たせるようにした。
AI深層分析を開く2026年7月28日 09:06
AI深層分析
キーポイント
地域指定機能の導入
AI Gateway が「inferenceRegion」パラメータをサポートし、US(us)または EU(eu)への推論固定が可能になった。
データ所在地の保証と可視化
指定された地域で推論が実行され、レスポンスに処理されたリージョン情報が含まれるため、開発者はデータがどこに保存・処理されたかを確認できる。
コスト構造の変化
特定リージョンへの固定は通常価格より約 10% 高くなる場合があるが、プロバイダが設定した地域別料金がそのまま適用される。
重要な引用
AI Gateway now supports regional inference.
Every response reports the region that served it, so you can confirm where each request ran.
Pinning a region can cost more. The provider sets the regional rate, often around 10% above standard
編集コメントを表示
編集コメント
データ主権が厳格化する中で、クラウドプロバイダが推論ルートを制御する機能を提供するのは実務的な価値が高い。開発者はコスト増のリスクを認識しつつも、コンプライアンス対応のための標準的な手段を得たと言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
AI Gateway で地域別推論が利用可能になりました。リクエストに inferenceRegion を設定することで、米国または EU への固定が可能になります。対象のリージョンをサポートするすべてのモデルプロバイダーは同じ方法で処理を行います。推論はその地域内で実行され、プロバイダーが保持するデータもすべてその地域のストレージに保存されます。
AI Gateway は、2 つの固定リージョンとグローバルルーティングをサポートしています。
| リージョン | 推論の実行場所 |
|---|---|
| us | 米国のデータセンター |
| eu | EU のデータセンター |
| global | 任意の地域 |
対象のモデルプロバイダーがそのリクエストを処理できない場合、別の場所で実行されるのではなくリクエストは失敗します。すべてのレスポンスには、どのリージョンで処理されたかが記載されるため、各リクエストの実行場所を確認できます。
AI SDK を使用して米国に固定したリクエストの例は以下の通りです:
これまで、データ所在地やコンプライアンス要件を持つチームは、各プロバイダーごとに地域別ルーティングを個別に設定する必要があり、実際にリクエストがどこで処理されたかを確認する確実な手段がありませんでした。地域別推論では、あらゆる場所で同じように動作する単一のフィールドと、各リクエストの処理場所を示すレスポンスによって、この課題を解決します。
米国または EU で利用可能なモデルをリストから絞り込むか、/v1/models エンドポイントから regions 配列を確認してください。inferenceRegion を設定しない場合、リクエストはグローバルにルーティングされ、所在地の保証はありません。所在地保証はオプトイン方式です。
リージョン固定には追加コストがかかる可能性があります。プロバイダーが設定する地域別料金は通常、標準料金より約 10% 高くなりますが、AI Gateway はマークアップを加えずそのまま転送します。プロバイダーごとの上書き、レスポンス検証、価格設定、BYOK(Bring Your Own Key)の動作については、地域別推論のドキュメントをご覧ください。
さらに詳しく読む
原文を表示
AI Gateway now supports regional inference. Set inferenceRegion on a request to pin it to the US or EU. Every model provider that supports the selected region handles it the same way. Inference runs there, and any data the provider keeps is stored there.
AI Gateway supports two pinned regions, plus global routing:
Region
Where inference runs
us
A US data center
eu
An EU data center
global
Any region
If no model provider can serve it, the request fails rather than running somewhere else. Every response reports the region that served it, so you can confirm where each request ran.
Here's a request pinned to the US with the AI SDK:
Until now, teams with data residency or compliance requirements had to configure regional routing separately for every provider, with no reliable way to confirm where a request actually ran. Regional inference replaces that with a single field that behaves the same everywhere and a response that tells you where each request was served.
Filter the model list for models available in the US or EU, or read the regions array from /v1/models. Without inferenceRegion, requests route globally with no residency guarantee, so residency is opt-in.
Pinning a region can cost more. The provider sets the regional rate, often around 10% above standard, and AI Gateway passes it through with no markup. For per-provider overrides, response verification, pricing, and BYOK behavior, read the regional inference documentation.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み