openclaw/docs/providers/index.md
marks 9d5f4da3d6 feat: add Maple AI provider integration
Maple AI is a TEE-based private inference provider using Confidential
Computing for end-to-end encryption with cryptographic attestations.

- Add maple-models.ts with model catalog and discovery
- Add MAPLE_API_KEY environment variable support
- Add interactive onboarding: `clawdbot onboard --auth-choice maple-api-key`
- Add configurable proxy URL (default: http://127.0.0.1:8080/v1)
- Add provider auto-registration when API key detected
- Add documentation at docs/providers/maple.md

Supported models: kimi-k2-thinking (default), gpt-oss-120b, deepseek-r1-0528,
qwen3-coder-480b, qwen3-vl-30b, llama-3.3-70b, gemma-3-27b
2026-01-27 14:23:15 -06:00

1.9 KiB

summary read_when
Model providers (LLMs) supported by Moltbot
You want to choose a model provider
You need a quick overview of supported LLM backends

Model Providers

Moltbot can use many LLM providers. Pick a provider, authenticate, then set the default model as provider/model.

Looking for chat channel docs (WhatsApp/Telegram/Discord/Slack/Mattermost (plugin)/etc.)? See Channels.

Highlight: Venius (Venice AI)

Venius is our recommended Venice AI setup for privacy-first inference with an option to use Opus for hard tasks.

  • Default: venice/llama-3.3-70b
  • Best overall: venice/claude-opus-45 (Opus remains the strongest)

See Venice AI.

Quick start

  1. Authenticate with the provider (usually via moltbot onboard).
  2. Set the default model:
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-5" } } }
}

Provider docs

Transcription providers

Community tools

For the full provider catalog (xAI, Groq, Mistral, etc.) and advanced configuration, see Model providers.