Synthetic 提供与 Anthropic 兼容的端点。 OpenClaw 将其注册为Documentation Index
Fetch the complete documentation index at: https://openclaw.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
synthetic 提供方,并使用 Anthropic
Messages API。
| 属性 | 值 |
|---|---|
| 提供方 | synthetic |
| 认证 | SYNTHETIC_API_KEY |
| API | Anthropic Messages |
| 基础 URL | https://api.synthetic.new/anthropic |
入门
配置示例
内置目录
所有 Synthetic 模型的费用均为0(输入/输出/缓存)。
| 模型 ID | 上下文窗口 | 最大 token 数 | 推理 | 输入 |
|---|---|---|---|---|
hf:MiniMaxAI/MiniMax-M2.5 | 192,000 | 65,536 | 否 | text |
hf:moonshotai/Kimi-K2-Thinking | 256,000 | 8,192 | 是 | text |
hf:zai-org/GLM-4.7 | 198,000 | 128,000 | 否 | text |
hf:deepseek-ai/DeepSeek-R1-0528 | 128,000 | 8,192 | 否 | text |
hf:deepseek-ai/DeepSeek-V3-0324 | 128,000 | 8,192 | 否 | text |
hf:deepseek-ai/DeepSeek-V3.1 | 128,000 | 8,192 | 否 | text |
hf:deepseek-ai/DeepSeek-V3.1-Terminus | 128,000 | 8,192 | 否 | text |
hf:deepseek-ai/DeepSeek-V3.2 | 159,000 | 8,192 | 否 | text |
hf:meta-llama/Llama-3.3-70B-Instruct | 128,000 | 8,192 | 否 | text |
hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | 524,000 | 8,192 | 否 | text |
hf:moonshotai/Kimi-K2-Instruct-0905 | 256,000 | 8,192 | 否 | text |
hf:moonshotai/Kimi-K2.5 | 256,000 | 8,192 | 是 | text + image |
hf:openai/gpt-oss-120b | 128,000 | 8,192 | 否 | text |
hf:Qwen/Qwen3-235B-A22B-Instruct-2507 | 256,000 | 8,192 | 否 | text |
hf:Qwen/Qwen3-Coder-480B-A35B-Instruct | 256,000 | 8,192 | 否 | text |
hf:Qwen/Qwen3-VL-235B-A22B-Instruct | 250,000 | 8,192 | 否 | text + image |
hf:zai-org/GLM-4.5 | 128,000 | 128,000 | 否 | text |
hf:zai-org/GLM-4.6 | 198,000 | 128,000 | 否 | text |
hf:zai-org/GLM-5 | 256,000 | 128,000 | 是 | text + image |
hf:deepseek-ai/DeepSeek-V3 | 128,000 | 8,192 | 否 | text |
hf:Qwen/Qwen3-235B-A22B-Thinking-2507 | 256,000 | 8,192 | 是 | text |
模型允许列表
模型允许列表
如果你启用了模型允许列表(
agents.defaults.models),请添加你计划使用的每一个
Synthetic 模型。不在允许列表中的模型将对代理隐藏。基础 URL 覆盖
基础 URL 覆盖
如果 Synthetic 更改了其 API 端点,请在配置中覆盖基础 URL:记住 OpenClaw 会自动追加
/v1。相关内容
模型选择
提供方规则、模型引用和故障切换行为。
配置参考
包括提供方设置在内的完整配置模式。
Synthetic
Synthetic 仪表盘和 API 文档。