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:Managing a deployment
Deployments are designed to be operated over their whole lifecycle:Access and API keys
A deployment is called with an API key. Deployment API keys are prefixedvk_dep_.
You can share a model with teammates and manage who holds keys against it from the
model’s detail screen. See Models.