Overview
Before deploying Smallest Self-Host, you’ll need credentials from Smallest.ai and infrastructure with GPU support.Credentials from Smallest.ai
Contact [email protected] to obtain the following:License Key
License Key
Your unique license key for validation. This is required for all deployments.You’ll add this to your configuration:Or as an environment variable:
Container Registry Credentials
Container Registry Credentials
Credentials to pull Docker images from For Kubernetes, you’ll add these to your
quay.io:- Username
- Password
values.yaml:Model Download URLs
Model Download URLs
Download URLs for the AI models (STT and/or TTS).For Docker deployments, add to your For Kubernetes, add to
.env:values.yaml:Infrastructure Requirements
GPU Requirements
- NVIDIA GPU with 16+ GB VRAM
- Recommended: A10, L4, L40s, T4, or A100
- NVIDIA Driver 525+ (for A10, A100, L4)
- NVIDIA Driver 470+ (for T4, V100)
Container Runtime
- Docker 20.10+ or Podman 4.0+
- NVIDIA Container Toolkit
- For Kubernetes: GPU Operator or Device Plugin

