Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
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.
| Property | Value |
|---|---|
| Provider | text arcee |
| Auth | text ARCEEAI_API_KEYtext OPENROUTER_API_KEY |
| API | OpenAI-compatible |
| Base URL | text https://api.arcee.ai/api/v1text https://openrouter.ai/api/v1 |
text<Step title="Run onboarding"> ```bash} openclaw onboard --auth-choice arceeai-api-key ``` </Step> <Step title="Set a default model"> ```json5} { agents: { defaults: { model: { primary: "arcee/trinity-large-thinking" }, }, }, } ``` </Step> </Steps>
text<Step title="Run onboarding"> ```bash} openclaw onboard --auth-choice arceeai-openrouter ``` </Step> <Step title="Set a default model"> ```json5} { agents: { defaults: { model: { primary: "arcee/trinity-large-thinking" }, }, }, } ``` The same model refs work for both direct and OpenRouter setups (for example `arcee/trinity-large-thinking`). </Step> </Steps>
OpenClaw currently ships this bundled Arcee catalog:
| Model ref | Name | Input | Context | Cost (in/out per 1M) | Notes |
|---|---|---|---|---|---|
text arcee/trinity-large-thinking | Trinity Large Thinking | text | 256K | $0.25 / $0.90 | Default model; reasoning enabled |
text arcee/trinity-large-preview | Trinity Large Preview | text | 128K | $0.25 / $1.00 | General-purpose; 400B params, 13B active |
text arcee/trinity-mini | Trinity Mini 26B | text | 128K | $0.045 / $0.15 | Fast and cost-efficient; function calling |
| Feature | Supported |
|---|---|
| Streaming | Yes |
| Tool use / function calling | Yes |
| Structured output (JSON mode and JSON schema) | Yes |
| Extended thinking | Yes (Trinity Large Thinking) |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine