Add Smallest AI models to the AI Gateway and set up access in three steps.
1
Navigate to Smallest AI Models in AI Gateway
In the TrueFoundry dashboard, go to AI Gateway → Models and select Smallest AI.
Smallest AI models on the provider account
2
Add Smallest AI Account Details
Click Add Smallest AI Account. Enter a unique account name and your Smallest AI API Key. Optionally add collaborators so other users or teams can use this account. See Gateway access control for details.
Smallest AI account configuration form
3
Add Models
Click + Add Model and fill in the Display name, Model ID, and Model type (Text to Speech or Audio Transcription).
Add a Smallest AI model
For Smallest AI, the Model ID and Display name must be identical (e.g. smallest-tts, smallest-stt).
Once models are added, use the Smallest AI native HTTP API to call TTS and STT endpoints through the gateway. Requests are proxied to Smallest AI’s Waves API under your provider account path.
Once your Smallest AI provider account is configured, the following API surfaces are available through the gateway. The table below summarizes each endpoint alongside platform feature support (tracing, cost tracking).
Convert text into audio using Smallest AI’s Waves TTS API. The gateway forwards your request to waves/v1/smallest-tts/get_speech under your provider account and streams back the raw audio bytes. Full docs: Text-to-Speech.Before you start: Replace {GATEWAY_BASE_URL} with your gateway base URL (how to find it) and {smallestAiProviderAccountName} with the display name of your Smallest AI provider account.
For the full list of voices, supported sample rates, languages, and output formats, refer to the Smallest AI Waves TTS reference.
Speech-to-Text
Transcribe audio with Smallest AI’s Waves STT API. The gateway forwards your request to waves/v1/smallest-stt/get_text under your provider account. You can pass a remote audio URL via the JSON body. Full docs: Speech-to-Text.
Smallest AI returns a JSON object containing the transcription field. Refer to the Smallest AI Waves STT reference for additional parameters and supported languages.
Cost tracking: Smallest AI usage is not metered by the gateway. Tracing and request logging continue to work as with any other provider — see Metrics Dashboard.