Vercel、AI Gateway にチーム・プロジェクト別支出予算機能を追加
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel は AI Gateway にチームおよびプロジェクト単位の支出予算機能を追加し、API キーごとの制限に加え、組織内のリソース管理をより細かく制御可能にした。
AI深層分析を開く2026年8月1日 06:26
AI深層分析
キーポイント
複数スコープでの予算設定
AI Gateway の支出予算が個人 API キーに加え、チーム全体やプロジェクト単位の範囲でも設定できるようになった。
厳格なリジェクトロジック
一つのスコープで予算制限を超えると、他のスコープに余力があってもそのリクエストは即座に拒否される。
詳細な可視化とアラート機能
ダッシュボードで各スコープの残高を把握でき、予算の 50%、75%、100% を超えた際にメール通知を送信できる。
デフォルト予算と CLI 管理
明示的な設定がないプロジェクトや API キーにはデフォルト予算が適用され、CLI でも予算の作成・削除が可能である。
重要な引用
A request can fall under multiple budgets and has to pass all of them: if any one is over its limit, the request is rejected
Turn on email spend alerts to notify your team's usage notification recipients when usage crosses 50%, 75%, or 100% of a limit within a refresh period.
An explicit budget always overrides the default.
編集コメントを表示
編集コメント
この機能強化は、大規模な AI アプリケーション開発において発生しがちな予算超過リスクを未然に防ぐ実用的な対策となる。Vercel のプラットフォームを利用する組織にとって、リソース配分の最適化と財務管理の効率化が図れる重要なアップデートである。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
AI Gateway の使用量予算は、従来の個別の API キーに加え、チームやプロジェクト単位でも設定できるようになりました。
各スコープに対してドル単位の上限を設定すると、Gateway はその範囲内の利用量を計上し、上限に達した時点で追加のリクエストをブロックします。予算がリセットされるか、手動で引き上げられるまでこの状態は続きます。
スコープについて
予算は以下の 3 つのスコープのいずれかに紐付けられます。1 つのリクエストが複数の予算にまたがる場合、すべての予算制限をクリアする必要があります。どれか一つでも上限を超えていれば、他の予算に猶予があってもリクエストは拒否されます。
| スコープ | 対象となる利用量 |
|---|---|
| チーム | チーム全体が Gateway を経由して実行するすべてのリクエスト |
| プロジェクト | 単一のプロジェクトに紐付けられたすべてのリクエスト |
| API キー | 個別の API キーごとの利用量 |
※ BYOK(Bring Your Own Key)の使用量は、デフォルトでは予算の制限対象に含まれません。
ダッシュボードでの予算管理
AI Gateway の「Budgets」タブから、予算の設定と追跡が可能です。オーバービュー画面では各スコープごとの利用状況と上限残高を詳細に確認できるため、リクエスト拒否が発生する前に、近づいているか超過している範囲を把握できます。
また、使用量が更新期間中に上限の 50%、75%、100% を超えた際にチームの通知担当者にメールを送るアラート機能も用意されています。このアラートはデフォルトでオフになっており、単なる情報提供用です。リクエストをブロックするのはあくまで予算制限のみであり、アラート自体が動作を妨げることはありません。
プロジェクトや API キーに対してデフォルトの予算を設定しておけば、明示的な予算を持たないものは自動的にその値を引き継ぎます。ただし、個別に設定された予算はデフォルト値よりも優先されます。
CLI からの予算管理
コマンドラインインターフェース(CLI)からも予算を管理できます。
CLI でチームおよびプロジェクトの予算設定、確認、削除が可能です。リフレッシュ期間は日次、週次、月次(デフォルト)、または累積上限を指定しない「なし」から選べます。
詳細は予算に関するドキュメントをご覧ください。
原文を表示
AI Gateway spend budgets can now be scoped to a team or a project, in addition to individual API keys. Set a dollar limit on a scope, and the gateway meters spend against it and stops further requests once the limit is reached, until the budget resets or you raise it.
Scopes
A budget attaches to one of three scopes. A request can fall under multiple budgets and has to pass all of them: if any one is over its limit, the request is rejected, even when the others have room left.
Scope
Caps spend for
Team
Every request your team runs through the gateway
Project
All requests attributed to a single project
API key
A single API key
BYOK spend is not counted against budgets by default.
Manage budgets in the dashboard
Set and track budgets from the AI Gateway Budgets tab. The Overview breaks spend down across every scope against its limit, so you can see what is near or over before it starts rejecting requests.
Turn on email spend alerts to notify your team's usage notification recipients when usage crosses 50%, 75%, or 100% of a limit within a refresh period. Alerts are off by default and informational: they never block requests, only the budget limit does.
Set a default budget for projects or API keys, and every one without an explicit budget inherits it automatically. An explicit budget always overrides the default.
Manage budgets from the CLI
Set, inspect, and remove team and project budgets from the CLI. The refresh period is daily, weekly, monthly (default), or none for a cumulative cap.
For more information, read the budgets documentation.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み