model management
Get Access Group Budget
Get the shared budget of an access group, and the spend drawn against it.
Example:
curl -X GET 'http://localhost:4000/access_group/production-models/budget' \
-H 'Authorization: Bearer sk-1234'
Parameters:
- access_group: str - The access group name (URL path parameter)
Returns:
- AccessGroupBudgetResponse; budget is null when the group has no budget set
Raises:
- HTTPException 404: If access group not found
get/access_group/{access_group}/budget
Path parameters
access_groupstring required
Response
Successful Response
Changes
Changed in 1 of the 42 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○