@@ -56,7 +56,7 @@ Done! Smart routing (`blockrun/auto`) is now your default model.
5656### Tips
5757
5858- ** Use ` /model blockrun/auto ` ** in any conversation to switch on the fly
59- - ** Free tier?** Use ` /model free ` — routes to nvidia/ gpt-oss-120b at $0
59+ - ** Free tier?** Use ` /model free ` — routes to gpt-oss-120b at $0
6060- ** Model aliases:** ` /model sonnet ` , ` /model grok ` , ` /model deepseek ` , ` /model kimi `
6161- ** Want a specific model?** Use ` blockrun/openai/gpt-4o ` or ` blockrun/anthropic/claude-sonnet-4 `
6262- ** Already have a funded wallet?** ` export BLOCKRUN_WALLET_KEY=0x... `
@@ -213,7 +213,7 @@ This prevents wasted API calls and faster fallback to capable models.
213213Use short aliases instead of full model paths :
214214
215215` ` ` bash
216- /model free # nvidia/ gpt-oss-120b (FREE!)
216+ /model free # gpt-oss-120b (FREE!)
217217/model sonnet # anthropic/claude-sonnet-4
218218/model opus # anthropic/claude-opus-4
219219/model haiku # anthropic/claude-haiku-4.5
@@ -232,12 +232,12 @@ All aliases work with `/model blockrun/xxx` or just `/model xxx`.
232232
233233# ## Free Tier Fallback (v0.5)
234234
235- When your wallet balance hits $0, ClawRouter automatically falls back to the free model (`nvidia/ gpt-oss-120b`) :
235+ When your wallet balance hits $0, ClawRouter automatically falls back to the free model (`gpt-oss-120b`) :
236236
237237` ` `
238238Wallet: $0.00
239239Request: "Help me write a function"
240- → Routes to nvidia/ gpt-oss-120b (FREE)
240+ → Routes to gpt-oss-120b (FREE)
241241→ No "insufficient funds" error
242242→ Keep building while you top up
243243` ` `
@@ -280,6 +280,7 @@ Compared to **$75/M** for Claude Opus = **96% savings** on a typical workload.
280280| gpt-5.2 | $1.75 | $14.00 | 400K | \* |
281281| gpt-4o | $2.50 | $10.00 | 128K | |
282282| gpt-4o-mini | $0.15 | $0.60 | 128K | |
283+ | gpt-oss-120b | **$0** | **$0** | 128K | |
283284| o3 | $2.00 | $8.00 | 200K | \* |
284285| o3-mini | $1.10 | $4.40 | 128K | \* |
285286| **Anthropic** | | | | |
@@ -300,10 +301,8 @@ Compared to **$75/M** for Claude Opus = **96% savings** on a typical workload.
300301| grok-code-fast-1 | $0.20 | $1.50 | 131K | |
301302| **Moonshot** | | | | |
302303| kimi-k2.5 | $0.50 | $2.40 | 262K | \* |
303- | **NVIDIA (Free)** | | | | |
304- | gpt-oss-120b | **$0** | **$0** | 128K | |
305304
306- > **Free tier:** `nvidia/ gpt-oss-120b` costs nothing and serves as automatic fallback when wallet is empty.
305+ > **Free tier:** `gpt-oss-120b` costs nothing and serves as automatic fallback when wallet is empty.
307306
308307Full list : [`src/models.ts`](src/models.ts)
309308
@@ -768,7 +767,7 @@ BLOCKRUN_WALLET_KEY=0x... npx tsx test-e2e.ts
768767- [x] Session persistence — pin model for multi-turn conversations
769768- [x] Cost tracking — /stats command with savings dashboard
770769- [x] Model aliases — ` /model free ` , ` /model sonnet ` , ` /model grok ` , etc.
771- - [x] Free tier — nvidia/ gpt-oss-120b for $0 when wallet is empty
770+ - [x] Free tier — gpt-oss-120b for $0 when wallet is empty
772771- [ ] Cascade routing — try cheap model first, escalate on low quality
773772- [ ] Spend controls — daily/monthly budgets
774773- [ ] Remote analytics — cost tracking at blockrun.ai
0 commit comments