Model Vault Overview
Model Vault is a Cohere-managed inference environment for deploying and serving Cohere models in an isolated, single-tenant setup. It provides dedicated infrastructure with full control over model selection, scaling, and performance monitoring, without you operating the underlying serving stack.
Because your infrastructure isn't shared with other tenants, you get the security and isolation of private hosting with the convenience of an API: no noisy neighbors, no rate limits, and predictable performance at scale.
You manage all of your vaults in one place from the Model Vault app, where you can track spend, usage hours, and activity across them. Model Vault comes in two types, Standard and Encrypted. The deployment and management experience is the same; the only difference is the level of data protection (see how they compare below).
vault.cohere.com
<img src="../img/fern/assets/images/model-vault/model-vault-dashboard-overview.png" alt="The Model Vault home page showing token spend, vault counts, and usage hours, a usage-over-time chart, and separate rows of Encrypted vault and Standard vault cards.">Why Model Vault
Section titled “Why Model Vault”
Dedicated and single-tenant
Section titled “Dedicated and single-tenant”Your load balancer, serving middleware, inference servers, and GPU accelerators are dedicated to you, so there are no noisy neighbors competing for capacity.
Fully managed
Section titled “Fully managed”Create a vault from the Model Vault app and let Cohere handle maintenance, deployments, updates, and scaling. There's no serving stack for you to operate.
Models and performance tiers
Section titled “Models and performance tiers”Pick a model and a size tier (S, M, L, XL) to match your latency and throughput needs.
Elastic, unthrottled capacity
Section titled “Elastic, unthrottled capacity”Set a minimum and maximum replica range (1–25 per model), with autoscaling available. You get dedicated throughput with no rate limits, and only pay for what you use.
Built for production
Section titled “Built for production”Real-time monitoring of request rates, latency, token throughput, and GPU utilization helps you tune capacity for production workloads.
Standalone or with North
Section titled “Standalone or with North”Call a vault directly over the API, or use it as the inference backend for North.
How it works
Section titled “How it works”Create a vault
In the Model Vault app, create a vault: name it, choose a model and performance tier, and set its replica range.
Get your endpoint
Once the vault is
Ready, copy its endpoint URL and model name from the vault's details page (see Managing Vaults).Call it with the Cohere SDK
Point the SDK's
base_urlat your vault endpoint and send chat, embed, or rerank requests (see Calling a Vault over the API).
Two types of vault
Section titled “Two types of vault”[
Standard Vault
Section titled “Standard Vault”A Cohere-managed, single-tenant deployment with data protected in transit and at rest. Best when you want dedicated inference without managing the serving stack.
EXPLORE STANDARD VAULT →](/guides/model-vault-standard-overview)[
Encrypted Vault
Section titled “Encrypted Vault”Everything in a Standard Vault, plus confidential computing: prompts, responses, and everything in between stay protected end to end inside hardware-backed trusted execution environments, with verifiable remote attestation. Best for regulated or highly sensitive workloads.
EXPLORE ENCRYPTED VAULT →](/guides/model-vault-encrypted-overview)How they compare
Section titled “How they compare”| Standard Vault | Encrypted Vault | |
|---|---|---|
| Managed, single-tenant deployment | Yes | Yes |
| Home page, monitoring, usage & billing | Yes | Yes |
| Use standalone or with North | Yes | Yes |
| Data protected in transit and at rest | Yes | Yes |
| Data protected in use (confidential computing) | No | Yes |
| Verifiable remote attestation | No | Yes |
| Compliance support (GDPR, HIPAA, SOC 2) | Supported | Supported, plus verifiable attestation evidence |
| Supported models | Standard vault models | Encrypted vault models |
| Pricing | Standard vault pricing | Encrypted vault pricing |
How this documentation is organized
Section titled “How this documentation is organized”Start with the shared sections that cover the day-to-day flow for every vault, regardless of type:
- Deploy & manage: Home Page, Creating a Vault, and Managing Vaults.
- Operate & observe: Monitoring.
Then dive into the section for your vault type for what's specific to it, including how to call it over the API:
- Standard Vault: supported models, calling the API (Cohere SDK, raw HTTP, or OpenAI-compatible), and pricing.
- Encrypted Vault: supported models, calling the API through the attestation-verifying Cohere OHTTP proxy, the confidential-computing deep dive (confidential computing, security model, remote attestation, key management, compliance), and pricing.
And to connect a vault to North:
- Model Vault with North: use a vault as the inference backend for North.
Get started
Section titled “Get started”- New to Model Vault? Start with the Quickstart.
- Need confidential computing? See Encrypted Vaults.