LLM Config
LLM provider configuration, key management, and x402 micropayment routing via ClawRouter.
LLM & Payments
Molt.id Multiclaw Service supports multiple LLM providers with a priority-based key resolution system. Users can bring their own API keys, use platform-provided global keys, or pay per request via x402 micropayments through ClawRouter.
Platform-provided global LLM keys are rate-limited and shared across all users. Please expect occasional downtime or slow responses during high usage. We will introduce a daily credits system soon. For the best experience, Bring Your Own Key (BYOK) is strongly recommended as your primary option
Supported Providers
Anthropic
Claude Sonnet, Haiku, Opus
OpenAI
GPT-4o, GPT-4o-mini
OpenRouter
100+ models via OpenRouter proxy
ClawRouter
30+ models via x402 micropayments
Key Priority
Keys are resolved in this order for each user:
User's own key
→ Platform global key
→ Not availableThis means:
Global keys set by the platform work for all users by default
Per-user keys override global keys when set
Users who bring their own API keys get billed directly by the provider
Default Model Selection
When a container starts, the default model is automatically selected based on which providers have keys available:
Key Security
Keys are never exposed to users through any endpoint
API responses show only the first 8 characters (redacted)
Inside containers, keys are stored in isolated files with restricted permissions
Sensitive files are excluded from snapshots — always written fresh on startup
ClawRouter (x402 Micropayments)
ClawRouter is an x402 micropayment-based LLM proxy that runs inside each container. It lets users access 30+ LLM models without needing individual API keys — costs are paid from a Solana wallet via HTTP 402 micropayments.
How It Works
OpenClaw sends a standard OpenAI-compatible request to ClawRouter
ClawRouter routes the request to the cheapest available provider
The provider responds with HTTP 402 (Payment Required) + an x402 invoice
ClawRouter pays the invoice from the configured Solana wallet
Provider returns the LLM response
ClawRouter forwards it back to OpenClaw
Available Models
The blockrun/auto model uses smart routing to pick the cheapest model. Individual models are also available:
blockrun/anthropic/claude-sonnet-4blockrun/anthropic/claude-haiku-4.5blockrun/openai/gpt-4oblockrun/openai/gpt-4o-miniblockrun/google/gemini-2.5-flashblockrun/deepseek/deepseek-chatAnd 20+ more
Wallet Key Priority
The wallet key used for x402 payments follows the same priority as LLM keys:
The wallet key is written securely inside the container on startup and is never exposed to users or included in snapshots.
Last updated
