diff --git a/README.md b/README.md index 083eec0..b9a1951 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @blockrun/nano-client -> TypeScript SDK for [nano.blockrun.ai](https://nano.blockrun.ai) — pay-per-request access to **92 AI models** (GPT-5.x, Claude 4.x, Gemini 3.x, DeepSeek, Grok, GLM, MiniMax, Moonshot…) plus image / video / music / search / X-Twitter intelligence / Pyth-backed market data — all settled with **gas-free batched USDC** via Circle Gateway. No API keys required; your wallet signature is your authentication. Built for AI agents that need to operate autonomously across **Polygon / Arbitrum / Optimism / Unichain** mainnet. +> TypeScript SDK for [nano.blockrun.ai](https://nano.blockrun.ai) — pay-per-request access to **93 AI models** (GPT-5.x, Claude 4.x, Gemini 3.x, DeepSeek, Grok, GLM, MiniMax, Moonshot…) plus image / video / music / search / X-Twitter intelligence / Pyth-backed market data — all settled with **gas-free batched USDC** via Circle Gateway. No API keys required; your wallet signature is your authentication. Built for AI agents that need to operate autonomously across **Polygon / Arbitrum / Optimism / Unichain** mainnet. > > 🆓 **Includes 9 fully-free NVIDIA-hosted models** — DeepSeek V4 Pro/Flash (1M context), Nemotron Nano Omni (vision), Qwen3, Llama 4, GLM-4.7, Mistral. Zero USDC, no rate-limit gimmicks. Use `routingProfile: "free"` or call any `nvidia/*` model directly (no Gateway deposit needed for free models). diff --git a/brand-numbers.json b/brand-numbers.json index 70a5380..4395f23 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -3,11 +3,11 @@ "version": 1, "models": { "chatVisible": 71, - "totalVisible": 92, + "totalVisible": 93, "free": 6, "freeWithheld": 19, "image": 9, - "video": 5, + "video": 6, "music": 1, "speech": 5, "soundfx": 1, @@ -29,6 +29,6 @@ "savings": { "baselineModel": "anthropic/claude-opus-5", "ecoVsBaselinePct": 98, - "autoVsBaselinePct": 87 + "autoVsBaselinePct": 88 } }