Clonable quickstart in /examples
Python (inferall-ai) and TypeScript (@inferall/sdk) hello-world scripts plus a three-path README (Claude Code env vars, Python SDK, TypeScript SDK). Linked from the docs Quick-start.
PR #32
/live page — per-vendor model breakdown + source mix
Server-rendered with 1h ISR. Shows total / free / paid counts, the table of every vendor (google, nvidia, openai, meta, mistralai, anthropic, runway, microsoft, qwen, …), and live vs static source mix. Counts match what `curl /ai/v1/models | jq 'keys|length'` returns.
PR #31
/keys: ready-to-paste Claude Code snippet right after key creation
When you create a new key, the page now embeds a two-env-var snippet with the actual key inline and its own Copy button. Time from key → working `claude` command is one paste.
PR #30
Live gateway stats on the homepage hero and /status
Homepage hero now shows a one-line live readout: total models, free models, gateway healthy/degraded — fetched server-side from the public endpoints. /status replaces its previous placeholder with the same data while the full multi-region status page is built out.
PR #29
User-key prefix: `ifu_` (legacy `kr_user_` still accepted)
Dashboard-created user keys now mint with the InferAll-branded `ifu_` prefix instead of the legacy `kr_user_`. Docs, SDK examples, /compare snippets, and the security page were updated to match. Existing keys remain valid forever.
gateway change (private) · PR #28
Model-count copy aligned to verifiable numbers
Site now says "200+ models" / "150+ free open-source models" / "120+ NVIDIA-hosted models" — each rounded down from what /ai/v1/models actually enumerates today (207 / 158 / 123). Survives catalog fluctuation without overclaiming.
PR #27
Free tier framing: card on file required, $0 within the allowance
Removed every "no credit card" claim. The Free tier still costs $0 within the 100,000-token monthly allowance on NVIDIA NIM open-source models, but activation requires a card on file — we say so upfront across the marketing site and on /keys.
PR #26
Branded social-share assets
Open Graph + Twitter image, generated favicon, web manifest, sitemap expansion, /docs metadata. Link previews on Hacker News, X, Reddit, Slack now render correctly.
PR #25