What's new.
Model adds, routing improvements, and platform updates. We ship continuously — here are the highlights.
Add verify:true to any (non-streaming) completion and the answer returns with a verdict: pass/fail, confidence, and concrete issues, from free heuristics plus a cheap strict-judge pass. verify:"council" has diverse models re-judge with a majority vote. Fail-open, never rewrites your answer, billed at pass-through. Paired with the MCP convene_council tool for full second-opinion workflows.
Flow AI is now installable as a Model Context Protocol server: claude mcp add --transport http flow-ai https://api.flowaiapi.com/mcp. Your agent can search the live catalog, read real clearing prices, and list the currently-promoted free models from inside its own session — no API key needed for discovery.
Canary-verified free-tier models are part of the default routing pool: each passes a live tool-calling and output-quality canary before serving, and routes only to tasks it's proven on. When a free model can do your job, the tokens cost $0. Live list at /free-models.
The docs now cover the Cortex read endpoints (overview, routing, caching, context) with app/agent/run_id request tagging, the /v1/audio/speech text-to-speech endpoint, and the MCP server.
Strict, opt-in model pinning for judge ensembles, cross-model evals, and reproducible research: pin any model exactly (pin:gpt-4o-mini), or fan one prompt across up to 10 models in a single /v1/panel call. Truthful served-model echo, fail-loud (never a silent fallback), billed at each model's real rate. Enable per key in the dashboard — routing stays the default.
A full visual refresh across the site — new mark, gold/red/obsidian palette, Sora + Inter type, and redesigned landing, Market, Pricing, and dashboard.
Icon-led dashboard sections, a clearer connect flow, and explicit success/error confirmation when you connect a provider key.
Routing that measures whether each model actually completes the task — per agent, content-free — and settles on the cheapest one that finishes the job.
Real cross-provider clearing prices, updated continuously — the published list price is the ceiling, the market only makes it cheaper.
Connect your provider subscriptions, and share spare capacity into the community Hive — capacity, never your data.
Save a routing config as @name for your whole fleet, and opt into measured exact/semantic caching when it would actually help your workload.
One base URL, drop-in for OpenAI, Anthropic Messages, and OpenAI Responses (Codex) clients — with DeepSeek and MiniMax live among many models.
Track live network health on the status page.