Skip to content

Commit 15193be

Browse files
authored
Merge pull request #8000 from ovh/mb-ai-endpoints-features-list
[AI Endpoints] - Move updated features from planned to available
2 parents 49d5f7d + befb174 commit 15193be

File tree

15 files changed

+105
-120
lines changed

15 files changed

+105
-120
lines changed

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

Lines changed: 7 additions & 8 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-04-28
4+
updated: 2025-06-13
55
---
66

77
> [!primary]
@@ -23,18 +23,17 @@ This page provides the technical features, capabilities and limitations of [AI E
2323

2424
| Feature | Details |
2525
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as Assistant (LLMs, Code Assistants), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
26+
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as LLMs (Visual, Reasoning, Coding), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
2727
| Model Metrics | Users can access various metrics in the [OVHcloud Control Panel](/links/manager), such as the number of calls made per model, input and output tokens for large language models (LLMs), and other usage data. These insights can help you manage costs and gain a better understanding of how your applications are using AI capabilities. |
2828
| Data Privacy and Sovereignty | OVHcloud prioritizes data privacy and sovereignty, ensuring that AI models accessed via AI Endpoints are fully compliant with strict European regulations. Our infrastructure, located in Gravelines, France, adheres to European data protection regulations. Data is not stored or shared during or after model use, providing users with peace of mind that their data is secure and protected. |
2929
| Access with Personalized Access Keys | To ensure secure and authenticated access to model APIs, users need to provide an API access key in each request. Access keys can be easily created by following the instructions in the [AI Endpoints - Getting Started](/pages/public_cloud/ai_machine_learning/endpoints_guide_01_getting_started) guide. API keys are linked to a Public Cloud project. We provide the flexibility to manage multiple keys for various projects or teams. Additionally, each access key comes with adjustable validity periods, allowing users to tailor their access to specific needs.
30+
| JSON Mode (JSON Object) | AI Endpoints supports JSON mode, which ensures the model's output is always a syntactically valid JSON. This is ideal when you want a reliably parseable JSON format. |
31+
| Function Calling (Tools) | Lets the model invoke pre‑defined functions (tools). |
32+
| Structured Outputs (JSON Schema) | Builds on JSON Mode by enforcing a specified JSON schema, ensuring outputs strictly adhere to your defined properties and types. |
3033

31-
### Planned features
34+
## Planned Features
3235

33-
| Planned Feature | Details |
34-
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35-
| JSON Mode | AI Endpoints plans to support JSON mode in the future, which will allow you to send and receive data in a format that's easy to understand and integrate into your applications. This feature will make it simple to work with AI models and ensure that your data is correctly formatted for the models to process. |
36-
| Function Calling | AI Endpoints also plans to support function calling in the future, which will allow you to invoke specific functions within a model, making it easier to use only the capabilities you need. |
37-
| Easy billing | Soon, you will be able to monitor your estimated consumption and resource usage via the [OVHcloud Control Panel](/links/manager), in the `AI Endpoints`{.action} section of the `AI & Machine Learning` category, in the left-hand vertical menu. This will give you an idea of your potential charges, once the billing system is enabled (future General Availability (GA) phase).
36+
For upcoming developments, check our [Public Cloud Roadmap](https://github.com/orgs/ovh/projects/16/views/1?sliceBy%5Bvalue%5D=AI+Endpoints) to stay informed about new features and model updates.
3837

3938
## Capabilities
4039

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

Lines changed: 7 additions & 8 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-04-28
4+
updated: 2025-06-13
55
---
66

77
> [!primary]
@@ -23,18 +23,17 @@ This page provides the technical features, capabilities and limitations of [AI E
2323

2424
| Feature | Details |
2525
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as Assistant (LLMs, Code Assistants), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
26+
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as LLMs (Visual, Reasoning, Coding), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
2727
| Model Metrics | Users can access various metrics in the [OVHcloud Control Panel](/links/manager), such as the number of calls made per model, input and output tokens for large language models (LLMs), and other usage data. These insights can help you manage costs and gain a better understanding of how your applications are using AI capabilities. |
2828
| Data Privacy and Sovereignty | OVHcloud prioritizes data privacy and sovereignty, ensuring that AI models accessed via AI Endpoints are fully compliant with strict European regulations. Our infrastructure, located in Gravelines, France, adheres to European data protection regulations. Data is not stored or shared during or after model use, providing users with peace of mind that their data is secure and protected. |
2929
| Access with Personalized Access Keys | To ensure secure and authenticated access to model APIs, users need to provide an API access key in each request. Access keys can be easily created by following the instructions in the [AI Endpoints - Getting Started](/pages/public_cloud/ai_machine_learning/endpoints_guide_01_getting_started) guide. API keys are linked to a Public Cloud project. We provide the flexibility to manage multiple keys for various projects or teams. Additionally, each access key comes with adjustable validity periods, allowing users to tailor their access to specific needs.
30+
| JSON Mode (JSON Object) | AI Endpoints supports JSON mode, which ensures the model's output is always a syntactically valid JSON. This is ideal when you want a reliably parseable JSON format. |
31+
| Function Calling (Tools) | Lets the model invoke pre‑defined functions (tools). |
32+
| Structured Outputs (JSON Schema) | Builds on JSON Mode by enforcing a specified JSON schema, ensuring outputs strictly adhere to your defined properties and types. |
3033

31-
### Planned features
34+
## Planned Features
3235

33-
| Planned Feature | Details |
34-
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35-
| JSON Mode | AI Endpoints plans to support JSON mode in the future, which will allow you to send and receive data in a format that's easy to understand and integrate into your applications. This feature will make it simple to work with AI models and ensure that your data is correctly formatted for the models to process. |
36-
| Function Calling | AI Endpoints also plans to support function calling in the future, which will allow you to invoke specific functions within a model, making it easier to use only the capabilities you need. |
37-
| Easy billing | Soon, you will be able to monitor your estimated consumption and resource usage via the [OVHcloud Control Panel](/links/manager), in the `AI Endpoints`{.action} section of the `AI & Machine Learning` category, in the left-hand vertical menu. This will give you an idea of your potential charges, once the billing system is enabled (future General Availability (GA) phase).
36+
For upcoming developments, check our [Public Cloud Roadmap](https://github.com/orgs/ovh/projects/16/views/1?sliceBy%5Bvalue%5D=AI+Endpoints) to stay informed about new features and model updates.
3837

3938
## Capabilities
4039

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

Lines changed: 7 additions & 8 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-04-28
4+
updated: 2025-06-13
55
---
66

77
> [!primary]
@@ -23,18 +23,17 @@ This page provides the technical features, capabilities and limitations of [AI E
2323

2424
| Feature | Details |
2525
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as Assistant (LLMs, Code Assistants), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
26+
| Large Selection of Models | AI Endpoints offers a diverse range of pre-trained AI models, covering categories such as LLMs (Visual, Reasoning, Coding), Audio Analysis, Embeddings, Natural Language Processing, Translation, Image Generation, and Computer Vision. For a full list of models, please visit the [AI Endpoints Catalog Page](https://endpoints.ai.cloud.ovh.net/catalog). |
2727
| Model Metrics | Users can access various metrics in the [OVHcloud Control Panel](/links/manager), such as the number of calls made per model, input and output tokens for large language models (LLMs), and other usage data. These insights can help you manage costs and gain a better understanding of how your applications are using AI capabilities. |
2828
| Data Privacy and Sovereignty | OVHcloud prioritizes data privacy and sovereignty, ensuring that AI models accessed via AI Endpoints are fully compliant with strict European regulations. Our infrastructure, located in Gravelines, France, adheres to European data protection regulations. Data is not stored or shared during or after model use, providing users with peace of mind that their data is secure and protected. |
2929
| Access with Personalized Access Keys | To ensure secure and authenticated access to model APIs, users need to provide an API access key in each request. Access keys can be easily created by following the instructions in the [AI Endpoints - Getting Started](/pages/public_cloud/ai_machine_learning/endpoints_guide_01_getting_started) guide. API keys are linked to a Public Cloud project. We provide the flexibility to manage multiple keys for various projects or teams. Additionally, each access key comes with adjustable validity periods, allowing users to tailor their access to specific needs.
30+
| JSON Mode (JSON Object) | AI Endpoints supports JSON mode, which ensures the model's output is always a syntactically valid JSON. This is ideal when you want a reliably parseable JSON format. |
31+
| Function Calling (Tools) | Lets the model invoke pre‑defined functions (tools). |
32+
| Structured Outputs (JSON Schema) | Builds on JSON Mode by enforcing a specified JSON schema, ensuring outputs strictly adhere to your defined properties and types. |
3033

31-
### Planned features
34+
## Planned Features
3235

33-
| Planned Feature | Details |
34-
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35-
| JSON Mode | AI Endpoints plans to support JSON mode in the future, which will allow you to send and receive data in a format that's easy to understand and integrate into your applications. This feature will make it simple to work with AI models and ensure that your data is correctly formatted for the models to process. |
36-
| Function Calling | AI Endpoints also plans to support function calling in the future, which will allow you to invoke specific functions within a model, making it easier to use only the capabilities you need. |
37-
| Easy billing | Soon, you will be able to monitor your estimated consumption and resource usage via the [OVHcloud Control Panel](/links/manager), in the `AI Endpoints`{.action} section of the `AI & Machine Learning` category, in the left-hand vertical menu. This will give you an idea of your potential charges, once the billing system is enabled (future General Availability (GA) phase).
36+
For upcoming developments, check our [Public Cloud Roadmap](https://github.com/orgs/ovh/projects/16/views/1?sliceBy%5Bvalue%5D=AI+Endpoints) to stay informed about new features and model updates.
3837

3938
## Capabilities
4039

0 commit comments

Comments
 (0)