Skip to content

v0.2.0 — Admin Dashboard, Auto Model Routing, Pricing

Choose a tag to compare

@scottxxxxx scottxxxxx released this 20 Mar 15:22
· 348 commits to main since this release

What's New

Admin Dashboard (/admin)

Dark-themed web UI with Overview, Models, Users, Tiers, and Latency tabs. Tier simulator lets admins test any subscription tier.

Auto Model Routing

Subscribers send model: "auto" — the gateway picks the best model for their tier. No model picker confusion for end users.

Pricing Service

Fetches LLM model costs from LiteLLM on startup (2,500+ models). Every response includes a cost breakdown with cached token savings. Configurable source URL.

Generic Provider Adapter

Add new LLM providers via YAML config alone (api_format: "generic") — no Python code needed. Dot-path field extraction for any response format.

5 Subscription Tiers

Free, Standard, Pro, Ultra, Ultra Max — each with default model, cost limits, rate limits, and summary mode restrictions.

Community

CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, issue/PR templates, CI test workflow.

See CHANGELOG.md for full details.