Does New API (self-hosted) have a free tier?
The software is free and open source; the real cost is the usage on whatever upstream keys you plug in, plus the box it runs on.
An open-source, self-hosted gateway (software, not a vendor): pool your own provider keys behind one console you control, with unified routing, quota enforcement, and usage accounting — the phone talks only to your gateway, and upstreams swap freely. This page is the BYOK quick answer for New API (self-hosted): key steps, direct console and pricing links, and the app-side notes that matter. Verified 2026-07-18.
Two links up front: get your key at the official download page (it runs locally — there is no pricing page because there is no bill). Prices and free quotas move; the official pages are authoritative.
The factory preset declares 1 modality flag for New API (self-hosted). The models actually available come from the live catalog fetched in-app — catalogs move fast, and the flag only means the protocol wiring is ready.
| Modality | Used for |
|---|---|
| Text | Continuation · roleplay chat · agent |
The one universal host pitfall: the API host must include its full version prefix (this provider's exact form is in the notes below) — the app never appends /v1 for you.
New API (self-hosted)-specific notes
The preset host is http://localhost:3000/v1 — on a real phone, replace localhost with the host machine's LAN or Tailscale IP; behind a reverse-proxied domain the /v1 suffix still applies. Issuing the phone its own quota-capped, model-allowlisted token is the safer setup. The sibling project one-api wires up identically.
The software is free and open source; the real cost is the usage on whatever upstream keys you plug in, plus the box it runs on.
It's stored on your device only, under system-level encryption — never uploaded or synced to any Foreverse server. Requests go straight from your phone to the provider's official endpoint with zero markup. To revoke access, delete the key in the provider's console.