Skip to content
Seldon

Seldon Inference Cloud

Frontier-quality inference,
at one fifth of the price.

We serve open-weight frontier models on sparse mixture-of-experts architectures, speculative decoding, and FP4 kernels, across a GPU fleet sourced continuously from the cheapest available capacity. The quality is comparable. The bill is not.

Seldon Prime 1
$2.10
blended per 1M tokens
Claude Opus 4.8
$10.00
blended per 1M tokens
Difference
4.8x
lower cost per token
drop-in migration
from openai import OpenAI client = OpenAI(    base_url="https://api.seldon.ai/v1",    api_key=SELDON_API_KEY,) response = client.chat.completions.create(    model="seldon-prime-1",    messages=[{"role": "user", "content": prompt}],)

Two lines change. The rest of your application does not.

Runs on

  • NVIDIA H100
  • NVIDIA H200
  • NVIDIA B200
  • NVIDIA GB200 NVL72
  • AMD MI355X
  • InfiniBand NDR

Accelerators the serving stack is built and tuned for. Kernel work targets each generation directly rather than relying on a portability layer.

Drop-in for

  • OpenAI API format
  • Anthropic Messages format
  • LangChain
  • LlamaIndex
  • Vercel AI SDK
  • OpenTelemetry

Wire-compatible surfaces. Existing application code moves over by changing a base URL and a key, with no SDK rewrite.

Deploys into

  • AWS
  • Google Cloud
  • Azure
  • Customer VPC
  • On-premises
  • Air-gapped

Target environments for dedicated and private deployments, including customer-controlled infrastructure.

01The problem

Inference is not a line item. It is your cost of goods.

A traditional software company pays for hosting and keeps roughly 80 cents of every dollar. An AI-native company pays a per-token toll on every unit of value it delivers, and that toll scales exactly with usage. This is the structural reason AI companies trade at lower multiples than the software companies they otherwise resemble.

At published frontier rates, a coding assistant at 1,000 developer seats runs a 14% gross margin. That is beneath the floor investors use to identify a healthy AI-native business, and far beneath the 75 to 85 percent that defines a software company. The product is fine. The arithmetic is not.

See the full margin model

The question is not whether the model is good enough. It is whether you can afford to serve the answer.

$155,835
Monthly inference

AI coding agent, 1,000 developer seats, at published frontier rates.

14.1%
Gross margin

Against a 75 percent healthy-SaaS benchmark.

02How

Eight published techniques, assembled into one stack

None of this is proprietary research. Sparsity, speculative decoding, FP4 kernels, KV compression, disaggregated scheduling, and routing are all in the literature. The work is making them coexist in a single serving path under production traffic, and then buying the hardware well.

USD per million output tokens

Llama 3.3 70B dense, FP8 weights, one rented H200 at $4.39/GPU-hr, 1K in / 1K out chat, 50 tok/s/user, stock vLLM with continuous batching, PagedAttention and chunked prefill, no prefix cache, 100% utilization.

USD per million output tokens
StageMultiplierRunning cost
Stock stack1.00x0.70
Sparsity0.52x0.36
Speculation0.70x0.25
Precision0.64x0.16
KV compression0.81x0.13
Serving stack0.82x0.11
Disaggregation0.77x0.08
Routing0.78x0.06
Capacity0.63x0.04
Seldon0.058x0.04

Factors are discounted for overlap between techniques. The undiscounted product would be 83.9x, which would not be honest.

research/tech-batching-economics.md section 6.1; RunPod live pricing 2026-07-17; SemiAnalysis InferenceMAX H200 throughput

3.3xSparsityRoute each token to a small subset of expert feed-forward blocks, so parameter count and per-token compute decouple.
1.7xSpeculationA cheap drafter proposes several tokens and the target model verifies them all in one forward pass, converting idle FLOPs into throughput.
1.8xPrecisionStore and compute weights at four to eight bits instead of sixteen, cutting the bytes that decode is bound by and the FLOPs that prefill is bound by.
1.4xKV compressionShrink the bytes each sequence occupies in HBM, because KV cache size is what caps batch size and batch size is the denominator of cost per token.

03The tradeoff

Down and to the right

Cheap models that cannot do the work are not cheap. The only comparison worth making plots capability against price, and the only claim worth defending is a position on that frontier.

Composite quality index against blended price per million tokens

Log price axis. The quality index is banded in steps of 10 because the 2026 model generation shares no common public benchmark, so finer resolution would imply a precision that does not exist.

  • Seldon
  • Closed frontier APIs
  • Open-weight, other hosts
Composite quality index against blended price per million tokens
ModelBlended $/1M tokensQuality index
Seldon Prime 1$2.1080.0
Seldon Core 1$1.8080.0
Seldon Vector 1$0.2150.0
Seldon Horizon 1$1.2980.0
Claude Fable 5$20.0090.0
Claude Opus 4.8$10.0090.0
Claude Sonnet 5$4.0080.0
Claude Haiku 4.5$2.0060.0
gpt-5.6-sol$11.2590.0
gpt-5.6-terra$5.6380.0
gpt-5.6-luna$2.2560.0
Gemini 3.1 Pro$4.5090.0
Gemini 3.5 Flash$3.3870.0
Grok 4.5$3.0080.0
DeepSeek V4-Pro$1.6380.0
DeepSeek V4-Flash$0.1160.0
GLM-5.2$1.4580.0
Kimi K2.7-Code$1.4370.0
Qwen3.5-397B-A17B$1.0980.0

We publish the derivation rather than a single headline score, because a composite index is only as good as its method. If you disagree with the weighting, every underlying figure is cited.

Pricing from vendor rate cards, July 2026. Quality index derivation is documented in the source tree.

04What it changes

The same product, on the right side of the margin line

Identical token volume, identical output quality requirements, identical everything except the rate card. This is what moving inference COGS does to a profit and loss statement.

Monthly inference spend by application archetype

Token volumes and cache hit rates are modelled per archetype with every assumption published. The frontier comparator is Claude Sonnet 5 at introductory pricing.

  • Seldon
  • Closed frontier
Monthly inference spend by application archetype
CategorySeldonClosed frontier
AI coding agent$106K$156K
Customer support agent$8.3K$12K
Document and RAG analysis product$21K$36K
High-volume classification and extraction pipeline$48K$68K

Sonnet 5's introductory rate expires 31 August 2026, after which the same comparison uses $3 input and $15 output, widening the gap.

Assumptions and derivation in the economics module

+25%
Margin points gained

AI coding agent, moving from a closed frontier model to Seldon Prime 1. From 14% to 39% gross margin.

The honest caveat

This does not help everyone equally. For a support agent, the same switch cuts the inference bill 9.6x and buys only 5.7% of margin, because inference was 6.3% of revenue to begin with. That was the entire prize. Inference was never the binding constraint there, and we will tell you if you are in that case before you switch.

Read the counterweight

05Capacity

The identical GPU trades at a wide spread

An H100 is an H100. The hourly price for one, on non-interruptible on-demand terms, varies by 6.2x between the cheapest and the dearest major provider. Even inside a single hyperscaler, the spread across regions and commitment terms reaches 5.4x.

That dispersion persists because capacity is sold on contract structures rather than spot commodity terms. Reservations, committed-use discounts, and interruptible tiers all price the same silicon differently depending on who carries the utilization risk. We buy across all of it continuously and carry that risk ourselves, which is a large part of why our floor sits where it does.

How the fleet is sourced
6.2x
On-demand spread

Cheapest to dearest published rate for an H100 on like-for-like terms.

2.7x
Standardized spread

Both legs normalised to identical terms by an independent index.

5.4x
Within one cloud

Same provider, same GPU, different region and commitment term.

$0.041
Modelled floor

Per million output tokens after the full stack, on sourced capacity.

06Trust

We publish what we run, not a wall of badges

Seldon is pre-launch and holds no certifications yet. Rather than imply otherwise, our trust center lists every framework we are working toward with a real status and a real date, alongside the controls that are implemented today.

A badge tells a technical buyer nothing. TLS 1.3 in transit, AES-256 at rest, tenant isolation, zero-retention inference with its carve-outs stated plainly, SSO and SCIM, and audit logging tell them something they can check.

Read the trust center
SOC 2 Type IIin progress
ISO/IEC 27001:2022planned
ISO/IEC 42001:2023planned
HIPAAin progress
GDPRin progress
CCPA / CPRAin progress

No item on this list is presented as achieved. When one is, the report will be available to customers under NDA, and not before.

Run the numbers on your own workload.

Send us a week of traffic shape, input and output token mix, cache hit rate, and latency targets. We will return a modelled cost comparison against your current provider, with the assumptions written out so you can check them.