Changelog

What changed, and when.

2026-08-31 Pricing is set per channel, not as one rate everywhere. The published list price is what a direct account pays. Gateways and marketplaces are quoted separately — they carry their own margin and their own support path — and committed volume is quoted on its own terms. Every request is journaled with the price that applied at that moment, so an invoice can be checked line by line at the rate that was actually in force. Two billing corrections: invoices no longer include our own smoke-test requests, and client-aborted requests (HTTP 499) are no longer counted as service errors — that is the client closing the connection, not a failure on our side.
2026-08-30 The site is now machine-readable: structured data on all eleven public pages under a single organisation identifier, /llms.txt and /llms-full.txt, a sitemap of twelve URLs, and a robots.txt that names twenty crawlers and disallows none. New /agents/ page with working configurations for nine tools — Cline, Kilo Code, Continue, aider, Zed, Open WebUI, LibreChat, LiteLLM and Claude Code. Image input is now declared in /v1/models; it already worked, it is now advertised. Model page corrected: it promised a median TTFT under one second and 80 tok/s, which live measurement did not support. It now states what we measure — around 250 ms on short prompts, near 1.7 s on the 60,000-token prompts that dominate our traffic, and 60–85 tok/s depending on concurrency. The billing journal now fsyncs on write and is mirrored to a second machine every minute.
2026-08-28 Incident: the inference engine crashed at 13:26 UTC after five days of continuous load (vLLM nightly bug; no OOM or GPU fault). Automated health checks detected it and restarted the node — roughly 7 minutes of degraded availability, no billing data lost. The prefix cache rebuilt from live traffic within minutes. Migration to the stable vLLM release is planned to remove the nightly-build risk.
2026-08-25 Output price lowered to $2.09/M (from $2.20). Per-key concurrency limits with instant 429 + Retry-After semantics. Free shared trial key in docs. Docs, pricing, security and platform pages published.
2026-08-24 Public model page with pricing. Terms updated with infrastructure-provider AUP clause. Listed in the LiteLLM and models.dev catalogs (PRs).
2026-08-23 Public status page: hourly uptime strip, measured TTFT and throughput from live traffic, refreshed every 5 minutes. Latency instrumentation added to every request. Prompt caching verified and enabled on marketplace traffic ($0.04/M cached input).
2026-08-22 Production launch: Qwen3.8-27B (NVFP4, 262,144-token context) serving live marketplace traffic on NanoGPT. Zero-data-retention serving path, per-request billing journal, automated health checks and recovery.