原文
When you hit $50, it stops. Not an alert — it stops. One line of code change.
No surprise bills. Ever.
# Before client = Anthropic(api_key="sk-ant-...") # After — one line change client = Anthropic( api_key="sk-ant-...", base_url="https://proxy.llmcap.io/anthropic" ) # When you hit $50 → 429. Token never consumed.