For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI ReferenceSelf HostModel CardsClient LibrariesIntegrationsDeveloper ToolsChangelog
DocumentationAPI ReferenceSelf HostModel CardsClient LibrariesIntegrationsDeveloper ToolsChangelog
  • Getting Started
    • Introduction
    • Prerequisites
    • Why Self-Host?
    • Architecture
  • Docker Setup
        • Hardware Requirements
        • Software Requirements
        • Credentials
        • Verification
      • Quick Start
      • Services Overview
      • Configuration
      • Troubleshooting
  • Kubernetes Setup
    • Quick Start
    • Troubleshooting
  • Troubleshooting
    • Common Issues
    • Debugging Guide
    • Logs Analysis
  • API Reference
    • Authentication
    • Examples
LogoLogo
Voice AgentsModels
Voice AgentsModels
On this page
  • Required Credentials
  • Login to Container Registry
  • Environment Variables
Docker SetupTTS DeploymentPrerequisites

Credentials & Access

||View as Markdown|
Was this page helpful?
Previous

Software Requirements

Next

Verification Checklist

Built with

Required Credentials

Before installation, obtain the following from Smallest.ai:

License Key

Your unique license key for validation

Contact: support@smallest.ai

Container Registry Access

Credentials to pull Docker images:

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

Contact: support@smallest.ai

Model URLs

Download URLs for TTS models (if required)

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"