Skip to main content

Overview

Add Ringg.AI Parrot STT to the TrueFoundry AI Gateway using Custom Endpoints. Parrot is Ringg’s speech-to-text model built for real-time voice agents, with strong support for Hindi, English, and code-mixed speech. Learn more on the Parrot STT model page and in the Parrot STT announcement. TrueFoundry AI Gateway is the proxy layer that sits between your applications and the LLM providers and MCP Servers. It is an enterprise-grade platform that enables users to access 1000+ LLMs using a unified interface while taking care of observability and governance.

Adding models

1

Create a Custom Endpoint provider account

In the TrueFoundry dashboard, go to AI GatewayModelsCustom Endpoints and click Add Custom Endpoint.In Configure Account, set:
  • Name: any unique name (this becomes {providerAccountName} in the URL)
  • Endpoint Type: None (or any value you use for tracking)
  • Header Auth: keep disabled
2

Add a Ringg.AI STT endpoint

Click Add Endpoint (or Add Endpoint from the list view) and configure the integration:
  • Display Name: any name (this becomes {endpointName} in the URL)
  • Base URL: https://prod-api.ringg.ai/stt/v1/transcriptions
Enable Custom Headers and add:
  • x-api-key: <ringg-api-key>
Keep Header Auth disabled.
Custom Endpoint form for Ringg.AI STT with Base URL and x-api-key custom header

Endpoint settings — Base URL and upstream API key header

This x-api-key header is sent from the AI Gateway to Ringg.AI. Your client should only send the TrueFoundry API key to the AI Gateway.
3

Set access control and save

On the Access Control step, add the users/teams who can view/use this provider account, then Save.

Inference

Once saved, call your endpoint through the AI Gateway’s proxy-api path. URL shape and path rules are documented under Custom Endpoints.

Supported APIs

Before you start: Replace {GATEWAY_BASE_URL} with your gateway base URL (how to find it) and set TFY_API_KEY to your TrueFoundry API key.Send a multipart form request with the audio file and optional transcription parameters (for example language and enable_cap_punc).
Support scope: Not all APIs are supported through this integration. Only HTTPS and non-streaming requests are supported. Support will expand over time, including additional endpoints on customer request. Send a request to support@truefoundry.com.