From 7028ad61e12e02383aff3d9b039e44eb4317fcb4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 2 May 2026 23:13:22 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@dd43caa27aa1a805af6a4f1bdaa9a7122d609100 --- .openclaw-sync/source.json | 4 ++-- docs/providers/arcee.md | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 664007a8d..0222db8f5 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "68359cacbf58ac5b4775c11bb435977e64af34fc", - "syncedAt": "2026-05-02T23:10:36.807Z" + "sha": "dd43caa27aa1a805af6a4f1bdaa9a7122d609100", + "syncedAt": "2026-05-02T23:11:26.168Z" } diff --git a/docs/providers/arcee.md b/docs/providers/arcee.md index 90e0523cc..b08f7a86c 100644 --- a/docs/providers/arcee.md +++ b/docs/providers/arcee.md @@ -98,24 +98,24 @@ Arcee AI models can be accessed directly via the Arcee platform or through [Open 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.25 / $0.90 | Default model; reasoning enabled | -| `arcee/trinity-large-preview` | Trinity Large Preview | text | 128K | $0.25 / $1.00 | General-purpose; 400B params, 13B active | -| `arcee/trinity-mini` | Trinity Mini 26B | text | 128K | $0.045 / $0.15 | Fast and cost-efficient; function calling | +| Model ref | Name | Input | Context | Cost (in/out per 1M) | Notes | +| ------------------------------ | ---------------------- | ----- | ------- | -------------------- | ------------------------------------------ | +| `arcee/trinity-large-thinking` | Trinity Large Thinking | text | 256K | $0.25 / $0.90 | Default model; reasoning enabled; no tools | +| `arcee/trinity-large-preview` | Trinity Large Preview | text | 128K | $0.25 / $1.00 | General-purpose; 400B params, 13B active | +| `arcee/trinity-mini` | Trinity Mini 26B | text | 128K | $0.045 / $0.15 | Fast and cost-efficient; function calling | -The onboarding preset sets `arcee/trinity-large-thinking` as the default model. +The onboarding preset sets `arcee/trinity-large-thinking` as the default model. It is reasoning/text-only and does not support tool use or function calling. ## Supported features -| Feature | Supported | -| --------------------------------------------- | ---------------------------- | -| Streaming | Yes | -| Tool use / function calling | Yes | -| Structured output (JSON mode and JSON schema) | Yes | -| Extended thinking | Yes (Trinity Large Thinking) | +| Feature | Supported | +| --------------------------------------------- | ------------------------------------------- | +| Streaming | Yes | +| Tool use / function calling | Model-dependent; not Trinity Large Thinking | +| Structured output (JSON mode and JSON schema) | Yes | +| Extended thinking | Yes (Trinity Large Thinking) |