Goose
GOOSE_PROVIDER=openai
OPENAI_HOST=...
OPENAI_API_KEY=...What we're building: Caffeine Inference aims to deliver cost-effective smart routing. You don't need to choose models, our routing does it for you. What exists at the moment: cost-efficient inference.
Runs on the Caffeine subscription.
Once smart routing lands, Caffeine will read the request, weigh what each model would cost and how fast they are answering right now, and send it to one of them. When a model is busy or slow, the request will go somewhere else instead of failing.
Claude Code and anything else that accepts a custom base URL. Copy the config, paste it, keep working.
GOOSE_PROVIDER=openai
OPENAI_HOST=...
OPENAI_API_KEY=...
ANTHROPIC_BASE_URL=...
ANTHROPIC_AUTH_TOKEN=...base URL + key
same request shapePick a tool, copy the config, and send one call. Caffeine gives you the settings in the format that tool expects.
1.Overview
It runs on the Caffeine budget already in your account, and your existing config is three lines away from working.
Early access. No separate billing, no separate account.