Up to50% off yourOpenRouter bill.

Open models from Kimi, GLM and DeepSeek, with less on the bill. One familiar API, starting at 30% below the listed OpenRouter rates.

50% at the Reserved tier, from $20,000/month at Open-tier rates. OpenAI-compatible.

One model.
More than one GPU.

Model shards run across a connected GPU group. Formal Engines coordinates the execution; your application receives one response.

One model

Split the model across a connected GPU group.

01020304

Formal Engines

Orchestration layer

Model memory · connectivity · price
GPU 01Model shard 1
GPU 02Model shard 2
GPU 03Model shard 3
GPU 04Model shard 4

Coordinated model execution

One response

Each GPU holds part of the model. The group works together to serve the request.

Illustrative layouts. GPU grouping depends on workload and connectivity.

Great models.
Clear prices.

USD per million tokens, against OpenRouter's published rates. Every line is 30% off before volume tiers.

ModelContextOpenRouter in / outFormal Engines in / outYou save per 1M
DeepSeek V4 FlashDeepSeek1M$0.09 / $0.18$0.06 / $0.12$0.04
DeepSeek V4 ProDeepSeek1M$1.04 / $2.08$0.73 / $1.45$0.39
GLM 5.2Z.ai1M$0.97 / $3.04$0.67 / $2.12$0.45
GLM 5.3Z.ai1M$1.40 / $4.40$0.98 / $3.08$0.65
Kimi K3Moonshot AI1M$3.00 / $15.00$2.10 / $10.50$1.80

Reference OpenRouter rates in this card are dated 3 September 2026. The saving column assumes three input tokens for every output token. Use the estimator below to compare model and workload combinations.

Explore the full model catalogue

How the price is possible

A shared engine.
A simpler serving layer.

Formal Engines brings model access behind one endpoint. Your application chooses the model; the serving layer handles the request.

The wider platform coordinates distributed GPU capacity within price and placement policies. Explore the foundation behind inference and post-training.

Explore the compute engine
Fig. 2 / Where the capacity isGPU supply by price
Hyperscaler stock, priced at listThe long tailIdle reserved capacity, regional racks, off-peak hours. Cheap, and nobody schedules it.One endpointOne key, one base URL
Everyone competes for the short head. The tail is longer, cheaper and much harder to use, which is the whole reason it stays cheap.

More usage, more off.

Monthly thresholds use spend at Open-tier rates. Discounts are totals off the reference list price.

Open

No minimum

−30%off the OpenRouter list price

Start with pay-as-you-go access. No minimum commitment.

DeepSeek V3.2 output: $0.28 per million

Scale

From $2,000 / month

−40%off the OpenRouter list price

A lower rate as your monthly usage grows.

DeepSeek V3.2 output: $0.24 per million

Volume

From $10,000 / month

−45%off the OpenRouter list price

For teams with sustained production traffic.

DeepSeek V3.2 output: $0.22 per million

Reserved

From $20,000 / month

−50%off the OpenRouter list price

Our deepest published discount for larger workloads.

DeepSeek V3.2 output: $0.20 per million

Estimate the bill.

Discounted routes shown. OpenRouter fallback and direct vision requests use actual cost + 20%.

140M tokens

Workload shape

25% of tokens generated, 75% read.

Estimated monthly spendOpen tier

OpenRouter

$0

Formal Engines

$0

$0

saved per month · 0% below OpenRouter

Tiers apply automatically as volume grows.

One base URL to change.

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://formalengines.com/inference/v1",
    api_key="fe_live_your_key",
)

completion = client.chat.completions.create(
    model="kimi-k3",
    messages=[{"role": "user", "content": "Summarise this incident report."}],
    stream=True,
)

Set your Formal Engines API key and base URL, then choose a model from the rate card.

curl
curl https://formalengines.com/inference/v1/chat/completions \
  -H "Authorization: Bearer fe_live_your_key" \
  -H "content-type: application/json" \
  -d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"ping"}]}'

Send chat completions through the same endpoint. See the documentation for supported request options.

Send us your current inference bill.

We will quote the same models at the same volume and latency target, then show you what the difference works out to before you move any traffic.

Get a quote