Releases: steadioai/steadio
Releases · steadioai/steadio
Release list
v0.1.0 — Initial Release
SteadIO v0.1.0
Never get a surprise AI bill again.
What's included:
- Drop-in LLM proxy for OpenAI and Anthropic with streaming support
- Per-agent and per-team cost attribution with PostgreSQL storage
- Hard budget enforcement (HTTP 402 kill switch when limits exceeded)
- Real-time cost dashboard (React)
- Redis-backed budget checks with <1ms overhead on the hot path
make demo— one-command local demo with seeded sample data
Getting started:
git clone https://github.com/steadioai/steadio
cd steadio
make demoThen open http://localhost:3000 to see the dashboard.
See the README for full setup and configuration.