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
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.
Model shards run across a connected GPU group. Formal Engines coordinates the execution; your application receives one response.
Split the model across a connected GPU group.
Orchestration layer
Model memory · connectivity · priceCoordinated model execution
Each GPU holds part of the model. The group works together to serve the request.
USD per million tokens, against OpenRouter's published rates. Every line is 30% off before volume tiers.
| Model | Context | OpenRouter in / out | Formal Engines in / out | You save per 1M |
|---|---|---|---|---|
| DeepSeek V4 FlashDeepSeek | 1M | $0.06 / $0.12 | $0.04 | |
| DeepSeek V4 ProDeepSeek | 1M | $0.73 / $1.45 | $0.39 | |
| GLM 5.2Z.ai | 1M | $0.67 / $2.12 | $0.45 | |
| GLM 5.3Z.ai | 1M | $0.98 / $3.08 | $0.65 | |
| Kimi K3Moonshot AI | 1M | $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 catalogueHow the price is possible
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 engineMonthly 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
Discounted routes shown. OpenRouter fallback and direct vision requests use actual cost + 20%.
OpenRouter
$0
Formal Engines
$0
$0
saved per month · 0% below OpenRouter
Tiers apply automatically as volume grows.
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 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.
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.