Credentials & Access

View as Markdown

Required Credentials

Before installation, obtain the following from Smallest.ai:

Your unique license key for validation

Contact: support@smallest.ai

Credentials to pull Docker images:

  • Registry URL: quay.io
  • Username
  • Password
  • Email

Contact: support@smallest.ai

Download URLs for ASR models

Contact: support@smallest.ai

Login to Container Registry

Once you have your credentials, authenticate with the registry:

$docker login quay.io -u <username> -p <password>

Environment Variables

You’ll need to set these in your deployment:

$export LICENSE_KEY="your-license-key"
$export QUAY_USERNAME="your-username"
$export QUAY_PASSWORD="your-password"
$export MODEL_URL="your-model-url"