Skip to content

Commit c5f7de3

Browse files
committed
specify payload limitation
1 parent 4b86f72 commit c5f7de3

File tree

1 file changed

+13
-1
lines changed
  • pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,21 @@ If you exceed this limit, a **429 error code** will be returned.
5858

5959
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.
6060

61+
### Payload size limits
62+
63+
To ensure security and stability, AI Endpoints APIs enforce default request payload size limits:
64+
65+
- Most endpoints are limited to **2 MB** per request body. This applies to common input types such as String, Json, or Form parameters.
66+
67+
However, some endpoints are specifically configured to accept larger payloads due to their use cases:
68+
69+
- `/api/v1/asr` (RIVA ASR models): Configured to allow request bodies up to 1 GB.
70+
71+
These extended limits enable support for large audio files, which are typical in speech-to-text tasks.
72+
6173
### No usage limit
6274

63-
As of now, the AI Endpoints platform does not impose any usage limits for API requests, apart from the rate limiting.
75+
As of now, the AI Endpoints platform does not impose any usage limits for API requests, apart from the rate and payload size limiting.
6476

6577
However, we are considering introducing a usage limit feature in the future. This feature will allow you to set a limit on the number of tokens, characters, seconds of audio consumed, depending on your usage, providing better control and management over AI Endpoints consumption.
6678

0 commit comments

Comments
 (0)