ClawCloudClawCloud.sh
How it worksModelsPricingCompareGuidesBlog
Log in
DeployDeploy Now
ClawCloud logoClawCloud

Managed OpenClaw AI assistant hosting on dedicated cloud servers.

Deploy now →
Product
ModelsPricingCompare PlansOpenClaw HostingOpenClaw VPSOpenClaw CloudTelegram BotDiscord BotFeishu BotUse CasesFAQ
Resources
GuidesBlogTopicsOpenClawGitHub
Company
ContactTerms of ServicePrivacy Policy
© 2026 ClawCloud. All rights reserved.
All guides

Keeping Your OpenClaw Bot Running When Credits Run Low

Published February 19, 2026

In managed credits mode, your OpenClaw bot uses a monthly credit budget. When that budget runs out, the bot stops responding on paid models until credits reset at the start of your next billing cycle.

Before switching, review the available options in OpenClaw Models. If group behavior also needs tuning, use the OpenClaw group chat settings guide.

You can avoid the interruption by switching to a free model before credits are exhausted. Free models don't touch your credit pool at all, so the bot keeps running at zero cost — but response quality and speed will be noticeably lower than your paid model. Free models are open-weight models suitable for routine tasks; they won't match Claude Sonnet or GPT-4.1 for complex reasoning or long-context work.

What you'll need

  • A running OpenClaw bot on ClawCloud in managed mode
  • Backup Models enabled for this server (so :free options appear)
  • Access to your bot on Telegram, Discord, or Feishu

How the credit bar works

ClawCloud checks credit usage in the background and refreshes the dashboard card every minute while your dashboard is open.

ClawCloud dashboard credit usage bar showing red Credits used up indicator

The bar changes color as usage climbs:

  • Blue — 75% or below, plenty of credits remaining
  • Orange — above 75%, approaching the limit (no badge yet)
  • Amber + "Credits low" — the soft buffer has been crossed (roughly the final 5%, rounded by tier). The bot is still responding, but switching now avoids interruption.
  • Red + "Credits used up" — usage has exceeded 100% of the plan limit. The bot has stopped responding on paid models.

When the "Credits low" badge appears, switching to a free model is the fastest way to stay online without waiting for the billing cycle to reset.

Step 1: See which free models are available

In your bot, send /model list (alias: /models) to list available models. Free models are tagged :free in the model ID and don't deduct from your credits. See the official OpenClaw slash commands docs for /model behavior.

Some free models you may see:

ProviderModel nameModel IDBest forLess suitable for
MetaLlama 3.3 70B Instructmeta-llama/llama-3.3-70b-instruct:freeGeneral chat and summaries in supported languagesUnsupported languages without extra tuning
QwenQwen3-Coderqwen/qwen3-coder:freeCoding tasks and tool-driven dev workflowsGeneral non-coding chat
Mistral AIMistral Small 3.1 24B Instructmistralai/mistral-small-3.1-24b-instruct:freeFast replies, function calls, mixed text/image tasksDeep reasoning where quality matters over speed
GoogleGemma 3 27B ITgoogle/gemma-3-27b-it:freeMultilingual prompts, long context, image understandingLoose prompts or unverified factual output
OpenAIgpt-oss-120bopenai/gpt-oss-120b:freeReasoning-heavy tasks and agent/tool workflowsLowest-latency quick chats

Free-model fallback is available only when Backup Models is enabled during deployment or reprovision. The catalog can change over time, so treat /model list as the source of truth.

Quick pick if you are unsure:

  • General assistant tasks: meta-llama/llama-3.3-70b-instruct:free
  • Mostly coding: qwen/qwen3-coder:free
  • Fastest responses: mistralai/mistral-small-3.1-24b-instruct:free
  • Vision or broader multilingual prompts: google/gemma-3-27b-it:free
  • Stronger reasoning over speed: openai/gpt-oss-120b:free

Official references for the guidance above:

  • OpenClaw model policy and selection order: Models CLI
  • Meta Llama 3.3 model card (intended use, supported languages, limitations): Llama-3.3-70B-Instruct
  • Qwen3-Coder capabilities (agentic coding, long-context coding): Qwen3-Coder
  • Mistral Small 3.1 capabilities (low latency, function calling, multimodal): Mistral Small 3.1
  • Gemma 3 model card (multimodal, multilingual, limitations): Gemma 3 model card
  • OpenAI gpt-oss release notes (reasoning and tool-use strengths, latency/reasoning tradeoff): Introducing gpt-oss

OpenClaw /models command output in Telegram showing free tier models in the catalog

Step 2: Switch to a free model

There are two ways to switch — the dashboard and the bot itself. They behave differently.

Option A: Switch via the dashboard (persistent) - not available yet

Persistent model switching from the dashboard is not live yet. Use Option B for now.

Option B: Switch via the bot (session-only)

When the credit bar turns amber or red, use /model in chat:

/model
/model list
/model 3

Pick any entry tagged :free from /model list.

Important: /model is a session-level directive. It affects the current session and does not write to your saved bot config. If the gateway restarts, it reverts to the config-file model.

The current session stays on that free model until you switch again or the runtime session resets.

Free models don't count against your credits at all. If you switch mid-cycle, your credit usage stops accumulating for those conversations.

Sending /model command to switch to a free model manually before credits run out

What happens when credits reset

Credits reset automatically on your billing date. ClawCloud detects the reset (via the Stripe invoice.paid webhook), clears the usage counters, and restores your original paid model config automatically. No action needed on your end.

Your bot goes back to its primary model — whatever you selected during deployment. You don't need to log in, switch manually, or restart anything.

If you want to stay on a free model after reset, run /model again.

Troubleshooting

My bot switched to a free model but my dashboard shows less than 95% usage.
If you've redeployed or reprovisioned your instance, a small portion of usage from the previous billing key may carry over as a baseline. This keeps credit tracking accurate across reprovisions but can make displayed usage higher than a single key's raw numbers. See How to Manage OpenClaw AI Credits for more detail on how credit baselines work, and Destroy vs Regenerate: When to Rebuild Your OpenClaw Server for when a full server rebuild makes sense.

I don't see any :free models in /model list.
Free-model fallback only appears when Backup Models is enabled on your instance. Reprovision with Backup Models turned on, then check /model list again.

I want to stay on a free model even after credits reset.
Billing reset restores your paid default model automatically. If you still want free mode, run /model list and select a :free model again after reset.

I don't want to use a specific free model.
Use /model to switch to any free model listed in /model list. See How to Switch AI Models for the full list of switching options and aliases.

For a detailed breakdown of credit mechanics and tips on stretching your monthly pool, see How to Manage OpenClaw AI Credits.

Ready to deploy?

Skip the setup — your OpenClaw assistant runs on a dedicated server in under a minute.

Deploy Your OpenClaw

Keep reading

Credits, Costs, and BillingAI Models and ProvidersAll topics →
Post

Fix: OpenClaw managed reply reliability on ClawCloud

ClawCloud improved OpenClaw managed reply reliability so managed sessions recover from stale model state instead of failing before a usable reply.

Post

OpenClaw model update: Claude Sonnet 4.6, GPT-5.3 Codex, Gemini 3.1 Pro, and Grok Code

ClawCloud adds Claude Sonnet 4.6, GPT-5.3 Codex, Gemini 3.1 Pro Preview, and Grok Code Fast 1 to the managed catalog. 101 models, switchable in chat.

Post

Which OpenClaw AI Models Actually Work Well with Skills?

Not all OpenClaw models handle skills equally. Here's how model choice affects skill quality and what ClawCloud's tiers offer.

Post

OpenClaw hosting update: BYOK + backup free models

Run OpenClaw on ClawCloud with your own key as primary, then switch to free backup models with /model so your OpenClaw VPS bot stays online.

Post

Running DeepSeek and Qwen Models on OpenClaw with ClawCloud

DeepSeek and Qwen models are available on ClawCloud right now. Here's what's in the catalog, how to switch, and when each model fits.

Post

How OpenClaw Memory Works on a Dedicated Server

OpenClaw memory stores notes as Markdown files on disk. Here's how it works, why a dedicated server matters, and what you can configure.