AI Inference Cloud · v3

Run frontier
models at the
speed of one
API call.

Sable serves open and custom LLMs on a single OpenAI-compatible endpoint — sub-250ms first token, autoscaling to zero, and per-token billing. No cluster to babysit, no cold-start tax.

$ pip install sable · deploy in under 60 seconds · no card required

POST /v1/chat/completions
# stream a 70B model, OpenAI-compatible from sable import Sable client = Sable(api_key="sk-live-…") stream = client.chat.completions.create( model="llama-3.1-70b", messages=[{"role":"user", "content":"Explain KV-cache reuse."}], stream=True, ) for chunk in stream: print(chunk.delta, end="")
First token
184ms p50
Throughput
1,850tok/s
Uptime
99.99%
Powering inference for
42Btokens / day
68served models
6global regions
<250ms p50 TTFT
0day data retention
01 — Model catalog

One endpoint. Every open model.

Serverless and warm. Swap models by changing a string — pay only for the tokens you generate. Prices below are per 1M output tokens.

Model
Context
TTFT p50
Throughput
$ / 1M out
Llama 3.1 70B chatmeta · general reasoning
128K
184ms
1,850t/s
$0.60
Llama 3.1 8B fastmeta · low-latency workhorse
128K
86ms
4,200t/s
$0.09
Mixtral 8×22B moemistral · mixture-of-experts
64K
232ms
1,120t/s
$0.90
Qwen2.5 72B multilingualalibaba · code + reasoning
128K
221ms
1,610t/s
$0.70
DeepSeek-V3 671B moedeepseek · frontier open weight
128K
318ms
940t/s
$1.10
Sable-Embed v2 embeddingssable · 1024-dim retrieval
8K
38ms
12,400t/s
$0.02

Bring your own weights: upload a fine-tune or LoRA adapter and Sable serves it on the same API within 90 seconds. Benchmarks measured at 512-token prompts, us-east-1, batch 1.


02 — Architecture

From request to token, engineered.

A speculative-decoding runtime, continuous batching, and paged KV-cache keep GPUs saturated so your latency stays flat under load.

/01

Point your SDK at one URL

Drop-in OpenAI compatibility. Change the base URL and key — your existing client libraries, tools, and agents work unchanged.

/02

We route to the warmest GPU

Requests land on the nearest region with capacity. Speculative decoding drafts ahead while continuous batching packs the accelerator.

/03

Tokens stream back in milliseconds

Paged KV-cache reuses shared prefixes across requests, so repeated system prompts and RAG contexts cost you almost nothing.

/04

Scale to zero, or pin dedicated

Serverless idles down between bursts. Need guaranteed headroom? Reserve dedicated H100s with per-second billing and no cold starts.


03 — Pricing

Pay for tokens, not idle GPUs.

Start serverless and per-token. Graduate to reserved GPUs when your traffic is steady. No minimums, no egress fees within-region.

Serverless
$0.09 / 1M tokens

Per-token billing on shared capacity. Scales to zero automatically between requests.

  • 68 open models, one endpoint
  • 600 requests / min default limit
  • Community Slack support
Start free
Dedicated · most popular
$2.90 / H100·hr

Reserved accelerators, per-second billing, zero cold starts. A100 from $1.40/hr.

  • Guaranteed throughput & latency SLA
  • Custom fine-tunes & LoRA hosting
  • Up to 40% off on 1-yr reserve
Reserve capacity
Enterprise
Custom

Private VPC deployments, dedicated regions, and a 99.99% contractual uptime SLA.

  • Single-tenant & on-prem options
  • SOC 2 report & DPA / BAA
  • Named solutions engineer
Talk to sales

04 — Global footprint

Inference close to your users.

Six regions on NVMe-backed GPU fleets. Round-trip figures are intra-region p50, measured from a co-located client.

us-east-1
N. Virginia
11ms
Live
us-west-2
Oregon
13ms
Live
eu-central-1
Frankfurt
12ms
Live
eu-west-1
Dublin
14ms
Live
ap-northeast-1
Tokyo
15ms
Live
ap-south-1
Mumbai
16ms
Live

05 — Trust & compliance

Your prompts are yours. We keep nothing.

Zero data retention on inference by default — requests and completions are never logged or used for training. Encryption in transit and at rest, scoped API keys, and audited access on every path.

Attestation
SOC 2 Type II
Audited annually · report on request
Standard
ISO 27001
Information security certified
Healthcare
HIPAA-ready
BAA available on Enterprise
Data
Zero retention
No training on your traffic, ever

Ship your first inference before your coffee cools.

Create a key, paste it into any OpenAI client, and stream tokens in the next five minutes. $25 in credit, no card, no sales call.