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

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.

Together AI は、統一 API を通じて Llama、DeepSeek、Kimi などの主要なオープンソース モデルへのアクセスを提供します。
プロパティ
プロバイダーtogether
認証TOGETHER_API_KEY
APIOpenAI 互換
ベース URLhttps://api.together.xyz/v1

はじめに

1

API キーを取得する

api.together.ai/settings/api-keys で API キーを作成します。
2

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

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

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

{
  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"
オンボーディングのプリセットは together/moonshotai/Kimi-K2.5 をデフォルト モデルとして設定します。

組み込みカタログ

OpenClaw には、このバンドル済み Together カタログが含まれています。
モデル参照名前入力コンテキスト注記
together/moonshotai/Kimi-K2.5Kimi K2.5テキスト, 画像262,144デフォルトモデル; 推論有効
together/zai-org/GLM-4.7GLM 4.7 Fp8テキスト202,752汎用テキストモデル
together/meta-llama/Llama-3.3-70B-Instruct-TurboLlama 3.3 70B Instruct Turboテキスト131,072高速な指示モデル
together/meta-llama/Llama-4-Scout-17B-16E-InstructLlama 4 Scout 17B 16E Instructテキスト, 画像10,000,000マルチモーダル
together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8Llama 4 Maverick 17B 128E Instruct FP8テキスト, 画像20,000,000マルチモーダル
together/deepseek-ai/DeepSeek-V3.1DeepSeek V3.1テキスト131,072汎用テキストモデル
together/deepseek-ai/DeepSeek-R1DeepSeek R1テキスト131,072推論モデル
together/moonshotai/Kimi-K2-Instruct-0905Kimi K2-Instruct 0905テキスト262,144セカンダリ Kimi テキストモデル

動画生成

バンドル済みの together plugin は、共有 video_generate ツールを通じた 動画生成も登録します。
プロパティ
デフォルト動画モデルtogether/Wan-AI/Wan2.2-T2V-A14B
モードテキストから動画, 単一画像リファレンス
サポートされるパラメーターaspectRatio, resolution
Together をデフォルトの動画プロバイダーとして使用するには:
{
  agents: {
    defaults: {
      videoGenerationModel: {
        primary: "together/Wan-AI/Wan2.2-T2V-A14B",
      },
    },
  },
}
共有ツールのパラメーター、プロバイダー選択、フェイルオーバー動作については 動画生成 を参照してください。
Gateway がデーモン (launchd/systemd) として実行される場合は、 TOGETHER_API_KEY がそのプロセスで利用可能であることを確認してください (たとえば、~/.openclaw/.env または env.shellEnv 経由)。
対話型シェルにのみ設定されたキーは、デーモン管理の Gateway プロセスには 表示されません。永続的に利用できるようにするには、~/.openclaw/.env または env.shellEnv 設定を使用してください。
  • キーが機能することを確認します: openclaw models list --provider together
  • モデルが表示されない場合は、Gateway プロセスの正しい環境に API キーが設定されていることを確認してください。
  • モデル参照は together/<model-id> 形式を使用します。

関連

モデル選択

プロバイダールール、モデル参照、フェイルオーバー動作。

動画生成

共有動画生成ツールのパラメーターとプロバイダー選択。

設定リファレンス

プロバイダー設定を含む完全な設定スキーマ。

Together AI

Together AI ダッシュボード、API ドキュメント、料金。