> ## Documentation Index
> Fetch the complete documentation index at: https://cerebrium.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Deploy specialized services from Cerebrium's partners with simplified configurations

<Note>Partner Services are available from CLI version 1.39.0 and greater</Note>

<Info>
  Partner Services are in beta. They're available to all users and ready for
  production workloads, but expect occasional rough edges while the integrations
  mature. Reach out to [support](mailto:support@cerebrium.ai) if you hit any
  issues.
</Info>

Cerebrium offers specialized services in partnership with leading AI companies, featuring simplified configuration, independent scaling, and quick deployment.

Available Partner Services:

* [Deepgram](/partner-services/deepgram) - Speech-to-text (STT) services
* [Rime](/partner-services/rime) - Text-to-speech (TTS) services

## Benefits of Partner Services

Partner Services provide:

* Quick and easy deployment
* Independent scaling of each service
* Reduced costs by running models on Cerebrium's optimized runtime
* Reduced latency by running models on the same network as the app
* Deploy to specific regions for data compliance and latency requirements

## Getting Started

Configure service-specific requirements through the Cerebrium platform. Refer to individual service pages linked above for detailed requirements, which may include:

1. API keys and authentication details
2. Service-specific configuration parameters
3. Resource requirements and limitations

## Scaling and Concurrency

Partner Services support independent scaling configurations:

* Use the `min_replicas` and `max_replicas` parameters to control the number of instances
* The `replica_concurrency` parameter determines how many concurrent requests each instance can handle
* Adjust the `cooldown` parameter to control the time window that must pass at reduced concurrency before scaling down
* Adjust the `hardware` section to control the instance type which affects performance and/or cost

For more information on specific Partner Services, see:

* [Deepgram](/partner-services/deepgram)
* [Rime](/partner-services/rime)
