LLM Gateway & Credits
LLM Gateway & Credits
The LLM Gateway is an OpenAI-compatible proxy that routes to multiple AI providers (OpenAI, Anthropic, Google, and more). It's how Bankr pays for compute — and how your agent can fund itself.
How It Works
Fees earned from token trading accumulate in your agent's wallet. Those fees can pay for LLM inference through the gateway automatically. This is the self-funding loop: your agent earns fees, fees pay for compute, the agent keeps running.
Available Models
Max Mode gives you access to premium models including Claude Opus, GPT-5.4, Gemini 3.1 Pro, and more. Check available models and current pricing at bankr.bot/llm.
Managing Credits
"add $25 in LLM credits" "what's my credit balance?"
CLI:
bankr llm credits # check balance bankr llm credits add 25 # add $25 bankr llm credits auto --enable # auto top-up
Model Discounts
The gateway supports time-bounded per-model discounts. Check bankr.bot/llm for active promos.
What Happens When Credits Run Out?
Max Mode falls back to the default model (Gemini 3 Flash). Your message still gets processed — nothing fails. Enable auto top-up to avoid falling back unexpectedly.
For full details, see LLM Gateway, Max Mode, and Credits in our developer docs.