@inferall/cli — install InferAll into any project with one command
npx @inferall/cli init detects your project (Node or Python), writes INFERALL_API_KEY to .env (and .env.example, and makes sure .env is gitignored), and points your existing OpenAI or Anthropic SDK client constructors at the gateway — the OpenAI SDK gets baseURL https://api.inferall.ai/v1, the Anthropic SDK gets the host root since it appends /v1/messages itself. Simple constructors are rewritten deterministically; ambiguous ones get an AI-suggested patch you review first, generated by InferAll's own $0 NIM models (the wizard dogfoods the gateway). Google Gemini SDK usage is detected too — that SDK speaks its own protocol, so instead of a risky rewrite you get the exact OpenAI-compat snippet to migrate at your own pace. The final step is a live call that reports your real account state (active, or the one-time $5 activation with the link) instead of failing opaquely. Also ships: doctor (CI-friendly setup health check, non-zero exit on any problem), models (the live catalog with real prices — 180+ models, 80+ at $0), and status (tier, activation, balance, trial, 7-day savings). Zero runtime dependencies, Node 18+. Published as @inferall/cli 0.2.0 on npm.