#How to change model

1 messages ยท Page 1 of 1 (latest)

slow pasture
#

Hello somehow my google api doesn't work. I want to change model provider. How to do it thanks?

solid idolBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

hybrid wyvern
#

openclaw configure - then go through the steps

#

(put it in Powershell)

slow pasture
#

thanks, i'll try that

#

any idea why google api doesn't work? 403 forbidden

hybrid wyvern
slow pasture
#

gotcha, yea i had a hunch about that

#

openrouter works?

hybrid wyvern
#

here you go with the model change steps

hybrid wyvern
slow pasture
#

thx

hybrid wyvern
upper summitBOT
#

PowerShell: Same commands, just run in PowerShell terminal:

clawdbot configure
# or
clawdbot onboard --auth-choice openrouter-api-key
clawdbot models set openrouter/<model-name>

OpenRouter: Yes! It's supported. Just get your API key from https://openrouter.ai/keys, then run:

clawdbot onboard --auth-choice openrouter-api-key --openrouter-api-key YOUR_KEY
# or use configure wizard
clawdbot configure
#

Popular OpenRouter models include:

  • openrouter/google/gemini-2.0-flash-exp
  • openrouter/openai/gpt-4o
  • openrouter/anthropic/claude-opus-4-5
  • openrouter/deepseek/deepseek-chat

Set it with: clawdbot models set openrouter/<model>

upper summitBOT
# hybrid wyvern openclaw configure - then go through the steps

Based on the docs, here's how to change your model provider:

Quick method - run the configure wizard:

clawdbot configure

This is an interactive wizard that walks you through models, channels, skills, and gateway config.

Or set it up via the onboarding command:

clawdbot onboard --auth-choice <provider>

Valid provider options include:

  • openai-api-key
  • anthropic-api-key
  • openrouter-api-key
radiant gorge
#

Am I able to use my anthropic max subscription?

upper summitBOT
#
  • moonshot-api-key
  • gemini-api-key
  • zai-api-key
  • minimax-api
  • opencode-zen

Then set your default model:

clawdbot models set <provider>/<model>
# Example: clawdbot models set anthropic/claude-opus-4-5

Docs reference: https://docs.moltbot.ai/cli (see configure, onboard, and models sections)

fringe turtle
#

open router not work for me too

#

can someone suggest free llm please, i want it just for test

slow pasture
fringe turtle
#

yeah sure

hybrid wyvern
#

I can't get gpt to work either omfg

โš ๏ธ Agent failed before reply: No API key found for provider "openai". You are authenticated with OpenAI Codex OAuth. Use openai-codex/gpt-5.2 (ChatGPT OAuth) or set OPENAI_API_KEY for openai/gpt-5.2.
Logs: openclaw logs --follow

upper summitBOT
# fringe turtle can someone suggest free llm please, i want it just for test

Free options for testing:

  1. Groq (fast, great free tier):

    clawdbot onboard --auth-choice groq-api-key
    clawdbot models set groq/llama-3.3-70b-versatile
    
  2. Google Gemini Free:

    clawdbot onboard --auth-choice gemini-api-key
    clawdbot models set google/gemini-2.0-flash-exp
    
  3. OpenRouter Free Models (no API key needed for some):

#
   clawdbot configure  # select OpenRouter, choose free model
   clawdbot models set openrouter/google/gemini-2.0-flash-exp

My pick for testing: Groq is fastest and easiest to set up.

Docs: https://docs.moltbot.ai/providers

slow pasture
hybrid wyvern
#

I switched to openai and Seller of Souls
APL.
โ€” 01:00
You have hit your ChatGPT usage limit (go plan).
WTF.

upper summitBOT
# hybrid wyvern I switched to openai and Seller of Souls APL. โ€” 01:00 You have hit your ChatGPT...

This is likely a billing/usage limit on your OpenAI API key, not Clawdbot. Common issues:

Check your OpenAI account:

ChatGPT Plus โ‰  OpenAI API - they're separate billing. To use OpenAI via API, you need to buy API credits.

Better free options for testing:

  1. Groq (truly free, no limits):

    clawdbot onboard --auth-choice groq-api-key
    clawdbot models set groq/llama-3.3-70b-versatile
    
  2. OpenRouter Free (some models are free):

#
   clawdbot onboard --auth-choice openrouter-api-key
   clawdbot models set openrouter/deepseek/deepseek-chat
  1. Google Gemini Free (generous free tier):
    clawdbot onboard --auth-choice gemini-api-key
    clawdbot models set google/gemini-2.0-flash-exp
    

Recommendation: Try Groq - it's fast and genuinely free for testing.

Docs: https://docs.moltbot.ai/providers

hybrid wyvern
hybrid wyvern
#

@slow pasture which operrouter you chose?

upper summitBOT
#

Hey @slow pasture โ€” which OpenRouter model did you choose? ๐Ÿฆ

upper summitBOT