メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

Arcee AI は、OpenAI 互換 API を通じて mixture-of-experts モデルの Trinity ファミリーへのアクセスを提供します。すべての Trinity モデルは Apache 2.0 ライセンスです。 Arcee AI モデルには、Arcee プラットフォームから直接、または OpenRouter 経由でアクセスできます。
プロパティ
プロバイダーarcee
認証ARCEEAI_API_KEY (直接) または OPENROUTER_API_KEY (OpenRouter 経由)
APIOpenAI 互換
ベース URLhttps://api.arcee.ai/api/v1 (直接) または https://openrouter.ai/api/v1 (OpenRouter)

はじめに

1

API キーを取得する

Arcee AI で API キーを作成します。
2

オンボーディングを実行する

openclaw onboard --auth-choice arceeai-api-key
3

デフォルトモデルを設定する

{
  agents: {
    defaults: {
      model: { primary: "arcee/trinity-large-thinking" },
    },
  },
}

非対話型セットアップ

openclaw onboard --non-interactive \
  --mode local \
  --auth-choice arceeai-api-key \
  --arceeai-api-key "$ARCEEAI_API_KEY"

組み込みカタログ

OpenClaw には現在、このバンドル済み Arcee カタログが含まれています。
モデル ref名前入力コンテキストコスト (1M あたりの入力/出力)注記
arcee/trinity-large-thinkingTrinity Large Thinkingtext256K0.25/0.25 / 0.90デフォルトモデル。reasoning が有効
arcee/trinity-large-previewTrinity Large Previewtext128K0.25/0.25 / 1.00汎用。400B パラメーター、13B アクティブ
arcee/trinity-miniTrinity Mini 26Btext128K0.045/0.045 / 0.15高速でコスト効率が高い。function calling
オンボーディングのプリセットは、arcee/trinity-large-thinking をデフォルトモデルとして設定します。

サポートされる機能

機能サポート
ストリーミングはい
ツール使用 / function callingはい (Trinity Mini、Trinity Large Preview)
構造化出力 (JSON mode と JSON schema)はい
拡張 thinkingはい (Trinity Large Thinking。ツールは無効)
Gateway がデーモン (launchd/systemd) として実行される場合は、ARCEEAI_API_KEY (または OPENROUTER_API_KEY) がそのプロセスで利用可能であることを確認してください (たとえば、 ~/.openclaw/.env または env.shellEnv 経由)。
OpenRouter 経由で Arcee モデルを使用する場合も、同じ arcee/* モデル ref が適用されます。 OpenClaw は、認証の選択に基づいてルーティングを透過的に処理します。OpenRouter 固有の 設定の詳細については、OpenRouter プロバイダードキュメント を参照してください。

関連

OpenRouter

単一の API キーで Arcee モデルやその他多数のモデルにアクセスします。

モデル選択

プロバイダー、モデル ref、フェイルオーバー動作の選択。