diff --git a/CLAUDE.md b/CLAUDE.md index daf6e25..d55133f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # BlockRun LLM SDK (Python) -Python SDK for 71 LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. +Python SDK for 76 LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. ## Commands diff --git a/README.md b/README.md index 4fe95de..601714d 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ print(decision.reasoning) # human-readable explanation of the pick | Profile | Description | Best For | |---------|-------------|----------| -| `free` | NVIDIA free tier — smart-routes across the 5 $0 models (Step 3.7 Flash, Mistral Nemotron, Nemotron Nano Omni / 9B / 12B VL) | Zero-cost testing, dev, prod | +| `free` | NVIDIA free tier — smart-routes across the 7 $0 models (Step 3.7 Flash, Mistral Nemotron, Nemotron Nano Omni / 9B / 12B VL) | Zero-cost testing, dev, prod | | `eco` | Cheapest capable model per tier | Cost-sensitive production | | `auto` | Best balance of cost/quality (default) | General use | | `premium` | Top-tier models (Anthropic, OpenAI, Moonshot) | Quality-critical tasks | @@ -1723,7 +1723,7 @@ blockrun-llm is a Python SDK that provides pay-per-request access to 43+ large l When you make an API call, the SDK automatically handles x402 payment. It signs a USDC transaction locally using your wallet private key (which never leaves your machine), and includes the payment proof in the request header. Settlement is non-custodial and instant on Base or Solana. ### What is smart routing / Router Core? -Router Core is BlockRun's built-in routing engine — shared with the TypeScript SDK and the gateway, so the same request routes the same way everywhere. It scores your request across 15 dimensions, drops every model that can't actually handle it (context, output length, tools, vision), then picks the cheapest capable one and keeps the rest as a fallback chain. Routing happens locally in under 1ms and makes no extra model call. It can save up to 88% on LLM costs compared to using premium models for every request. +Router Core is BlockRun's built-in routing engine — shared with the TypeScript SDK and the gateway, so the same request routes the same way everywhere. It scores your request across 15 dimensions, drops every model that can't actually handle it (context, output length, tools, vision), then picks the cheapest capable one and keeps the rest as a fallback chain. Routing happens locally in under 1ms and makes no extra model call. It can save up to 84% on LLM costs compared to using premium models for every request. ### How much does it cost? Pay only for what you use. Prices start at **FREE** (11 NVIDIA-hosted models). Paid models start at $0.10/M tokens. There are no minimums, subscriptions, or monthly fees. $5 in USDC gets you thousands of requests. diff --git a/brand-numbers.json b/brand-numbers.json index 0d6a68e..3101d43 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -2,17 +2,17 @@ "$schema": "https://blockrun.ai/brand/numbers.schema.json", "version": 1, "models": { - "chatVisible": 71, - "totalVisible": 95, - "free": 5, - "freeWithheld": 20, + "chatVisible": 76, + "totalVisible": 100, + "free": 7, + "freeWithheld": 26, "image": 9, "video": 8, "music": 1, "speech": 5, "soundfx": 1, - "withFallback": 44, - "withFallbackAllEntries": 78 + "withFallback": 48, + "withFallbackAllEntries": 89 }, "clawrouter": { "dimensions": 15, @@ -29,6 +29,6 @@ "savings": { "baselineModel": "anthropic/claude-opus-5", "ecoVsBaselinePct": 98, - "autoVsBaselinePct": 88 + "autoVsBaselinePct": 84 } }