Synthetic
Synthetic exposes Anthropic-compatible endpoints. Synthetic 提供與 Anthropic 相容的端點。OpenClaw 將其註冊為synthetic 提供者,並使用 Anthropic Messages API。
快速開始
- 設定
SYNTHETIC_API_KEY(或執行下方的精靈)。 - Run onboarding:
設定範例
/v1 附加至基底 URL,因此請使用
https://api.synthetic.new/anthropic(而非 /anthropic/v1)。若 Synthetic 變更其基底 URL,請覆寫 models.providers.synthetic.baseUrl。 If Synthetic changes
its base URL, override models.providers.synthetic.baseUrl. If Synthetic changes
its base URL, override models.providers.synthetic.baseUrl.
模型目錄
以下所有模型的成本皆使用0(輸入/輸出/快取)。
| 模型 ID | 上下文視窗 | Max tokens | 推理 | Input |
|---|---|---|---|---|
hf:MiniMaxAI/MiniMax-M2.1 | 192000 | 65536 | false | text |
hf:moonshotai/Kimi-K2-Thinking | 256000 | 8192 | true | text |
hf:zai-org/GLM-4.7 | 198000 | 128000 | false | text |
hf:deepseek-ai/DeepSeek-R1-0528 | 128000 | 8192 | false | text |
hf:deepseek-ai/DeepSeek-V3-0324 | 128000 | 8192 | false | text |
hf:deepseek-ai/DeepSeek-V3.1 | 128000 | 8192 | false | text |
hf:deepseek-ai/DeepSeek-V3.1-Terminus | 128000 | 8192 | false | text |
hf:deepseek-ai/DeepSeek-V3.2 | 159000 | 8192 | false | text |
hf:meta-llama/Llama-3.3-70B-Instruct | 128000 | 8192 | false | text |
hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | 524000 | 8192 | false | text |
hf:moonshotai/Kimi-K2-Instruct-0905 | 256000 | 8192 | false | text |
hf:openai/gpt-oss-120b | 128000 | 8192 | false | text |
hf:Qwen/Qwen3-235B-A22B-Instruct-2507 | 256000 | 8192 | false | text |
hf:Qwen/Qwen3-Coder-480B-A35B-Instruct | 256000 | 8192 | false | text |
hf:Qwen/Qwen3-VL-235B-A22B-Instruct | 250000 | 8192 | false | text + image |
hf:zai-org/GLM-4.5 | 128000 | 128000 | false | text |
hf:zai-org/GLM-4.6 | 198000 | 128000 | false | text |
hf:deepseek-ai/DeepSeek-V3 | 128000 | 8192 | false | text |
hf:Qwen/Qwen3-235B-A22B-Thinking-2507 | 256000 | 8192 | true | text |
注意事項
- 模型參照使用
synthetic/<modelId>。 - 若您啟用模型允許清單(
agents.defaults.models),請新增您計畫使用的每一個模型。 - 請參閱[Model providers](/concepts/model-providers) 以了解提供者規則。