What MagmaRouter is
One endpoint, one key, and a catalogue the mainstream APIs will not serve. Built for security work, so the controls are the product, not an afterthought.
The shape of it
MagmaRouter sits between your tool and a model provider. You point an OpenAI or Anthropic client at it, send a model id from the catalogue, and it routes the call, meters it, and bills your key.
Three things make it different from pointing at the provider directly:
- Uncensored and abliterated models alongside the mainstream ones, under the same key.
- Per-key spend caps that are enforced before the call, not reconciled after it. A key that runs low answers shorter instead of failing.
- No prompt retention. Model, tokens, cost and status are logged. The text is not.
Who it is for
Red teams, detection engineers, trust-and-safety teams building abuse classifiers, and researchers generating adversarial data. The common thread is work that a frontier API refuses on sight even when the caller is authorised to do it.
Not a jailbreak service The models here have had their refusal behaviour removed at the weights, or were trained without it. That is a property of the model, not a trick played on it, and it does not make output correct or lawful to use. That part is on you.
Next
Make your first request, or go straight to running Claude Code against it.