New Release! Routstr Core v0.4.4: Reliable Billing & Robust Streaming Major Changes: - **More Accurate Cache Pricing:** Cached input tokens are now billed at their real, per-vendor rates across direct upstreams (OpenAI, Anthropic, DeepSeek, and more) instead of a flat guess. Cache prices are configurable, so operators can tune them per model. - **Reliable Mint Swaps:** Foreign-mint swaps now retry using the fees the mint actually charges instead of trusting a stale `fee_reserve`, and the NUT-02 input fee is deducted when crediting trusted-mint top-ups. - **Robust Streaming for All Providers:** A new buffer-based SSE parser handles streamed responses for every supported provider - **Lightning Invoice Top-ups (RIP-08):** You can now create and top up API keys directly with a Lightning invoice. - **Hardened Child Keys:** Child key balance deduction. Plus better rate-limit forwarding, smarter OpenRouter defaults (routes to a tool-use-capable provider), harder-to-abuse admin endpoints, and many smaller fixes. Huge thanks to everyone who shipped this release - with a special welcome to our first-time contributors. Please upgrade your nodes by pulling from the release tag here: and run docker compose up --build -d. If you want to offer Tinfoil models as well, you can checkout the integration tag here (still in Beta):

Replies (5)

I have successfully updated my Routstr node to the TEE tag Does this only work with Tinfoil or does the Routstr TEE also work with PPQ TEE model offerings?
I have added tinfoil api and see models in my dashboard. I don't see my node tagged with an e2ee on routstr.com or tinfoil models appearing from Private Provider in routstrd yet. @redshift will you confirm you see me set correctly 🙏
One small config change and it should show up :) And we're working with PPQ to enable TEE models through PPQ as well!
redshift's avatar redshift
hey, one small thing in config that needs to be done. can you pls override models in tinfoil upstream and add "tinfoil-" before all the model ids? For example: `tinfoil-glm-5-2` instead of just `glm-5-2` in the client-alias-id section. You can do this in the admin UI in the providers section. image
View quoted note →