Skip to content

Tollgate v0.0.1

Pre-release
Pre-release

Choose a tag to compare

@andrewjstevens andrewjstevens released this 28 Aug 12:42
· 15 commits to main since this release
v0.0.1
473b925

First public release of Tollgate, an open-source LLM spend-control proxy in Rust. Early foundation, not production-ready.

Highlights:

  • Per-key and global token budgets with a hard-stop before overspend
  • Tokens-to-cost accounting per model, currency-agnostic integer money
  • Native pass-through adapters for Anthropic and Google Vertex / Gemini
  • HMAC-SHA256 API keys under a server-side pepper
  • Zero-infra demo (cargo run -- demo) and a production path on Postgres + Valkey
  • Cloud Run + Terraform, with secrets sealed in Secret Manager
  • Reserve-then-settle enforcement that reconciles from the ledger on restart

See the README and docs/OPERATIONS.md for details. MIT licensed.