Create Rate Limit Override
Create a new rate limit override for an org or user.
This endpoint requires internal API key authentication.
Example request:
{
"identifier": "org:org_123",
"endpointLimits": {
"generation": {
"maxTokens": 100,
"refillRatePerSecond": 5.0
},
"status": {
"maxTokens": 200,
"refillRatePerSecond": 50.0
}
},
"note": "Enterprise plan with higher limits"
}
Headers
Internal API Key for authentication
Internal API Key for authentication
Request body
Example request
{
"identifier": "org:org_123"
}Response
Successful Response
Changes
Changed in 2 of the 13 revisions of this API.410
- ●
removed the request property
endpointLimits/assetControlrequest-property-removed
- ●
removed the request property
endpointLimits/assetIngressrequest-property-removed
- ●
removed the optional property
endpointLimits/assetControlfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
endpointLimits/assetIngressfrom the response with the201statusresponse-optional-property-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional request property
endpointLimits/assetControlnew-optional-request-property
- ○
added the new optional request property
endpointLimits/assetIngressnew-optional-request-property
- ○
added the new optional request property
endpointLimits/catalognew-optional-request-property
- ○
added the new optional request property
endpointLimits/v2Createnew-optional-request-property
- ○
added the new optional request property
endpointLimits/v2Statusnew-optional-request-property
- ○
added the optional property
endpointLimits/assetControlto the response with the201statusresponse-optional-property-added
- ○
added the optional property
endpointLimits/assetIngressto the response with the201statusresponse-optional-property-added
- ○
added the optional property
endpointLimits/catalogto the response with the201statusresponse-optional-property-added
- ○
added the optional property
endpointLimits/v2Createto the response with the201statusresponse-optional-property-added
- ○
added the optional property
endpointLimits/v2Statusto the response with the201statusresponse-optional-property-added
- ○