Skip to content

Releases: steadioai/steadio

v0.1.0 — Initial Release

Choose a tag to compare

@groovefx groovefx released this 22 Jun 00:07

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 demo

Then open http://localhost:3000 to see the dashboard.

See the README for full setup and configuration.