Skip to main content
KugelAudio TTS can be deployed on your own infrastructure. We ship to Kubernetes clusters and provide a Helm chart for installation, configuration, and upgrades. There are two ways to run it:

Managed on-premise

With a managed on-premise deployment, KugelAudio runs and maintains the stack inside your environment — you get the operational model of the hosted API without the audio ever leaving your infrastructure. Why teams choose it
  • Data protection. Text and audio are processed entirely within your network. Nothing is sent to a third-party endpoint, which is what makes the deployment workable under strict data-residency, GDPR, and sector-specific requirements in healthcare, finance, the public sector, and legal.
  • Latency. Serving the model next to the application that calls it removes the network round trip to a public endpoint — normally one of the three components of end-to-end latency, and the one you otherwise cannot tune. See Latency for the full breakdown.
  • Operations. KugelAudio handles rollout, upgrades, and monitoring, backed by a 24/7 support hotline.
  • Restricted environments. Works where egress to public APIs is limited or unavailable.
If you are prototyping or your data has no residency constraints, the hosted API is the simpler choice — start there and move later if you need to.

Get in touch

Both options are arranged through sales. Tell us which one fits and we’ll either send the Helm chart and a license key and walk you through the rollout, or scope the managed deployment with you.

Connect your SDK

Point the SDK at your deployment by setting the API URL directly. This overrides both the region parameter and any API key prefix.
Or with separate backend and TTS servers:
Replace the example hostnames with the endpoints supplied for your deployment.