Does NVIDIA NIM have a free tier?
Yes, for dev and testing: sign-up grants roughly 1,000 inference credits (expandable to about 5,000 on request) at around 40 requests/minute, no card required; production use needs a separate enterprise license.
The zero-cost sandbox for NVIDIA-optimized inference: 100+ open models (Nemotron, DeepSeek, Llama, Qwen) on a free prototyping allowance with no credit card — positioned as a dev/test playground, not a production channel. This page is the BYOK quick answer for NVIDIA NIM: 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 NVIDIA NIM. 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.
NVIDIA NIM-specific notes
The preset host is https://integrate.api.nvidia.com/v1. Keys carry the nvapi- prefix. The free tier throttles at roughly 40 requests/minute and NVIDIA explicitly does not grant increases; the catalog and limits shift over time. Officially this covers prototyping and R&D only — production requires an NVIDIA AI Enterprise license, which is why no public per-token price list exists.
Yes, for dev and testing: sign-up grants roughly 1,000 inference credits (expandable to about 5,000 on request) at around 40 requests/minute, no card required; production use needs a separate enterprise license.
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.