Skip to main content
Once your deployment is running, you can test it using the following commands. Ensure you have network access to your service via port-forwarding or an ingress.

List Voices

Text-to-Speech

Benchmarking

cartesia-kube includes a k6 load testing suite under benchmarking/ for measuring TTS performance metrics like TTFA and latency. Start with the closed-loop WebSocket entry point, which holds a fixed number of concurrent streams open. MODEL_ID must match a deployed worker’s model and VOICE_ID must be a voice available in your deployment.
See benchmarking/README.md for the SSE and bytes transports, open-loop mode, and the full list of environment variables and reported metrics.