Skip to content

Commit e35a7d2

Browse files
committed
docs: update for v0.9.3 — 50+ models, new shortcuts, nemotron default
1 parent 92e889b commit e35a7d2

4 files changed

Lines changed: 59 additions & 25 deletions

File tree

README.md

Lines changed: 52 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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">&nbsp;
1212
<img src="https://img.shields.io/badge/🔑_No_Account_Needed-blue?style=for-the-badge" alt="No account">&nbsp;
13-
<img src="https://img.shields.io/badge/🤖_40+_Models-yellow?style=for-the-badge" alt="40+ models">&nbsp;
13+
<img src="https://img.shields.io/badge/🤖_50+_Models-yellow?style=for-the-badge" alt="50+ models">&nbsp;
1414
<img src="https://img.shields.io/badge/💰_Pay_Per_Use-purple?style=for-the-badge" alt="Pay per use">&nbsp;
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
101101
brcc 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
144144
use premium # Switch to best quality
145145
use free # Switch to free models
146146
use 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

166180
Free 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

171192
Paid 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 $14.00/M
203+
google/gemini-2.5-pro $1.25/M $10.00/M
204+
google/gemini-3.1-pro $2.00/M $12.00/M
176205
openai/gpt-5.4 $2.50/M $15.00/M
177206
anthropic/claude-sonnet-4.6 $3.00/M $15.00/M
178207
anthropic/claude-opus-4.6 $5.00/M $25.00/M
179-
... (31 models total)
208+
openai/gpt-5.4-pro $30.00/M $180.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
222256
brcc start # Default model
223-
brcc start --model nvidia/gpt-oss-120b # Free model
257+
brcc start --model nvidia/nemotron-ultra-253b # Free model
224258
brcc start --model openai/gpt-5.4 # Specific model
225259
brcc start --no-launch # Proxy only mode
226260
brcc 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
277311
brcc config set sonnet-model openai/gpt-5.4
278312
brcc config set opus-model anthropic/claude-opus-4.6
279313
brcc 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
368402
No. 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

docs/ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ User runs: brcc start --model openai/gpt-5.4
2121
**Working:**
2222
- `brcc setup base|solana` — create wallet
2323
- `brcc start --model <model>` — start proxy + launch Claude Code
24-
- `brcc models` — list 40+ models with pricing
24+
- `brcc models` — list 50+ models with pricing
2525
- `brcc balance` — check USDC balance
2626
- Dual chain support (Base + Solana)
27-
- Free model (nvidia/gpt-oss-120b) tested end-to-end
27+
- Free model (nvidia/nemotron-ultra-253b) tested end-to-end
2828

2929
**Limitations:**
3030
- Cannot switch models inside Claude Code — must restart with different `--model`
@@ -216,5 +216,5 @@ brcc start
216216
└── Launch Claude Code
217217
├── ANTHROPIC_BASE_URL → proxy
218218
├── Model env vars → BlockRun models
219-
└── /model picker → all 40+ models
219+
└── /model picker → all 50+ models
220220
```

docs/claude-code-rate-limits-solved.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ brcc setup base
5454
brcc start
5555
```
5656

57-
Three commands. Claude Code opens. You have access to 40+ models. No rate limits.
57+
Three commands. Claude Code opens. You have access to 50+ models. No rate limits.
5858

5959
### How it works
6060

6161
brcc runs a local proxy between Claude Code and [BlockRun](https://blockrun.ai), an AI API gateway that accepts USDC micropayments:
6262

6363
```
6464
Claude Code → brcc (localhost) → BlockRun → Any model
65-
signs payment 40+ models
65+
signs payment 50+ models
6666
with your wallet pay per token
6767
```
6868

@@ -119,7 +119,7 @@ curl -fsSL https://raw.githubusercontent.com/BlockRunAI/brcc/main/install.sh | b
119119
# Or manual
120120
sudo npm install -g @blockrun/cc # use sudo on Linux
121121
brcc setup base
122-
brcc start --model nvidia/gpt-oss-120b # Free model to test
122+
brcc start --model nvidia/nemotron-ultra-253b # Free model to test
123123
```
124124

125125
Fund your wallet with $5 USDC on Base. That's enough for a week of heavy coding.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ echo -e " (or use free models without funding)"
110110
echo ""
111111
echo -e " 2. Start Claude Code:"
112112
echo -e " ${CYAN}brcc start${NC} # default model"
113-
echo -e " ${CYAN}brcc start --model nvidia/gpt-oss-120b${NC} # free model"
113+
echo -e " ${CYAN}brcc start --model nvidia/nemotron-ultra-253b${NC} # free model"
114114
echo -e " ${CYAN}brcc start --model openai/gpt-5.4${NC} # GPT-5.4"
115115
echo ""
116116
echo -e " 3. Useful commands:"

0 commit comments

Comments
 (0)