From 2b39e3d1c8166ff195ffc655080cbcad446e654d Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:27:57 -0300 Subject: [PATCH] docs(dashboard): redraw onboarding tier-flow SVGs for the real 4-tier model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The onboarding diagram (TierFlowDiagram.tsx) still drew the legacy 3-tier cascade (Subscription -> Cheap -> Free). Redrawn for the real model — Tier 1 Subscription -> Tier 2 API -> Tier 3 Cheap -> Tier 4 Free — keeping each theme's existing visual language (new cyan family for the API tier), exact 4-column geometry on the 800x420 canvas, a Linux-safe font stack and the accessibility floor (role/aria-label/title/desc). Rendered and verified via svg-studio (validator pass, diagram checker 0 violations); canonical numbers (352/19/110) remain covered by check:docs-counts. --- public/images/tier-flow-dark.svg | 66 ++++++++++++++++++------------- public/images/tier-flow-light.svg | 66 ++++++++++++++++++------------- 2 files changed, 78 insertions(+), 54 deletions(-) diff --git a/public/images/tier-flow-dark.svg b/public/images/tier-flow-dark.svg index 7412d8445e..0d67776574 100644 --- a/public/images/tier-flow-dark.svg +++ b/public/images/tier-flow-dark.svg @@ -1,4 +1,6 @@ - + + OmniRoute 4-tier fallback + OmniRoute 4-tier fallback: your IDE or CLI calls one local endpoint and the OmniRoute Smart Router fails over across 352 providers in 4 tiers — Tier 1 Subscription, Tier 2 API, Tier 3 Cheap, Tier 4 Free. @@ -12,7 +14,7 @@ - OmniRoute 3-tier fallback + OmniRoute 4-tier fallback Never stop building — automatic zero-config failover across 352 providers @@ -31,35 +33,45 @@ Circuit breaker · MCP server (110 tools) · A2A · Memory · Guardrails - - - + + + + - - Tier 1 — SUBSCRIPTION - Pay flat-rate, use every drop - Claude Code · Codex · Copilot - Cursor · Antigravity · Windsurf - quota exhausted → Tier 2 - + + Tier 1 — SUBSCRIPTION + Pay flat-rate, use every drop + Claude Code · Codex + Copilot · Cursor · Windsurf + quota exhausted → Tier 2 + - - - Tier 2 — CHEAP - Pay-per-token, under $1/1M - DeepSeek $0.27 · GLM $0.60 - MiniMax $0.20 · Qwen $0.30 - budget hit → Tier 3 - + + + Tier 2 — API + Your own pay-as-you-go keys + OpenAI · Anthropic · Gemini + Groq · Mistral · xAI + rate-limited → Tier 3 + - - - Tier 3 — FREE - Free tiers & credit programs - Kiro · OpenCode · Qoder - Antigravity · Vertex $300cr - always available + + + Tier 3 — CHEAP + Pay-per-token, under $1/1M + DeepSeek $0.27 · GLM $0.60 + MiniMax $0.20 · Qwen $0.30 + budget hit → Tier 4 + + + + + Tier 4 — FREE + Free tiers & credit programs + Kiro · OpenCode · Qoder + Antigravity · Vertex $300cr + always available Fallback happens in milliseconds — transparent to the calling tool diff --git a/public/images/tier-flow-light.svg b/public/images/tier-flow-light.svg index 411aa9e39e..00cbbedbe2 100644 --- a/public/images/tier-flow-light.svg +++ b/public/images/tier-flow-light.svg @@ -1,4 +1,6 @@ - + + OmniRoute 4-tier fallback + OmniRoute 4-tier fallback: your IDE or CLI calls one local endpoint and the OmniRoute Smart Router fails over across 352 providers in 4 tiers — Tier 1 Subscription, Tier 2 API, Tier 3 Cheap, Tier 4 Free. @@ -12,7 +14,7 @@ - OmniRoute 3-tier fallback + OmniRoute 4-tier fallback Never stop building — automatic zero-config failover across 352 providers @@ -31,35 +33,45 @@ Circuit breaker · MCP server (110 tools) · A2A · Memory · Guardrails - - - + + + + - - Tier 1 — SUBSCRIPTION - Pay flat-rate, use every drop - Claude Code · Codex · Copilot - Cursor · Antigravity · Windsurf - quota exhausted → Tier 2 - + + Tier 1 — SUBSCRIPTION + Pay flat-rate, use every drop + Claude Code · Codex + Copilot · Cursor · Windsurf + quota exhausted → Tier 2 + - - - Tier 2 — CHEAP - Pay-per-token, under $1/1M - DeepSeek $0.27 · GLM $0.60 - MiniMax $0.20 · Qwen $0.30 - budget hit → Tier 3 - + + + Tier 2 — API + Your own pay-as-you-go keys + OpenAI · Anthropic · Gemini + Groq · Mistral · xAI + rate-limited → Tier 3 + - - - Tier 3 — FREE - Free tiers & credit programs - Kiro · OpenCode · Qoder - Antigravity · Vertex $300cr - always available + + + Tier 3 — CHEAP + Pay-per-token, under $1/1M + DeepSeek $0.27 · GLM $0.60 + MiniMax $0.20 · Qwen $0.30 + budget hit → Tier 4 + + + + + Tier 4 — FREE + Free tiers & credit programs + Kiro · OpenCode · Qoder + Antigravity · Vertex $300cr + always available Fallback happens in milliseconds — transparent to the calling tool