Update an existing budget object.
Parameters:
The unique budget id.
Requests will fail if this budget (in USD) is exceeded.
Requests will NOT fail if this is exceeded. Will fire alerting though.
Max concurrent requests allowed for this budget id.
Max tokens per minute, allowed for this budget id.
Max requests per minute, allowed for this budget id.
Max duration budget should be set for (e.g. '1hr', '1d', '28d')
Max budget for each model (e.g. {'gpt-4o': {'max_budget': '0.0000001', 'budget_duration': '1d', 'tpm_limit': 1000, 'rpm_limit': 1000}})
Successful Response