WORKLOAD-TUNED AI INFERENCE

Inference,
shaped by
your workload.↗

Private, fast and affordable inference.
Tuned to the traffic you actually serve.

A custom KV backend and our optimised DSpark speculative decoding turn the patterns in your workload into more tokens per GPU, and fewer dollars per token.

✓ Private. Fast. Affordable.
PC—01
SHAPED BY YOUR WORKLOAD
✳
Custom KV backendTiered HBM · DRAM · NVMe
↗ DRAG TO EXPLORE
STANDARD SERVING
Output tokens / s / GPU760×1.0
KV hit 22%τ 1.0TTFT 1.9 s
CREATIVE WRITING · Qwen3.8-Flash-Next · 4× H100
×0.0more output tokens per GPUQwen3.8-Flash-Next · 4× H100
−0%cost per million output tokensSame GPUs · same latency target
0.0tokens accepted per verificationDSpark, tuned to the workload
0%of prompt tokens served from cacheTiered HBM · DRAM · NVMe
ANY MODEL.
YOUR WORKLOAD.
✳ Qwen
DeepSeek
GLM
Ideogram▦
MiniMax▰
Language. Image. Video.
Explore the models
01 / THE AVERAGE WORKLOAD DOESN’T EXIST

Built for everyone.
Tuned for no one.

Public APIs and stock serving stacks are tuned for the average request. But your prompts repeat, your contexts overlap and your outputs follow habits. We tune the whole inference path for your traffic, and measure the difference on your own workload.

[ 01 ] PRIVATE

Your traffic. Your deployment.

Dedicated capacity, agreed data processing and retention, and an inference stack optimised for your workload alone.

How we protect your data
[ 02 ] FAST

Tokens arrive in blocks.

DSpark drafts several tokens at once and the target model verifies them in a single pass. A KV backend that remembers your context cuts the wait for the first token.

Inside the technology
[ 03 ] AFFORDABLE

Throughput is the price.

When every GPU produces more tokens per second, every token costs less. Same hardware, same latency target, a smaller bill.

Your token economics
02 / DSPARK, OPTIMISED IN-HOUSE

Predict what your
workload says next.

Standard decoding produces one token per forward pass. DSpark drafts a block and the target model verifies it at once. Ours is optimised for your workload, so more of every draft is accepted, with no change to the output.

SAME PROMPT · SAME OUTPUT · FEWER FORWARD PASSES
BASELINE

Standard decoding

FORWARD PASSES
0
TOKENS / PASS
—
vs STANDARD
…
PUBLISHED DRAFTER

Stock DSpark

FORWARD PASSES
0
TOKENS / PASS
—
vs STANDARD
…
WORKLOAD-TUNED

Our DSpark

FORWARD PASSES
0
TOKENS / PASS
—
vs STANDARD
…

Standard decoding: about 1 tokens per forward pass. Stock DSpark: about 2.4 tokens per forward pass. Our DSpark: about 6.2 tokens per forward pass.

Token from the target model Drafted token, verified and accepted Draft awaiting verification
SPEED THAT HOLDS UNDER LOAD

Most speculative decoders fade as traffic grows.
Ours keeps its lead.

At high concurrency, GPUs are already busy and extra drafts cost more than they save. We schedule the verify budget against your concurrency and latency target, so the speed-up survives production traffic.

0.0×faster than standard decoding at 32 concurrent requests
How the scheduling works
0×1×2×3×4×5×6×7×1481632Concurrent requestsSpeed-up ×Our DSparkDFlashEAGLE-3
Speed-up over standard decoding as concurrency grows
Concurrent requestsOur DSparkDFlashEAGLE-3
15.95.11.6
45.64.5—
85.34.5—
164.93.9—
324.32.81
03 / A KV BACKEND THAT REMEMBERS

Never compute the same
context twice.

Agents, assistants and document pipelines resend the same prompts, tools and histories every turn. Our KV backend keeps that context across GPU memory, host memory and local NVMe, including for hybrid-attention models where stock caches miss.

ONE SESSION · AGENT CONVERSATION, 8 TURNS
Recompute the whole context Reuse cached KV, prefill only new tokens

6K-token system and tool prefix · about 5K tokens added per turn · 12K tokens/s prefill · 400K tokens/s KV load from the cache tiers.

UNDER REAL AGENTIC LOAD

0× faster to the first token.

Average time to first token across 32 concurrent coding-agent sessions with 100K-token contexts.

Recompute every turn0.0 s
vLLM prefix cache0.0 s
LMCache offload0.0 s
Our KV backend0.0 s
04 / MEASURED ON YOUR WORKLOAD

Every workload has a shape.
Tuning to it changes everything.

The same models on the same GPUs, at the same latency target. Only the serving stack changes.

WHERE STOCK METHODS STRUGGLE MOST

The harder the workload,
the bigger the gain.

Creative writing defeats generic speculative decoding and prefix caching: every reply is new prose, and readers pause long enough between turns for ordinary caches to forget the story. It is also where optimising for the workload pays off most.

DSPARK · TOKENS ACCEPTED PER VERIFICATION Stock DSpark Ours
Creative writingBIGGEST GAIN
2.46.2
×2.6
Support chat
3.75.9
×1.6
Knowledge assistant
3.95.6
×1.4
Coding agent
5.58.1
×1.5
Document extraction
6.210.2
×1.6
KV BACKEND · PROMPT TOKENS FROM CACHE Standard prefix cache Ours
Creative writingBIGGEST GAIN
22%91%
×4.1
Support chat
61%93%
×1.5
Knowledge assistant
35%78%
×2.2
Coding agent
64%96%
×1.5
Document extraction
48%89%
×1.9
WORKLOAD PROFILE

Creative writing

Long stories and character dialogue at high temperature. Every reply is new prose, and readers pause long enough between turns for ordinary caches to forget the story.

MODEL
Qwen3.8-Flash-Next
HARDWARE
4× H100
LATENCY TARGET
≥ 40 tok/s per user
×0.0output throughput per GPU
Output throughput↑ 6.8×
STANDARD
760
TUNED
0
tokens / s / GPU
Cost per 1M output tokens↓ 6.8×
STANDARD
$1.46
TUNED
$0.00
USD · at $3.99/GPU-hour
Time to first token, p50↓ 7.9×
STANDARD
1.90
TUNED
0.00
seconds
Prompt tokens from cache↑ 4.1×
STANDARD
22
TUNED
0
% of prompt tokens
05 / BETTER ECONOMICS

Less spend.
More tokens.

See what higher throughput does to your cost per token and to the number of GPUs you need.

THROUGHPUT IS THE PRICE

More tokens per GPU.
Fewer dollars per token.

Cost per token is GPU time divided by the tokens it produces. Raise throughput on your workload and every token gets cheaper, on the same hardware.

GPUS NEEDED14 → 3
COST PER 1M OUTPUT TOKENSUSD
Claude Sonnet 5
$10.00
Claude Haiku 4.5
$5.00
Standard serving on H100
$4.72
Gemini 3.8 Flash
$3.75
Tuned stack on H100
$0.69
Standard serving$0
Tuned stack$0
Saved every year$0

Throughput uplift ×6.8 measured on a creative writing workload. Standard serving: SGLang without speculative decoding, 8K in / 1K out, 64 concurrent requests (SemiAnalysis InferenceX). GPU counts assume 60% average utilisation. List prices as published on 24 September 2026. Public APIs for open-weight models can list lower prices; they are shared services, not tuned to your workload.

06 / YOUR APPLICATION. OUR OPERATIONS.

Private by default.
Tuned for you alone.

Connect through an API. Perchy runs the tuned stack on capacity reserved for your workload, and keeps server administration.

MANAGED BY PERCHY. CONNECTED BY API.

An API for your applications

Send authenticated requests and receive model outputs. Perchy runs the models and the tuned inference stack, including server administration and maintenance.

  • Perchy-operated infrastructure
  • Authenticated API access
  • Agreed data processing and retention
For teams building AI features through a managed API.
Discuss this service
YOUR APPLICATION → PERCHY API
⌘Your applicationPRODUCT / WORKFLOW / API
Authenticated API requests
PERCHY-OPERATED INFRASTRUCTURE
Perchy gateway
WORKER 01
WORKER 02
WORKER 03
MANAGED MODEL INFERENCE
Perchy administers the servers · customers connect through the API
A CLEAR SERVICE BOUNDARY

Inference, through an API.

Perchy provides managed AI inference through authenticated APIs. Customers do not receive SSH, root, operating-system or bare-metal access. The service does not provide model-training or fine-tuning functionality. Server administration remains with Perchy.

07 / ONE STACK. ANY MODEL.

Any model.
Accelerated for your workload.

Meet the models
MULTIMODAL BY NATURE

Model examples illustrate managed inference options. Availability, licences and performance are confirmed in your proposal. Model names belong to their respective owners; listing does not imply endorsement or partnership.

A LITTLE MORE CLARITY

Good questions.
Straight answers.

Have something else in mind?

THE NEXT MOVE IS YOURS

Bring your workload.
We’ll bring the numbers.

Benchmark your workload

One benchmark.
A whole new cost curve.