Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the project.
The ID of the rate limit.
Body
The project rate limit update request payload.
The maximum requests per minute.
The maximum tokens per minute.
The maximum images per minute. Only relevant for certain models.
The maximum audio megabytes per minute. Only relevant for certain models.
The maximum requests per day. Only relevant for certain models.
The maximum batch input tokens per day. Only relevant for certain models.
Response
Project rate limit updated successfully.
Represents a project rate limit config.
The object type, which is always project.rate_limit
project.rate_limit
The identifier, which can be referenced in API endpoints.
The model this rate limit applies to.
The maximum requests per minute.
The maximum tokens per minute.
The maximum images per minute. Only present for relevant models.
The maximum audio megabytes per minute. Only present for relevant models.
The maximum requests per day. Only present for relevant models.
The maximum batch input tokens per day. Only present for relevant models.