A Compute-First Business Model
The status quo of “pay-per-character” API pricing eats margins as they scale. We are changing it. This is also ideal for enterprise use cases requiring strict data privacy, dedicated throughput, or custom model fine-tuning. MARS 8 Series is available on following providers:- Google Cloud Vertex AI
- AWS Bedrock
- Hugging face
- Baseten
- Modal
- Cerebrium
- Simplismart
- Replicate
Routing Via Camb AI SDK
The Camb AI SDK directly supports routing Text-to-Speech generation requests to private or above custom deployments of the MARS model.Baseten Deployment
Initialize the client with your API key and the specific model URL. Baseten Provider ExampleUsage Example
Passingreference_audio in the additional_body_parameters is required for custom deployments.
How it Works
- The SDK bypasses standard Camb AI API endpoints.
- It authenticates directly with Baseten using the provided API Key.
- It streams generated audio directly from the model instance.
Vertex AI Deployment
Support for Vertex AI is currently in progress.