provider Projects POST /organization/projects/{project_id}/rate_limits/{rate_limit_id}
@utdk/openai /organization/projects/{project_id}/rate_limits/{rate_limit_id}
Updates a project rate limit.
project_id path required
The ID of the project.
string
rate_limit_id path required
The ID of the rate limit.
string

Try it

Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateProjectRateLimits
POST/organization/projects/{project_id}/rate_limits/{rate_limit_id}

Parameters

required

The ID of the project.

required

The ID of the rate limit.

Input

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.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.updateProjectRateLimits()