Mixture of Agents was slow. Waymark isn't.
Primaries run on Cerebras and Baseten, not on a frontier API queue. The whole panel returns before a single Opus call clears its throat.
Now in public beta — Mixture of Agents that runs on Cerebras & Baseten, escalates only when it must.
Get WaymarkGeneral-purpose coding agent · Mixture of Agents
One prompt. Several available models think in parallel, then a team of agents verifies the work before it ships. Out comes one answer with the quality of Fable 5 and GPT-5.6— the frontier models you can't get access to right now — while staying faster and competitively priced.
A general-purpose LLM router for coding agents — across frontier and open-source models, not an OpenRouter reseller: a proprietary mixture-of-agents with its own test-verification loop. Built and battle-tested inside Speechify; now open to everyone.
Available for macOS, Linux, and Windows.
curl -fsSL https://waymark.speechify.ai/install | bashOr read the documentation
The mechanism
One question goes in. Several models think privately, in parallel. A sharp chair reads every answer and returns the best combined one — at the latency of the fast models, not the slow ones.
1 prompt → many models think → a team of agents verifies the work → 1 answer, better than any alone.
Opus & GPT join the panel only when the task earns the spend.
Watch it route
The two complaints about routed models — they're slow, and they're a black box — are exactly what Waymark fixes. Fast primaries on Cerebras and Baseten keep latency low; rare escalations only fire when a task earns them; and the routing is printed to your terminal as it happens.
$ waymark run "harden auth session handling"
→planharden auth session handlingGLM-5.2Baseten1.6s
→editsrc/auth/session.tsGPT-OSS-120BCerebras2.1s
→editsrc/auth/tokens.tsGPT-OSS-120BCerebras1.9s
→testpnpm test authGLM-5.2Baseten2.4s
review needs deeper reasoning — escalating GLM-5.2 → GPT-5.5 (Codex) · rare
→reviewdiff · 3 filesGPT-5.5escalation6.3s
panel agreed · 1 answer returned · you saw every hop14.3s
Why Waymark
A mix of today's models beats the best single model you can no longer get — with no waiting, no gated access, and none of the latency that made the first wave of orchestrators painful to use. It's not an OpenRouter-style reseller, either: Waymark is a proprietary mixture-of-agents with its own test-verification loop that checks the work before it ships back to you.
Primaries run on Cerebras and Baseten, not on a frontier API queue. The whole panel returns before a single Opus call clears its throat.
Waymark Lite stays on cheap open models: ~5× cheaper than Opus, never escalates. Full Waymark adds a frontier tiebreaker when the work earns it — you choose the trade-off.
Every model that ran, every vote it cast, every escalation it triggered — all logged and replayable. The opacity people hate in routed models, gone.
Pass@1 on DeepSWE · higher is better · independent eval in progress
Waymark
MoA · GLM + GPT-OSS
target · in eval
$1.20
Claude Code
Fable 5
max · gated
—
Codex
GPT-5.5
xhigh
$9.40
Codex
GPT-5.5
medium
$4.10
Claude Code
Opus 4.8
max
$11.80
Claude Code
Opus 4.8
medium
$6.20
Opencode
Opus 4.7
medium
$3.90
Cursor CLI
GPT-5.5
medium
$3.40
Claude Code
GLM-5.2
—
$1.10
Claude Code
GLM-5.1
—
$0.90
Gemini CLI
Gemini 3.1 Pro
high
$2.80
Measured today: 95.5% on our self-verifying math litmus — the fused panel beats the strongest single model we tested by +13.6 points. The full DeepSWE run is in independent evaluation now; the bar above is our target, and Fable itself is gated to 100 partners.
Run it yourselfMath-litmus result: 22 self-verifying integer-answer problems, gold checked by brute force (fusion 95.5% vs strongest single model 81.8%; small, directional sample). DeepSWE competitor bars are illustrative and the Waymark bar is a target — independent DeepSWE eval in progress.
Pricing
Pick the trade-off you actually want. Lite stays on cheap open-weights and never touches a frontier model — the lowest, most predictable bill. Waymark escalates to a frontier model when a turn is hard, so you get frontier-grade quality from a mixture that beats any single model.
Open-weights only. Never calls a frontier model.
Flat open-weights rate — no frontier surcharge, ever.
GLM-5.2 · GPT-OSS-120B
Frontier when it counts — a mixture that beats any single model.
Open-weights on easy turns; frontier rates on the hard ones.
GLM-5.2 · GPT-OSS-120B → Opus 4.8 / GPT-5.5
On the roadmap: per-model spend & usage caps — set a ceiling on Opus, GPT, or any model, per task or per workspace.
“~5× cheaper” = measured median of Opus-max ÷ Waymark Lite cost across a coding-query sample (range 1.7–7.2×). Waymark's blended cost depends on how often a workload escalates; frontier-heavy work (e.g. complex code) trends toward frontier rates — that's the quality you're paying for, not a billing surprise.
One command
Flip the whole panel on with one command. Pick a preset, or pin your own reference models and aggregator. Provider-agnostic — plug in Baseten, Cerebras, Anthropic, OpenAI, or your own endpoint.
$ waymark moa
# turn the panel on
$ waymark model default --provider moa
# route normal turns through the panel
$ waymark model review --provider moa
# use the panel only for reviews
$ waymark presets
# fast-pair · opus-aggregator · budget
panel: glm-5.2 + gpt-oss-120b → aggregator
escalation: opus-4.8 (armed, idle)
✓ mixture of agents active
No harness required
Don't want to use our harness? Point any OpenAI-compatible client at Waymark and the whole mixture of agents answers behind a single model id. Swap your base_url and model — nothing else changes.
waymark-moabalanced panel · auto-escalateswaymark-fastprimaries only · never escalateswaymark-maxaggressive escalation for hard tasksRouting decisions come back in x-waymark-route response headers, so the panel stays transparent even over the API.
curl --location 'https://api.speechify.ai/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer ${WAYMARK_API_KEY}" \
--data '{
"model": "waymark-moa",
"max_completion_tokens": 1024,
"temperature": 0.2,
"top_p": 1,
"stream": false,
"reasoning_effort": "medium",
"messages": [
{ "role": "user", "content": "Why is fast inference important?" }
]
}'Waymark is fast because of the silicon underneath it.
Cerebras
wafer-scale inference
Primary · always on
Baseten
dedicated GLM endpoints
Primary · always on
Anthropic
Opus escalation
On escalation
OpenAI
GPT escalation
On escalation
Install Waymark and point your agent at the panel. Frontier-class output, fast, today — no gated access required.
Available for macOS, Linux, and Windows.