From c5f7de37ea0ef34f8dc333b92da9a2c0f9ba2105 Mon Sep 17 00:00:00 2001 From: MathieuBsqt Date: Tue, 29 Jul 2025 15:06:06 +0200 Subject: [PATCH 1/3] specify payload limitation --- .../endpoints_guide_02_capabilities/guide.en-gb.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md index 0e73364c9a6..701a17ee158 100644 --- a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md +++ b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md @@ -58,9 +58,21 @@ If you exceed this limit, a **429 error code** will be returned. 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. +### Payload size limits + +To ensure security and stability, AI Endpoints APIs enforce default request payload size limits: + +- Most endpoints are limited to **2 MB** per request body. This applies to common input types such as String, Json, or Form parameters. + +However, some endpoints are specifically configured to accept larger payloads due to their use cases: + +- `/api/v1/asr` (RIVA ASR models): Configured to allow request bodies up to 1 GB. + +These extended limits enable support for large audio files, which are typical in speech-to-text tasks. + ### No usage limit -As of now, the AI Endpoints platform does not impose any usage limits for API requests, apart from the rate limiting. +As of now, the AI Endpoints platform does not impose any usage limits for API requests, apart from the rate and payload size limiting. 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. From f8bf9005673e4a42d30d0def042f3e8d92aae7a4 Mon Sep 17 00:00:00 2001 From: MathieuBsqt Date: Thu, 14 Aug 2025 09:51:09 +0200 Subject: [PATCH 2/3] add new limitation --- .../endpoints_guide_02_capabilities/guide.en-gb.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md index 701a17ee158..d5eca60d597 100644 --- a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md +++ b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md @@ -62,13 +62,9 @@ If you require higher usage, please **[get in touch with us](https://help.ovhclo To ensure security and stability, AI Endpoints APIs enforce default request payload size limits: -- Most endpoints are limited to **2 MB** per request body. This applies to common input types such as String, Json, or Form parameters. +Most endpoints are limited to **2 MB** per request body. This applies to common input types such as String and Json parameters. -However, some endpoints are specifically configured to accept larger payloads due to their use cases: - -- `/api/v1/asr` (RIVA ASR models): Configured to allow request bodies up to 1 GB. - -These extended limits enable support for large audio files, which are typical in speech-to-text tasks. +However, some endpoints like those handling audio transcriptions, are specifically configured to accept larger payloads due to their use cases. These endpoints can handle larger audio files, but are limited by audio file size and duration. The specific limits of these endpoints will be indicated in their respective model documentation. ### No usage limit From 9d14c3c797671a8105e64193ff6e28e1b2841268 Mon Sep 17 00:00:00 2001 From: MathieuBsqt Date: Thu, 14 Aug 2025 09:52:49 +0200 Subject: [PATCH 3/3] update date --- .../endpoints_guide_02_capabilities/guide.en-gb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md index d5eca60d597..1cb8e470d7d 100644 --- a/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md +++ b/pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: AI Endpoints - Features, Capabilities and Limitations excerpt: Find out about current features, capabilities and limitations of AI Endpoints -updated: 2025-06-13 +updated: 2025-08-14 --- > [!primary]