메인 콘텐츠로 건너뛰기

Together AI

Together AI는 통합 API를 통해 Llama, DeepSeek, Kimi 등 주요 오픈소스 모델에 대한 액세스를 제공합니다.
  • Provider: together
  • 인증: TOGETHER_API_KEY
  • API: OpenAI 호환
  • 기본 URL: https://api.together.xyz/v1

빠른 시작

  1. API 키를 설정합니다(권장: Gateway용으로 저장):
openclaw onboard --auth-choice together-api-key
  1. 기본 모델을 설정합니다:
{
  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가 기본 모델로 설정됩니다.

환경 참고

Gateway가 데몬(launchd/systemd)으로 실행되는 경우, TOGETHER_API_KEY가 해당 프로세스에서 사용할 수 있도록 해야 합니다(예: ~/.openclaw/.env 또는 env.shellEnv를 통해).

내장 카탈로그

OpenClaw는 현재 다음과 같은 번들 Together 카탈로그를 제공합니다:
모델 참조이름입력컨텍스트참고
together/moonshotai/Kimi-K2.5Kimi K2.5텍스트, 이미지262,144기본 모델, reasoning 활성화됨
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,072reasoning 모델
together/moonshotai/Kimi-K2-Instruct-0905Kimi K2-Instruct 0905텍스트262,144보조 Kimi 텍스트 모델
onboarding 프리셋은 together/moonshotai/Kimi-K2.5를 기본 모델로 설정합니다.