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

Together AI

Together AI は、Llama、DeepSeek、Kimiなどを含む主要なオープンソースmodelへのアクセスを、統一されたAPI経由で提供します。
  • Provider: together
  • Auth: TOGETHER_API_KEY
  • API: OpenAI互換
  • Base URL: https://api.together.xyz/v1

クイックスタート

  1. API keyを設定します(推奨: Gateway用に保存する):
openclaw onboard --auth-choice together-api-key
  1. デフォルトmodelを設定します:
{
  agents: {
    defaults: {
      model: { primary: "together/moonshotai/Kimi-K2.5" },
    },
  },
}

非対話式の例

openclaw onboard --non-interactive \
  --mode local \
  --auth-choice together-api-key \
  --together-api-key "$TOGETHER_API_KEY"
これにより、デフォルトmodelとして together/moonshotai/Kimi-K2.5 が設定されます。

環境に関する注

Gatewayをdaemon(launchd/systemd)として実行する場合は、TOGETHER_API_KEY がそのprocessから利用可能であることを確認してください(たとえば ~/.openclaw/.env または env.shellEnv 経由)。

組み込みcatalog

OpenClawには現在、次のbundled Together catalogが含まれています。
Model ref名前入力コンテキスト
together/moonshotai/Kimi-K2.5Kimi K2.5text, image262,144デフォルトmodel。reasoning有効
together/zai-org/GLM-4.7GLM 4.7 Fp8text202,752汎用テキストmodel
together/meta-llama/Llama-3.3-70B-Instruct-TurboLlama 3.3 70B Instruct Turbotext131,072高速なinstruction model
together/meta-llama/Llama-4-Scout-17B-16E-InstructLlama 4 Scout 17B 16E Instructtext, image10,000,000マルチモーダル
together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8Llama 4 Maverick 17B 128E Instruct FP8text, image20,000,000マルチモーダル
together/deepseek-ai/DeepSeek-V3.1DeepSeek V3.1text131,072汎用テキストmodel
together/deepseek-ai/DeepSeek-R1DeepSeek R1text131,072Reasoning model
together/moonshotai/Kimi-K2-Instruct-0905Kimi K2-Instruct 0905text262,144第2のKimiテキストmodel
オンボーディングpresetでは、デフォルトmodelとして together/moonshotai/Kimi-K2.5 が設定されます。