Arcee AI
Arcee AI provides access to the Trinity family of mixture-of-experts models through an OpenAI-compatible API. All Trinity models are Apache 2.0 licensed. Arcee AI models can be accessed directly via the Arcee platform or through OpenRouter.- Provider:
arcee - Auth:
ARCEEAI_API_KEY(direct) orOPENROUTER_API_KEY(via OpenRouter) - API: OpenAI-compatible
- Base URL:
https://api.arcee.ai/api/v1(direct) orhttps://openrouter.ai/api/v1(OpenRouter)
Quick start
- Get an API key from Arcee AI or OpenRouter.
- Set the API key (recommended: store it for the Gateway):
- Set a default model:
Non-interactive example
Environment note
If the Gateway runs as a daemon (launchd/systemd), make sureARCEEAI_API_KEY
(or OPENROUTER_API_KEY) is available to that process (for example, in
~/.openclaw/.env or via env.shellEnv).
Built-in catalog
OpenClaw currently ships this bundled Arcee catalog:| Model ref | Name | Input | Context | Cost (in/out per 1M) | Notes |
|---|---|---|---|---|---|
arcee/trinity-large-thinking | Trinity Large Thinking | text | 256K | 0.90 | Default model; reasoning enabled |
arcee/trinity-large-preview | Trinity Large Preview | text | 128K | 1.00 | General-purpose; 400B params, 13B active |
arcee/trinity-mini | Trinity Mini 26B | text | 128K | 0.15 | Fast and cost-efficient; function calling |
arcee/trinity-large-thinking).
The onboarding preset sets arcee/trinity-large-thinking as the default model.
Supported features
- Streaming
- Tool use / function calling
- Structured output (JSON mode and JSON schema)
- Extended thinking (Trinity Large Thinking)