The catalogue
Everything the gateway can route is in one endpoint, with the uncensored and abliterated subsets addressable directly.
Query it
curl "https://api.magmarouter.com/v1/models?search=euryale&filter=uncensored&limit=20&offset=0" \
-H "authorization: Bearer rl-..."| Parameter | Meaning |
|---|---|
| search | Substring match on model id and name. |
| filter | abliterated, uncensored, free, long (128K context or more), or all. |
| limit | Page size. Defaults to 500, hard maximum higher. |
| offset | Page offset. |
Counts
GET /v1/counts returns the catalogue totals without pulling the list: how many models, how many uncensored, how many abliterated. The site’s own numbers come from it, which is why they are never stale.