#Setup
1 messages ยท Page 1 of 1 (latest)
Hello Krill i need help with a fresh installation what is the best model to use to minimize token usage or LLM token input length would you recommend haiku?
Hey! Great question. ๐ฆ
For minimizing token usage, yes โ Claude 3.5 Haiku (anthropic/claude-3-5-haiku-latest) is a solid budget choice. It's fast, cheap, and handles most tasks well.
But honestly, for the best current recommendations, I'd point you to:
- Models docs: https://docs.clawd.bot/concepts/models
- #models channel โ the community has real-time experience with what's working well
A few notes:
- If you're cost-conscious, consider using fallbacks โ set a cheaper model as primary, with a more capable one as fallback
- Run
clawdbot onboardduring setup โ it'll walk you through model + auth config - You can always switch models later with
/modelin chat
What provider are you planning to use? (Anthropic direct, OpenRouter, etc?) That might help narrow it down! ๐ฆ
Okay things got resetup and are on haiku but it just ddoesnt seem to be as stable whenever i am in the web console and i type a message after the switch there is no response
Hmm, that sounds like something's not connecting properly. Let's troubleshoot! ๐ฆ
First, can you run these and share the output?
clawdbot --version
clawdbot models status
Then check your logs for errors:
clawdbot gateway logs --tail 50
Common causes for "no response":
- "Model is not allowed" โ if you have an allowlist in
agents.defaults.models, Haiku needs to be in it
- Auth issue โ API key might not be set up for Anthropic
- Model ref typo โ should be
anthropic/claude-3-5-haiku-latest
The logs will tell us what's actually happening when you send a message. Share what you see and we'll figure it out! ๐ฆ
version is 2026.1.24-3
MODEL STATUS: ๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I'm the assistant your terminal demanded, not the one your sleep schedule requested.
Config : C:\Users\Keat.clawdbot\clawdbot.json
Agent dir : C:\Users\Keat.clawdbot\agents\main\agent
Default : anthropic/claude-3-5-haiku-latest
Fallbacks (1) :
Image model : -
Image fallbacks (0): -
Aliases (0) : -
Configured models (1): anthropic/claude-3-5-haiku-latest
Auth overview
Auth store : C:\Users\Keat.clawdbot\agents\main\agent\auth-profiles.json
Shell env : off
Providers w/ OAuth/tokens (0): -
- anthropic effective=profiles:C:\Users\Keat.clawdbot\agents\main\agent\auth-profiles.json | profiles=1 (oauth=0, token=0, api_key=1) | anthropic:default=sk-ant-a...Pci9nAAA
OAuth/token status
version is 2026.1.24-3
MODEL STATUS: Clawdbot 2026.1.24-3 (885167d) โ I'm the assistant your terminal demanded, not the one your sleep schedule requested.
Config : C:\Users\Keat.clawdbot\clawdbot.json
Agent dir : C:\Users\Keat.clawdbot\agents\main\agent
Default : anthropic/claude-3-5-haiku-latest
Fallbacks (1) :
Image model : -
Image fallbacks (0): -
Aliases (0) : -
Configured models (1): anthropic/claude-3-5-haiku-latest
Auth overview
Auth store : C:\Users\Keat.clawdbot\agents\main\agent\auth-profiles.json
Shell env : off
Providers w/ OAuth/tokens (0): -
anthropic effective=profiles:C:\Users\Keat.clawdbot\agents\main\agent\auth-profiles.json | profiles=1 (oauth=0, token=0, api_key=1) | anthropic:default=sk-ant-a...Pci9nAAA,
OAuth/token status
Config looks good! Model is set, API key is there. ๐
Now let's see what's actually happening when you send a message. Can you share the gateway logs?
clawdbot gateway logs --tail 50
Send a test message in the web console first, then grab the logs right after โ that way we'll see the error (if any).
Also quick check โ when you say "no response," does the web console show any loading indicator, or does it just... nothing? ๐ฆ
PS C:\WINDOWS\system32> clawdbot gateway logs --tail 50
error: unknown option '--tail'
PS C:\WINDOWS\system32> clawdbot gateway logs --tail 50
error: unknown option '--tail'
Oops, my bad! Try this instead:
clawdbot gateway logs
Or check the log file directly โ on Windows it's usually at:
C:\Users\Keat\.clawdbot\logs\gateway.log
You can open that in notepad or run:
type C:\Users\Keat\.clawdbot\logs\gateway.log
(Just the last chunk is fine โ look for errors near the bottom after you send a test message) ๐ฆ
i think i found it in a differently names file but does this look correct:
{"type":"message","id":"6fb73797","parentId":"203b1fb4","timestamp":"2026-01-29T02:34:08.936Z","message":{"role":"assistant","content":[],"api":"anthropic-messages","provider":"anthropic","model":"claude-3-5-haiku-latest","usage":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0,"totalTokens":0,"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0,"total":0}},"stopReason":"error","timestamp":1769654048686,"errorMessage":"404 {"type":"error","error":{"type":"not_found_error","message":"model: claude-3-5-haiku-latest"},"request_id":"req_011CXatTrKHr1CYPG5iBCYCK"}"}}
i think i found it in a differently names file but does this look correct:
{"type":"message","id":"6fb73797","parentId":"203b1fb4","timestamp":"2026-01-29T02:34:08.936Z","message":{"role":"assistant","content":[],"api":"anthropic-messages","provider":"anthropic","model":"claude-3-5-haiku-latest","usage":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0,"totalTokens":0,"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0,"total":0}},"stopReason":"error","timestamp":1769654048686,"errorMessage":"404 {"type":"error","error":{"type":"not_found_error","message":"model: claude-3-5-haiku-latest"},"request_id":"req_011CXatTrKHr1CYPG5iBCYCK"}"}}
what does this mean:
closed before connect conn=c07b64fd-18b2-4858-bb33-81f526379b30 remote=127.0.0.1 fwd=n/a origin=http://127.0.0.1:18789 host=127.0.0.1:18789 ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 code=1008 reason=unauthorized: gateway token mismatch (open a tokenized dashboard URL or paste token in Control UI settings)
Looks like the message got cut off! Can you paste what you're seeing? ๐ฆ
closed before connect conn=c07b64fd-18b2-4858-bb33-81f526379b30 remote=127.0.0.1 fwd=n/a origin=http://127.0.0.1:18789 host=127.0.0.1:18789 ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 code=1008 reason=unauthorized: gateway token mismatch (open a tokenized dashboard URL or paste token in Control UI settings)