Getting Started Chat & Sessions Agents Workflow Providers Advanced Shortcuts FAQ
HexClaw Docs

Model Providers

Configure multiple AI providers, store API keys locally, and manage model availability.

Supported Providers (14 total)

ProviderDefault Base URLRepresentative ModelsKey Format
OpenAIapi.openai.com/v1GPT-4o, o-series, and similar modelssk-...
DeepSeekapi.deepseek.com/v1DeepSeek familysk-...
Anthropicapi.anthropic.com/v1Claude familysk-ant-...
Google Geminigenerativelanguage.googleapis.comGemini familyAIza...
Alibaba Qwendashscope.aliyuncs.comQwen familysk-...
ByteDance Arkark.cn-beijing.volces.comDoubao / Ark-compatible modelsep-...
Zhipu AIopen.bigmodel.cn/api/paas/v4GLM-4 familysk-...
Kimi (Moonshot)api.moonshot.cn/v1Moonshot familysk-...
Wenxin Yiyan (Baidu)aip.baidubce.comERNIE familysk-...
Tencent Hunyuanhunyuan.tencentcloudapi.comHunyuan familysk-...
iFlytek Sparkspark-api-open.xf-yun.com/v1Spark familysk-...
MiniMaxapi.minimax.chat/v1abab familysk-...
Ollamalocalhost:11434/v1Llama / Qwen / Mistral / DeepSeekNot required
CustomUser-definedUser-definedUser-defined
Note: The model names above are examples only. The actual list available in HexClaw depends on your provider account, region, and what the provider API returns.

Add a Provider

  1. Go to Settings → Model Providers
  2. Click "Add Provider"
  3. Select a provider type such as OpenAI or DeepSeek
  4. Enter the API key, which is stored securely through Tauri's native key store
  5. Optionally override the base URL for a proxy or private deployment
  6. Save the provider

Capability Labels

Each model advertises the capabilities it supports:

Local Ollama Setup

Ollama lets you run AI models entirely offline:

# Install Ollama
brew install ollama    # macOS
# Or download it from ollama.com

# Start Ollama and pull models
ollama serve
ollama pull llama3.1
ollama pull qwen2.5
ollama pull deepseek-r1

In HexClaw, add Ollama as a provider with base URL http://localhost:11434/v1. No API key is required.

API Key Security

Security: API keys are stored through Tauri's secure storage integration and are not written to disk in plaintext.

Test Connection

Each provider card has a ⚡ test button. Clicking it verifies:

Test results are displayed inline on the provider card (green ✓ or red ✕).

Automatic Model Selection

The first option in the model dropdown is Auto (automatic selection with failover). When selected:


← Workflow Canvas
Advanced Features →

✏️ Edit this page on GitHub