| Property | Value |
|---|---|
| Provider | together |
| Auth | TOGETHER_API_KEY |
| API | OpenAI-compatible |
| Base URL | https://api.together.xyz/v1 |
开始使用
非交互式示例
引导预设会将
together/meta-llama/Llama-3.3-70B-Instruct-Turbo 设置为默认模型。内置目录
OpenClaw 附带以下内置 Together 目录:| Model ref | Name | Input | Context | Notes |
|---|---|---|---|---|
together/meta-llama/Llama-3.3-70B-Instruct-Turbo | Llama 3.3 70B Instruct Turbo | text | 131,072 | Default model |
together/moonshotai/Kimi-K2.6 | Kimi K2.6 FP4 | text, image | 262,144 | Kimi reasoning model |
together/deepseek-ai/DeepSeek-V4-Pro | DeepSeek V4 Pro | text | 512,000 | Reasoning text model |
together/Qwen/Qwen2.5-7B-Instruct-Turbo | Qwen2.5 7B Instruct Turbo | text | 32,768 | Fast text model |
together/zai-org/GLM-5.1 | GLM 5.1 FP4 | text | 202,752 | Reasoning text model |
视频生成
捆绑的together 插件还通过共享的 video_generate 工具注册了视频生成。
| Property | Value |
|---|---|
| Default video model | together/Wan-AI/Wan2.2-T2V-A14B |
| Modes | text-to-video; single-image reference only with Wan-AI/Wan2.2-I2V-A14B |
| Supported parameters | aspectRatio, resolution |
环境说明
环境说明
如果 Gateway 作为守护进程运行(launchd/systemd),请确保
TOGETHER_API_KEY 对该进程可用(例如,放在
~/.openclaw/.env 中或通过 env.shellEnv)。故障排除
故障排除
- 验证你的密钥是否可用:
openclaw models list --provider together - 如果模型没有出现,请确认 API 密钥已为你的 Gateway 进程设置在正确的 环境中。
- 模型引用使用
together/<model-id>形式。
相关内容
模型选择
提供方规则、模型引用和故障转移行为。
视频生成
共享的视频生成工具参数和提供方选择。
配置参考
包括提供方设置在内的完整配置模式。
Together AI
Together AI 仪表盘、API 文档和定价。