Anthropic / OpenAI
On hosted SeldonFrame, AI is managed and included on every plan — there's no key to paste. You only supply your own Anthropic or OpenAI key when you self-host.
Hosted: AI is managed for you
Every hosted plan ships with managed AI. Your chatbot, your generated copy, and your automations call the model for you — you never touch an LLM key, and there's no token bill to watch.
- No key to create, paste, or rotate.
- No per-token markup and no metered usage wallet — pricing is flat and seat-based.
- No "credit balance too low" surprises mid-conversation; the platform keeps the lights on.
- The right model is selected for each task — you don't manage providers.
Nothing to configure
Self-host: bring your own key
Self-hosting SeldonFrame is free under AGPL-3.0, and it's the one path where you supply your own model key. Your agents call your provider directly with your key, encrypted at rest — SeldonFrame never holds the LLM bill.
Get a key
Add it to your deployment
Verify
Top-up your account (self-host)
Encryption at rest (self-host)
Your key is encrypted with AES-256-GCM using a per-deployment ENCRYPTION_KEY env var. The encrypted key is stored in Postgres; the env var lives only in your own project. Two-key compromise is required to decrypt.
Switching providers per agent (self-host)
When self-hosting, you can configure each agent independently — agent A uses Anthropic, agent B uses OpenAI. Set in Agents → Settings → Brain.