How-to Guides
Using AIOS
AIOS provides an environment where LLMs can be used by default within each resource when you create Virtual Server, GPU Server, and Kubernetes Engine services.
Refer to the table below for detailed information on each service creation.
| service | Guide |
|---|---|
| Virtual Server | Create Virtual Server |
| GPU Server | Create GPU Server |
| Cloud Functions | Create Cloud Functions |
| Kubernetes Engine | Create Cluster |
Using LLM
LLM can be used by leveraging the LLM Endpoint within the Virtual Server, GPU Server, Cloud Functions, Kubernetes Engine service resources created on the Samsung Cloud Platform. The LLM Endpoint can be viewed through the usage guide for the LLM Endpoint on the service’s detail page.
Check the LLM Endpoint of Virtual Server
On the Virtual Server Details page of the created Virtual Server, you can view the usage guide for the LLM Endpoint.
To view the usage guide for the LLM Endpoint, follow these steps.
- Click the All Services > Compute > Virtual Server menu. Navigate to the Service Home page of Virtual Server.
- On the Service Home page, click the Virtual Server menu. You will be taken to the Virtual Server List page.
- On the Virtual Server List page, click the resource to connect to the LLM Endpoint. You will be taken to the Virtual Server Details page.
- Virtual Server Details on the page, click the User Guide link for the LLM Endpoint item. You will be taken to the LLM User Guide popup.
Check the LLM Endpoint of the GPU Server
You can view the usage guide for the LLM Endpoint on the GPU Server Details page of the created GPU Server.
To view the usage guide for the LLM Endpoint, follow these steps.
- Click the All Services > Compute > GPU Server menu. You will be taken to the Service Home page of GPU Server.
- On the Service Home page, click the GPU Server menu. You will be taken to the GPU Server List page.
- On the GPU Server List page, click the resource to connect to the LLM Endpoint. You will be taken to the GPU Server Details page.
- On the GPU Server Details page, click the User Guide link for the LLM Endpoint item. It will open the LLM User Guide popup window.
Checking the LLM Endpoint of Cloud Functions
You can view the usage guide for the LLM Endpoint on the Cloud Functions Details page of the created Cloud Functions.
To view the usage guide for the LLM Endpoint, follow these steps.
- Click the All Services > Compute > Cloud Functions menu. Go to the Service Home page of Cloud Functions.
- On the Service Home page, click the Functions menu. You will be taken to the Functions list page.
- Functions List page, click the resource to connect to the LLM Endpoint. Navigate to the Functions Detail page.
- Functions Details on the page, click the LLM Endpoint item’s User Guide link. It will navigate to the LLM User Guide popup window.
Checking the LLM Endpoint of a Kubernetes Engine cluster
On the Cluster Details page of the created Kubernetes Engine cluster, you can view the usage guide for the LLM Endpoint.
To view the usage guide for the LLM Endpoint, follow these steps.
- Click the All Services > Container > Kubernetes Engine menu. You will be taken to the Service Home page of Kubernetes Engine.
- On the Service Home page, click the Cluster menu. You will be taken to the Cluster List page.
- On the Cluster List page, click the resource to connect to the LLM Endpoint. You will be taken to the Cluster Details page.
- On the Cluster Details page, click the Usage Guide link for the LLM Endpoint item. It will open the LLM Usage Guide popup.
LLM Usage Guide
In the LLM Endpoint usage guide, you can find the AIOS LLM Private Endpoint, the provided models, and sample code examples.
AIOS LLM Private Endpoint
The URL of the AIOS LLM private endpoint is displayed. Verify the URL to use it within the resources created for the Virtual Server, GPU Server, and Kubernetes Engine services.
AIOS LLM provided model
The AIOS LLM provided models are as follows.
| Model name | Model ID | Context size | RPM (Request per minute) | TPM (Token per minute) | Purpose | License | Discontinued |
|---|---|---|---|---|---|---|---|
| gpt-oss-120b | openai/gpt-oss-120b | 131,072 | 50 RPM | 200K | Research, experiments, advanced language understanding | Apache 2.0 | 2026.05.21 |
| Qwen3-Coder-30B-A3B-Instruct | Qwen/Qwen3-Coder-30B-A3B-Instruct | 65,536 | 20 RPM | 30K | Code generation, analysis, and debugging support | Apache 2.0 | 2026.05.21 |
| Qwen3-30B-A3B-Thinking-2507 | Qwen/Qwen3-30B-A3B-Thinking-2507 | 32,768 | 10 RPM | 30K | Deep reasoning, long-form analysis, essay writing | Apache 2.0 | 2026.05.21 |
| Llama-4-Scout | meta-llama/Llama-4-Scout | 32,768 | 20 RPM | 35K | The latest Llama model with multimodal capability | llama4 | 2026.05.21 |
| Llama-Guard-4-12B | meta-llama/Llama-Guard-4-12B | 32,768 | 20 RPM | 200K | Core security and moderation models for enhancing reliability and safety in cutting‑edge large language models and multimodal AI services | llama4 | 2026.05.21 |
| bge-m3 | sds/bge-m3 | 8,192 | 100 RPM | 200K | A multilingual embedding model that supports multiple languages. | Samsung SDS | 2026.05.21 |
| bge-reranker-v2-m3 | sds/bge-reranker-v2-m3 | 8,192 | 100 RPM | 200K | Provides fast computation and high performance with a lightweight multilingual relinker. | Samsung SDS | 2026.05.21 |
sample code
Refer to the following for AIOS LLM sample code examples.
curl -H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-120b"
, "prompt" : "Write a haiku about recursion in programming."
, "temperature": 0
, "max_tokens": 100
, "stream": false
}' \
{AIOS LLM private endpoint}/{API}curl -H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-120b"
, "prompt" : "Write a haiku about recursion in programming."
, "temperature": 0
, "max_tokens": 100
, "stream": false
}' \
{AIOS LLM private endpoint}/{API}Check usage per LLM model
On AIOS’s Service Home page, you can view the list of LLMs and token usage per model.
- All Services > AI-ML > AIOS Click the menu. Go to AIOS’s Service Home page.
- LLM usage by model Check the LLM’s model name, model type, and token usage (1 week) in the list.
Category Detailed description Model name LLM name - Click the name to go to the model’s Report page
model type LLM type - chat, reasoning, vision, moderation, embedding, rerank
- For information per model, see Provided Models
Token usage amount (1 Week) Token usage for the past week as of today Table. AIOS LLM list items
Check Report
In AIOS’s Report page, you can view the daily LLM call count and token usage.
You can choose service types such as Virtual Server, GPU Server, or Kubernetes Engine, and you can view resources by selecting their names among the resources actually created in the service, as well as view them by the LLM model used.
- All Services > AI-ML > AIOS Click the menu. Navigate to AIOS’s Service Home page.
- Click the Report menu on the Service Home page. You will be taken to the Report page of AIOS.
- LLM usage by model In the list, clicking the LLM model name takes you directly to that LLM’s Report page.
- On the Report page, select the LLM model to view the Report, then click the Query button. The Report information for that LLM model will be displayed.
Category Detailed description Service type Select service type using LLM - Virtual Server, GPU Server, Kubernetes Engine
Resource name Select service name - If you do not select a service type, only All can be selected, and if you select a specific product in the service type, you can select a specific resource name
Model Select LLM model type - Refer to Provided Model for model-specific information
Query period Select the period to view the report - Can be selected in weekly increments
- Previous periods can be queried up to a maximum of 3 months
- The data retrieved is provided up to 30 minutes prior to the current time
Number of calls Number of calls per day during the query period - Displayed per day as total count, success count, and failure count
- Total call count: Provides the total number of calls during the period, broken down by model
Token usage Daily Token input and output amounts during the query period - Total Token count: Total Token usage during the query period
- Average Token count per request: Average Token amount used per LLM call during the query period
Table. AIOS Report Items