Plugsky · Aug 7, 2026 · Original data
What happened
On 27 July 2026, several models on the Plugsky API lost their primary upstream when NVIDIA NIM retired the google/gemma-3n-e2b-it model. Users saw no interruption: the automated watchdog detected the failures, selected healthy same-profile peers (same context window, same tier), and swapped the upstreams automatically. The affected models — including plugsky-vision-fast, plugsky-qwen-vl, and plugsky-gemma-4 — now run on meta/llama-3.2-11b-vision-instruct.
How the watchdog works
- Every 5 minutes, each chat model receives a real 80-token probe.
- Three consecutive failures mark a model broken.
- The watchdog finds a healthy model with the same context window and tier.
- The broken model's upstream is swapped to that peer's — no manual intervention.
- Requests also cascade at runtime: if a model's upstream fails mid-request, the call routes to a healthy upstream and still returns.
Proof it works
In a controlled test we pointed a model at a nonexistent upstream. The API still returned 200 with content in under a second, tagged with the fallback model. A 10-message conversation survived the failover intact. See the latency report for the full data.
Why this matters
AI outages cost businesses billions; single-provider lock-in turns an upstream change into an outage. Automatic peer-healing is what makes an independent AI cloud operationally boring — in the good way.
Get started in minutes
OpenAI-compatible API with 30+ models, free trial, and a 99.9% uptime SLA. No code changes required.
Start free trial → Read the docs