Skip to main content
An alias is a stable, readable name for a deployment. Instead of hard-coding a raw deployment slug in your application, you call a friendly path that you control:
Valkyrie Alias Management screen

Alias Management. Sharing an alias never exposes the underlying instance ID.

Your account handle (the {account_slug} part of the URL) is assigned automatically when you create your first alias.

Why use an alias

  • Stable URLs. Redeploy or swap the underlying model without changing the URL your applications call.
  • Readable. acme/support-bot is easier to reason about than a generated slug.
  • Environment-friendly. Keep the same alias while the deployment behind it changes.

Create an alias

1

Open Aliases

Go to Aliases in the dashboard.
2

Point it at a deployment

Create an alias and map it to one of your ready deployments.
3

Call it

Use the alias path in place of the deployment slug in any OpenAI-compatible client.
Point production traffic at an alias, then move the alias to a new deployment once you’ve verified it. Clients never need to change their configuration.