Foundation Models Catalog: Quick Start
1. Create an inference service
- Select a model.
- Configure the infrastructure.
- Configure the inference service.
- Confirm the configuration.
1. Select a model
-
In the control panel, from the top menu, click Products and select Foundation Models Catalog.
-
In the model card, click Create.
-
Enter the name of the inference service.
-
To filter inference services in the list, add tags. A tag with the model name is added automatically. To add a new tag, in the Tags field, enter the tag and press Enter.
-
Optional: enter a description for the inference service. For example, specify its purpose.
-
Click Continue.
2. Configure the infrastructure
-
Set the model parameters.
1.1. Select the data type for the KV cache.
1.2. Select the maximum context length.
-
Select an inference service configuration. When choosing, consider the expected model performance metrics.
Once the inference service is created, the configuration cannot be changed.
-
Click Continue.
3. Set up the inference service
-
Configure the number of inference instances.
1.1. To have a fixed number of instances in the service, open the Fixed tab and specify the number of instances.
1.2. To use autoscaling in the service, open the Auto-scaling tab and set the minimum and maximum number of instances. The number of instances will change automatically only within the specified range depending on the inference service load.
You can change the number of inference instances after creating the inference service. For details, see the Scaling an inference service instruction.
-
Select the volume type for the inference instance.
-
Select the inference service connection type:
-
public — access via a public endpoint from the internet;
-
private — access via a private endpoint only from cloud platform devices created in the inference service subnet.
-
Once an inference service is created, the connection type cannot be changed.
- Click Continue.
4. Confirm configuration
-
Check the final inference service configuration.
-
Check the inference service price.
-
Click Create Inference Service.Creating an inference service may take about 15 minutes.
2. Send a test request to the model
The request data structure depends on the model, API type, and request type. Examples of test requests to the model can be copied in the Control Panel: in the top menu, click Products → Inference Services → inference service page → Quick Start tab → in the Test Request block, click .
Read more about request types and API types in the Interaction Modes with an Inference Service guide.