@@ -10,7 +10,7 @@ You're paying $200/month and still can't work.<br><br>
1010
1111<img src =" https://img.shields.io/badge/🚀_No_Rate_Limits-black?style=for-the-badge " alt =" No rate limits " >  ;
1212<img src =" https://img.shields.io/badge/🔑_No_Account_Needed-blue?style=for-the-badge " alt =" No account " >  ;
13- <img src =" https://img.shields.io/badge/🤖_40 +_Models-yellow?style=for-the-badge " alt =" 40 + models" >  ;
13+ <img src =" https://img.shields.io/badge/🤖_50 +_Models-yellow?style=for-the-badge " alt =" 50 + models" >  ;
1414<img src =" https://img.shields.io/badge/💰_Pay_Per_Use-purple?style=for-the-badge " alt =" Pay per use " >  ;
1515<img src =" https://img.shields.io/badge/⛓_Base_+_Solana-green?style=for-the-badge " alt =" Base + Solana " >
1616
@@ -28,7 +28,7 @@ You're paying $200/month and still can't work.<br><br>
2828
2929</div >
3030
31- > ** brcc** is a local proxy that lets you run Claude Code with any LLM model — GPT-5, Claude, Gemini, DeepSeek, Grok, and 40 + more — without rate limits, without an Anthropic account, and without phone verification. You pay per request with USDC via the [ x402] ( https://x402.org ) protocol. Your wallet is your identity. Your private key never leaves your machine.
31+ > ** brcc** is a local proxy that lets you run Claude Code with any LLM model — GPT-5, Claude, Gemini, DeepSeek, Grok, and 50 + more — without rate limits, without an Anthropic account, and without phone verification. You pay per request with USDC via the [ x402] ( https://x402.org ) protocol. Your wallet is your identity. Your private key never leaves your machine.
3232
3333---
3434
@@ -62,7 +62,7 @@ brcc eliminates all of these problems:
6262| --| ---------------------| ------------| ----------|
6363| ** Rate limits** | Constantly hit | Per-model limits | ** None** |
6464| ** Account required** | Yes + phone | Yes + email | ** No** |
65- | ** Models** | Claude only | 200+ (manual select) | ** 40 + (auto or manual)** |
65+ | ** Models** | Claude only | 200+ (manual select) | ** 50 + (auto or manual)** |
6666| ** Payment** | Credit card, subscription | Credit card, pre-pay | ** USDC per-request** |
6767| ** Auth** | OAuth + API key conflicts | API key | ** Wallet signature** |
6868| ** Pricing** | Opaque | Transparent | ** Transparent** |
@@ -101,7 +101,7 @@ brcc setup solana # Solana chain
101101brcc start
102102```
103103
104- That's it. Claude Code opens with access to 40 + models, no rate limits.
104+ That's it. Claude Code opens with access to 50 + models, no rate limits.
105105
106106---
107107
@@ -144,7 +144,21 @@ use eco # Switch to cheapest
144144use premium # Switch to best quality
145145use free # Switch to free models
146146use sonnet # Direct Claude Sonnet
147- use deepseek # Direct DeepSeek
147+ use gpt # GPT-5.4
148+ use codex # GPT-5.3 Codex
149+ use o3 # OpenAI o3
150+ use gemini # Gemini 2.5 Pro
151+ use flash # Gemini 2.5 Flash
152+ use grok # Grok 3
153+ use grok-4 # Grok 4
154+ use deepseek # DeepSeek Chat
155+ use r1 # DeepSeek Reasoner
156+ use minimax # Minimax M2.7
157+ use kimi # Kimi K2.5
158+ use free # Nemotron Ultra 253B (free)
159+ use nemotron # Nemotron Ultra 253B (free)
160+ use devstral # Devstral 2 123B (free)
161+ use qwen-coder # Qwen3 Coder 480B (free)
148162```
149163
150164### Inside Claude Code
@@ -165,18 +179,34 @@ $ brcc models
165179
166180Free Models (no USDC needed)
167181──────────────────────────────────────────────────────────────────────
182+ nvidia/nemotron-ultra-253b
168183 nvidia/gpt-oss-120b
169- nvidia/gpt-oss-20b
184+ nvidia/deepseek-v3.2
185+ nvidia/mistral-large-3-675b
186+ nvidia/qwen3-coder-480b
187+ nvidia/devstral-2-123b
188+ nvidia/llama-4-maverick
189+ nvidia/glm-4.7
190+ ... (11 free models)
170191
171192Paid Models
172193──────────────────────────────────────────────────────────────────────
173194 Model Input Output
195+ openai/gpt-5-nano $0 .05/M $0 .40/M
196+ xai/grok-4-1-fast-reasoning $0 .20/M $0 .50/M
174197 deepseek/deepseek-chat $0 .28/M $0 .42/M
198+ minimax/minimax-m2.7 $0 .30/M $1 .20/M
199+ google/gemini-2.5-flash $0 .30/M $2 .50/M
200+ moonshot/kimi-k2.5 $0 .60/M $3 .00/M
175201 anthropic/claude-haiku-4.5 $1 .00/M $5 .00/M
202+ openai/gpt-5.3-codex $1 .75/M $1 4.00/M
203+ google/gemini-2.5-pro $1 .25/M $1 0.00/M
204+ google/gemini-3.1-pro $2 .00/M $1 2.00/M
176205 openai/gpt-5.4 $2 .50/M $1 5.00/M
177206 anthropic/claude-sonnet-4.6 $3 .00/M $1 5.00/M
178207 anthropic/claude-opus-4.6 $5 .00/M $2 5.00/M
179- ... (31 models total)
208+ openai/gpt-5.4-pro $3 0.00/M $1 80.00/M
209+ ... (50+ models total)
180210```
181211
182212---
@@ -185,12 +215,16 @@ Paid Models
185215
186216| Model | ~ Requests per $5 | Best For |
187217| -------| -------------------| ----------|
218+ | Nemotron Ultra 253B | ** Unlimited** | Free tier |
219+ | Grok 4.1 Fast | ~ 3,500 | Fast reasoning (budget) |
188220| DeepSeek V3 | ~ 5,000 | Budget coding |
221+ | Gemini 2.5 Flash | ~ 1,200 | Balanced speed/cost |
222+ | Kimi K2.5 | ~ 800 | Mid-range coding |
189223| Claude Haiku 4.5 | ~ 500 | Fast tasks |
224+ | GPT-5.3 Codex | ~ 180 | Code generation |
190225| Claude Sonnet 4.6 | ~ 100 | General coding |
191226| GPT-5.4 | ~ 80 | Reasoning |
192227| Claude Opus 4.6 | ~ 50 | Most capable |
193- | GPT-OSS 120B | ** Unlimited** | Free tier |
194228
195229---
196230
@@ -220,7 +254,7 @@ Your wallet is saved to `~/.blockrun/` and shared with all BlockRun tools.
220254
221255``` bash
222256brcc start # Default model
223- brcc start --model nvidia/gpt-oss-120b # Free model
257+ brcc start --model nvidia/nemotron-ultra-253b # Free model
224258brcc start --model openai/gpt-5.4 # Specific model
225259brcc start --no-launch # Proxy only mode
226260brcc start --no-fallback # Disable auto-fallback
@@ -254,7 +288,7 @@ $ brcc stats
254288 deepseek/deepseek-chat
255289 620 req · $0 .8901 (19.5%) · 180ms avg
256290 ↳ 12 fallback recoveries
257- nvidia/gpt-oss-120b
291+ nvidia/nemotron-ultra-253b
258292 164 req · $0 .0000 (0%) · 320ms avg
259293
260294 💰 Savings vs Claude Opus
@@ -273,7 +307,7 @@ $ brcc stats --json # Output as JSON (for scripts)
273307### ` brcc config `
274308
275309``` bash
276- brcc config set default-model nvidia/gpt-oss-120b
310+ brcc config set default-model nvidia/nemotron-ultra-253b
277311brcc config set sonnet-model openai/gpt-5.4
278312brcc config set opus-model anthropic/claude-opus-4.6
279313brcc config set haiku-model deepseek/deepseek-chat
@@ -288,15 +322,15 @@ When a model returns an error (429 rate limit, 500+ server error), brcc automati
288322
289323** Default fallback chain:**
290324```
291- anthropic/claude-sonnet-4.6
325+ your-selected-model
292326 ↓ (if 429/500/502/503/504)
293- google/gemini-2.5-pro
327+ blockrun/auto (smart routing)
294328 ↓
295- deepseek/deepseek-chat
329+ blockrun/eco (cheapest capable)
296330 ↓
297- xai/grok-4-fast
331+ deepseek/deepseek-chat
298332 ↓
299- nvidia/gpt-oss-120b (free, always available)
333+ nvidia/nemotron-ultra-253b (free, always available)
300334```
301335
302336** How it looks:**
@@ -336,7 +370,7 @@ brcc start --no-fallback
336370│ BlockRun API (blockrun.ai or sol.blockrun.ai) │
337371│ │
338372│ Routes to: GPT-5 · Claude · Gemini · DeepSeek · Grok · │
339- │ NVIDIA · MiniMax · Moonshot · 40 + models │
373+ │ NVIDIA · MiniMax · Moonshot · 50 + models │
340374└─────────────────────────────────────────────────────────────┘
341375```
342376
@@ -368,7 +402,7 @@ Typical cost: **$0.001–$0.05 per interaction**. $5 lasts most developers a wee
368402No. brcc connects Claude Code to BlockRun instead of Anthropic.
369403
370404** Can I use non-Claude models?**
371- Yes. GPT-5, Gemini, DeepSeek, Grok, and 30 + others work through Claude Code via brcc.
405+ Yes. GPT-5, Gemini, DeepSeek, Grok, and 50 + others work through Claude Code via brcc.
372406
373407---
374408
0 commit comments