Skip to main content
A deployment is a running model you can call over an OpenAI-compatible API. You can deploy a model you fine-tuned on Valkyrie, or any Hugging Face model directly, no fine-tuning required.

Deploy a base model

1

Open Models → Deploy

In the dashboard, start a new deployment.
2

Pick the model

Choose a base model (for example, a Qwen chat model) or paste a Hugging Face model id.
3

Launch and wait for Running

Valkyrie takes the deployment through a series of stages and it’s only ready to use once it reaches Running:

Deploy a fine-tuned model

From a completed fine-tuning job, deploy its output directly. Valkyrie loads your trained weights or adapters onto the serving engine the same way as a base model.

Call your deployment

Once ready, the deployment exposes an OpenAI-compatible endpoint:
See Run inference for full request examples, and Aliases to give the deployment a stable, friendly URL.

Managing a deployment

Deployments are designed to be operated over their whole lifecycle:
Idle deployments can keep a GPU running and cost money. Use stop/resume or a schedule so you only pay while the model is in use. See Quota & billing.

Access and API keys

A deployment is called with an API key. Deployment API keys are prefixed vk_dep_. You can share a model with teammates and manage who holds keys against it from the model’s detail screen. See Models.