Langsung ke konten utama

Together AI

Together AI menyediakan akses ke model open-source terkemuka termasuk Llama, DeepSeek, Kimi, dan lainnya melalui API terpadu.
  • Provider: together
  • Auth: TOGETHER_API_KEY
  • API: kompatibel dengan OpenAI
  • Base URL: https://api.together.xyz/v1

Mulai cepat

  1. Setel kunci API (disarankan: simpan untuk Gateway):
openclaw onboard --auth-choice together-api-key
  1. Tetapkan model default:
{
  agents: {
    defaults: {
      model: { primary: "together/moonshotai/Kimi-K2.5" },
    },
  },
}

Contoh non-interaktif

openclaw onboard --non-interactive \
  --mode local \
  --auth-choice together-api-key \
  --together-api-key "$TOGETHER_API_KEY"
Ini akan menetapkan together/moonshotai/Kimi-K2.5 sebagai model default.

Catatan lingkungan

Jika Gateway berjalan sebagai daemon (launchd/systemd), pastikan TOGETHER_API_KEY tersedia untuk proses tersebut (misalnya, di ~/.openclaw/.env atau melalui env.shellEnv).

Katalog bawaan

OpenClaw saat ini mengirimkan katalog Together bawaan berikut:
Model refNamaInputKonteksCatatan
together/moonshotai/Kimi-K2.5Kimi K2.5teks, gambar262,144Model default; reasoning diaktifkan
together/zai-org/GLM-4.7GLM 4.7 Fp8teks202,752Model teks tujuan umum
together/meta-llama/Llama-3.3-70B-Instruct-TurboLlama 3.3 70B Instruct Turboteks131,072Model instruksi cepat
together/meta-llama/Llama-4-Scout-17B-16E-InstructLlama 4 Scout 17B 16E Instructteks, gambar10,000,000Multimodal
together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8Llama 4 Maverick 17B 128E Instruct FP8teks, gambar20,000,000Multimodal
together/deepseek-ai/DeepSeek-V3.1DeepSeek V3.1teks131,072Model teks umum
together/deepseek-ai/DeepSeek-R1DeepSeek R1teks131,072Model reasoning
together/moonshotai/Kimi-K2-Instruct-0905Kimi K2-Instruct 0905teks262,144Model teks Kimi sekunder
Preset onboarding menetapkan together/moonshotai/Kimi-K2.5 sebagai model default.