Skip to main content

Deploy a Model

Open the Deploy Modal

Open the Deploy Dedicated Endpoint modal in one of two ways:

  • From Model Catalog — browse the catalog, find a model, and click Deploy on its card.
  • From My endpoints — click Deploy new in the top-right corner.

Deploy Dedicated Endpoint modal

Fill In the Form

Hugging Face repo / URL

Enter the Hugging Face repository path (e.g. meta-llama/Llama-3.3-70B-Instruct).

If the model is private or gated, enter your HF token (hf_...) in the field below.

note

Supported formats: safetensors, transformers, GGUF. Gated models require an HF token.

Template

Choose the serving runtime from the Template dropdown. Currently the only available template is vllm-openai — an OpenAI-compatible vLLM server, recommended for most LLMs.

Optionally, enter advanced vLLM flags in Custom config to override template defaults (e.g. --max-model-len 8192). Leave empty to use template defaults.

Region

Select the deployment region:

OptionLocation
Vietnam — Hanoi (VN-HN)Hanoi, Vietnam
Japan — TokyoTokyo, Japan

Deployment Mode

Toggle between Quick and Advanced:

Quick mode — select a pre-configured size:

SizeHardwareReplicasConcurrentThroughputPrice
Small1× A10-24GB1~5 users~40 tokens/s$1.2/h
Medium2× H100-80GB1 · autoscale ON~100 users~600 tokens/s$4.8/h
Large4× H100-80GB2 · autoscale ON~500 users~2,400 tokens/s$9.6/h

Advanced mode — configure hardware directly:

FieldDescription
GPU typeSelect GPU model and count
Number of replicasCurrently fixed at 1 replica
QuantizationPrecision format (default: FP16)
Auto-shutdown idleStop the endpoint automatically after the selected idle period

Deploy Dedicated Endpoint — Advanced mode

Estimated Cost

The ESTIMATED COST box updates as you change the size or GPU type:

ScenarioWhat it shows
PER HOURBase GPU cost per hour
BIZ HOURS (8H × 22D)Estimated monthly cost running Mon–Fri, 8 h/day
24/7Estimated monthly cost running continuously

Deploy

Click Deploy endpoint. The endpoint is created and appears in My endpoints with status Deploying. Wait until the status changes to Running.

Endpoint StatusMeaning
DeployingGPU is being provisioned and the model is being downloaded
RunningAll replicas are ready and serving requests
StoppedScaled to zero — no GPU active
note

GPU type and model cannot be changed on an existing endpoint. To use a different configuration, delete the endpoint and create a new one.

See detailed guide: Manage Endpoints

My endpoints tab showing endpoint statuses after deploy