Skip to content

Commit cf2db50

Browse files
authored
Merge pull request #8224 from ovh/MB-AI-Endpoints-limitations
[AI Endpoints] - Features & Limitations guide - add payload limitation
2 parents 39c4281 + 411af23 commit cf2db50

File tree

15 files changed

+150
-30
lines changed

15 files changed

+150
-30
lines changed

pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.de-de.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.es-es.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

pages/public_cloud/ai_machine_learning/endpoints_guide_02_capabilities/guide.es-us.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Features, Capabilities and Limitations
33
excerpt: Find out about current features, capabilities and limitations of AI Endpoints
4-
updated: 2025-06-13
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -58,9 +58,17 @@ 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 and Json parameters.
66+
67+
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.
68+
6169
### No usage limit
6270

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

6573
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.
6674

0 commit comments

Comments
 (0)