Skip to content

Commit 853729c

Browse files
committed
Proofreading
1 parent fb2d171 commit 853729c

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Using Virtual Models
33
excerpt: Learn how to use OVHcloud AI Endpoints Virtual Models
4-
updated: 2025-08-14
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -11,13 +11,13 @@ updated: 2025-08-14
1111
1212
## Introduction
1313

14-
Choosing the right Large Language Model (LLM) is not always straightforward. Models vary in strengths, performance, cost, and licensing, and new ones appear regularlyoften outperforming previous options. This rapid evolution makes it essential to match your choice to your specific needs, while staying ready to adapt as better models emerge.
14+
Choosing the right Large Language Model (LLM) is not always straightforward. Models vary in strengths, performance, cost, and licensing, and new ones appear regularly, often outperforming previous options. This rapid evolution makes it essential to match your choice to your specific needs, while staying ready to adapt as better models emerge.
1515

16-
To make this easier, we developed a system of virtual models where instead of requesting a hard-coded model, you specify the expected specifications of the model you need (size, price, etc.) and we resolve it to the currently best matching model in our catalog. In this guide, we'll see the different capabilities of this feature and how to use it with your OpenAI compatible code.
16+
To make this easier, we developed a system of virtual models. Instead of requesting a hard-coded model, you specify the expected specifications of the model you need (size, price, etc.) andthe system automatically maps your request to the best available match in our catalog. In this guide, you will learn about the different capabilities of this feature and how to use it with your OpenAI compatible code.
1717

1818
## Requirements
1919

20-
The examples provided during this guide can be used with one of the following environments:
20+
The examples provided in this guide can be used with one of the following environments:
2121

2222
> [!tabs]
2323
> **Python**
@@ -42,7 +42,7 @@ Follow the instructions in the [AI Endpoints - Getting Started](/pages/public_cl
4242
4343
## Model DSL
4444
45-
When you request a LLM generation through our unified endpoint, you can provide in the OpenAI-compliant `model` field a model DSL query instead of a hardcoded model name.
45+
When you request an LLM generation through our unified endpoint, you can provide in the OpenAI-compliant `model` field a model DSL query instead of a hardcoded model name.
4646
4747
These queries are divided into three parts: tag, ranker, and condition:
4848
@@ -129,12 +129,10 @@ The following code samples provide a simple example on how to query our API with
129129
## Conclusion
130130
131131
Using OVHcloud AI Endpoints with virtual models allows you to stay up to date with the best available LLMs without having to change your code whenever a new release arrives.
132-
By defining your requirements through tags, rankers, and conditions, you can ensure your application always runs on the most suitable model for your needswhether you prioritize speed, cost, size, or capabilities. This flexibility makes it easier to build, maintain, and scale AI-powered solutions over time.
132+
By defining your requirements through tags, rankers, and conditions, you can ensure your application always runs on the most suitable model for your needs, whether you prioritize speed, cost, size, or capabilities. This flexibility makes it easier to build, maintain, and scale AI-powered solutions over time.
133133
134134
## Go further
135135
136-
Browse the full [AI Endpoints documentation](/products/public-cloud-ai-and-machine-learning-ai-endpoints) to further understand the main concepts and get started.
137-
138136
To discover how to build complete and powerful applications using AI Endpoints, explore our dedicated [AI Endpoints guides](/products/public-cloud-ai-and-machine-learning-ai-endpoints).
139137
140138
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.

pages/public_cloud/ai_machine_learning/endpoints_guide_07_virtual_models/guide.fr-fr.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Endpoints - Modèles virtuels
3-
excerpt: Découvrez comment utiliser les modèles virtuels d'AI Endpoints
4-
updated: 2025-08-14
3+
excerpt: "Découvrez comment utiliser les modèles virtuels d'AI Endpoints"
4+
updated: 2025-08-18
55
---
66

77
> [!primary]
@@ -11,13 +11,13 @@ updated: 2025-08-14
1111
1212
## Introduction
1313

14-
Choosing the right Large Language Model (LLM) is not always straightforward. Models vary in strengths, performance, cost, and licensing, and new ones appear regularlyoften outperforming previous options. This rapid evolution makes it essential to match your choice to your specific needs, while staying ready to adapt as better models emerge.
14+
Choosing the right Large Language Model (LLM) is not always straightforward. Models vary in strengths, performance, cost, and licensing, and new ones appear regularly, often outperforming previous options. This rapid evolution makes it essential to match your choice to your specific needs, while staying ready to adapt as better models emerge.
1515

16-
To make this easier, we developed a system of virtual models where instead of requesting a hard-coded model, you specify the expected specifications of the model you need (size, price, etc.) and we resolve it to the currently best matching model in our catalog. In this guide, we'll see the different capabilities of this feature and how to use it with your OpenAI compatible code.
16+
To make this easier, we developed a system of virtual models. Instead of requesting a hard-coded model, you specify the expected specifications of the model you need (size, price, etc.) andthe system automatically maps your request to the best available match in our catalog. In this guide, you will learn about the different capabilities of this feature and how to use it with your OpenAI compatible code.
1717

1818
## Requirements
1919

20-
The examples provided during this guide can be used with one of the following environments:
20+
The examples provided in this guide can be used with one of the following environments:
2121

2222
> [!tabs]
2323
> **Python**
@@ -42,7 +42,7 @@ Follow the instructions in the [AI Endpoints - Getting Started](/pages/public_cl
4242
4343
## Model DSL
4444
45-
When you request a LLM generation through our unified endpoint, you can provide in the OpenAI-compliant `model` field a model DSL query instead of a hardcoded model name.
45+
When you request an LLM generation through our unified endpoint, you can provide in the OpenAI-compliant `model` field a model DSL query instead of a hardcoded model name.
4646
4747
These queries are divided into three parts: tag, ranker, and condition:
4848
@@ -129,12 +129,10 @@ The following code samples provide a simple example on how to query our API with
129129
## Conclusion
130130
131131
Using OVHcloud AI Endpoints with virtual models allows you to stay up to date with the best available LLMs without having to change your code whenever a new release arrives.
132-
By defining your requirements through tags, rankers, and conditions, you can ensure your application always runs on the most suitable model for your needswhether you prioritize speed, cost, size, or capabilities. This flexibility makes it easier to build, maintain, and scale AI-powered solutions over time.
132+
By defining your requirements through tags, rankers, and conditions, you can ensure your application always runs on the most suitable model for your needs, whether you prioritize speed, cost, size, or capabilities. This flexibility makes it easier to build, maintain, and scale AI-powered solutions over time.
133133
134134
## Go further
135135
136-
Browse the full [AI Endpoints documentation](/products/public-cloud-ai-and-machine-learning-ai-endpoints) to further understand the main concepts and get started.
137-
138136
To discover how to build complete and powerful applications using AI Endpoints, explore our dedicated [AI Endpoints guides](/products/public-cloud-ai-and-machine-learning-ai-endpoints).
139137
140138
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
@@ -144,3 +142,4 @@ If you need training or technical assistance to implement our solutions, contact
144142
Please send us your questions, feedback and suggestions to improve the service:
145143
146144
- On the OVHcloud [Discord server](https://discord.gg/ovhcloud).
145+

0 commit comments

Comments
 (0)