Approved models and quotas
Administrators decide which teams can use the developer API, which models it may call, and how much. Everything below lives in one place: Admin → Developer API → Management, where you pick a Team and then work through its tabs (Access, Approved models, Quotas, Keys).
Enable it per team
Section titled “Enable it per team”-
Go to Admin → Developer API → Management.
-
Choose the team in the Team selector.
-
On the Access tab, turn Developer API access on. Members of that team can now create keys and call the gateway.
Approve models
Section titled “Approve models”Developers can only call models on their team’s allow-list, so the gateway can never reach a model you haven’t sanctioned.
-
On the same page, open the Approved models tab.
-
Add one or more models the team may call.
The name you approve is exactly what a developer passes as the model in a request, and what
GET /api/v1/models returns for that team. If a call names a model that isn’t approved, the
gateway refuses it.
Set quotas
Section titled “Set quotas”-
Open the Quotas tab.
-
Set rate, spend, and token limits so a runaway script or an unexpected workload can’t blow the budget. Requests beyond a quota are refused rather than silently billed.