Proof, not assertion

Live

What the InferAll gateway actually serves, right now. All counts are fetched server-side from /ai/v1/models and /ai/v1/health and refreshed at most once per hour — same numbers a developer can verify with curl.

Gateway status

Healthy

Models

136

Total

39

Free

97

Paid

“Free” means the model's pricing fields are explicitly $0 — for token models that's inputPerM and outputPerM both 0. Missing pricing metadata is not counted as free.

Usage · trailing 30 days

17,400

Requests

22M

Tokens routed

6

Upstream providers used

Values are rounded to stable buckets server-side and refreshed every 5 minutes — see /api/public/stats. User and signup counts are deliberately not exposed (poisoned by the 2026-06-08 bot burst); consumption metrics are bot-resistant by construction.

By vendor

VendorModelsFree
google392
nvidia2121
openai19
runway15
anthropic9
meta88
other7
stability-ai2
black-forest-labs2
minimax2
kwaivgi1
sync1
bytedance1
devxpy1
baai11
deepseek-ai11
minimaxai11
mistralai11
poolside11
stepfun-ai11
thinkingmachines11
z-ai11

Vendor is the namespace in the model id (e.g. meta/llama-… meta). Many OSS models are routed through NVIDIA NIM regardless of vendor — see /docs for the routing details.

Beyond what's enumerated above: the gateway also passes any Replicate model id (owner/name) directly through to Replicate, and any NVIDIA NIM model id through to NIM — so the routable catalog is much larger than the number listed here. The counts on this page reflect what's explicitly enumerated in the registry today.

By source

88

Live (dynamic pricing pulled from upstream APIs)

48

Static (pricing pinned in the gateway registry)

Verify

Want to count for yourself? curl https://api.inferall.ai/ai/v1/models | jq 'keys | length' should equal 136 within the hour.