Model Vault

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
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

Dedicated and single-tenant

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

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

Models and performance tiers

Pick a model and a size tier (S, M, L, XL) to match your latency and throughput needs.

Elastic capacity

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

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

Standalone or with North

Call a vault directly over the API, or use it as the inference backend for North.

How it works

1

Create a vault

In the Model Vault app, create a vault: name it, choose a model and performance tier, and set its replica range.

2

Get your endpoint

Once the vault is Ready, copy its endpoint URL and model name from the vault’s details page (see Managing Vaults).

3

Call it with the Cohere SDK

Point the SDK’s base_url at your vault endpoint and send chat, embed, or rerank requests (see Calling a Vault over the API).

Two types of vault

How they compare

Standard VaultEncrypted Vault
Managed, single-tenant deploymentYesYes
Home page, monitoring, usage & billingYesYes
Use standalone or with NorthYesYes
Data protected in transit and at restYesYes
Data protected in use (confidential computing)NoYes
Verifiable remote attestationNoYes
Compliance support (GDPR, HIPAA, SOC 2)SupportedSupported, plus verifiable attestation evidence
Supported modelsStandard vault modelsEncrypted vault models
PricingStandard vault pricingEncrypted vault pricing

How this documentation is organized

Start with the shared sections that cover the day-to-day flow for every vault, regardless of type:

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:

Get started