Skip to content

Commit b60ea9f

Browse files
committed
add rate limits to getting started
1 parent 2819ba5 commit b60ea9f

File tree

1 file changed

+11
-0
lines changed
  • pages/public_cloud/ai_machine_learning/endpoints_guide_01_getting_started

1 file changed

+11
-0
lines changed

pages/public_cloud/ai_machine_learning/endpoints_guide_01_getting_started/guide.en-gb.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,17 @@ Alternatively, you can also revoke your API key using the `Revoke API key`{.acti
146146

147147
Once done, you can confirm its deletion by trying to send a request using your revoked API key.
148148

149+
### Model rate limit
150+
151+
When using AI Endpoints, the **following rate limits apply**:
152+
153+
- **Anonymous**: 2 requests per minute, per by IP and per model.
154+
- **Authenticated with an API access key**: 400 requests per minute, per PCI project and per model.
155+
156+
If you exceed this limit, a **429 error code** will be returned.
157+
158+
If you require higher usage, please **[get in touch with us](https://help.ovhcloud.com/csm?id=csm_get_help)** to discuss increasing your rate limits.
159+
149160
### Billing and usage
150161

151162
For information on pricing and the models lifecycle of the platform, please refer to the [AI Endpoints - Billing and lifecycle](/pages/public_cloud/ai_machine_learning/endpoints_guide_04_billing_concept) documentation.

0 commit comments

Comments
 (0)