Synthetic
Synthetic は Anthropic 互換エンドポイントを提供します。 OpenClaw はこれをsynthetic provider として登録し、Anthropic
Messages API を使用します。
| Property | Value |
|---|---|
| Provider | synthetic |
| Auth | SYNTHETIC_API_KEY |
| API | Anthropic Messages |
| Base URL | https://api.synthetic.new/anthropic |
はじめに
設定例
モデルカタログ
すべての Synthetic モデルは cost0(input/output/cache)を使用します。
| Model ID | Context window | Max tokens | Reasoning | Input |
|---|---|---|---|---|
hf:MiniMaxAI/MiniMax-M2.5 | 192,000 | 65,536 | no | text |
hf:moonshotai/Kimi-K2-Thinking | 256,000 | 8,192 | yes | text |
hf:zai-org/GLM-4.7 | 198,000 | 128,000 | no | text |
hf:deepseek-ai/DeepSeek-R1-0528 | 128,000 | 8,192 | no | text |
hf:deepseek-ai/DeepSeek-V3-0324 | 128,000 | 8,192 | no | text |
hf:deepseek-ai/DeepSeek-V3.1 | 128,000 | 8,192 | no | text |
hf:deepseek-ai/DeepSeek-V3.1-Terminus | 128,000 | 8,192 | no | text |
hf:deepseek-ai/DeepSeek-V3.2 | 159,000 | 8,192 | no | text |
hf:meta-llama/Llama-3.3-70B-Instruct | 128,000 | 8,192 | no | text |
hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | 524,000 | 8,192 | no | text |
hf:moonshotai/Kimi-K2-Instruct-0905 | 256,000 | 8,192 | no | text |
hf:moonshotai/Kimi-K2.5 | 256,000 | 8,192 | yes | text + image |
hf:openai/gpt-oss-120b | 128,000 | 8,192 | no | text |
hf:Qwen/Qwen3-235B-A22B-Instruct-2507 | 256,000 | 8,192 | no | text |
hf:Qwen/Qwen3-Coder-480B-A35B-Instruct | 256,000 | 8,192 | no | text |
hf:Qwen/Qwen3-VL-235B-A22B-Instruct | 250,000 | 8,192 | no | text + image |
hf:zai-org/GLM-4.5 | 128,000 | 128,000 | no | text |
hf:zai-org/GLM-4.6 | 198,000 | 128,000 | no | text |
hf:zai-org/GLM-5 | 256,000 | 128,000 | yes | text + image |
hf:deepseek-ai/DeepSeek-V3 | 128,000 | 8,192 | no | text |
hf:Qwen/Qwen3-235B-A22B-Thinking-2507 | 256,000 | 8,192 | yes | text |
Model allowlist
Model allowlist
model allowlist(
agents.defaults.models)を有効にする場合は、
使用予定の Synthetic モデルをすべて追加してください。allowlist にないモデルは agent から見えなくなります。Base URL override
Base URL override
Synthetic が API エンドポイントを変更した場合は、config で base URL を上書きしてください:OpenClaw が自動で
/v1 を追加することを忘れないでください。関連
Model providers
provider ルール、model ref、フェイルオーバー動作。
Configuration reference
provider 設定を含む完全な config schema。
Synthetic
Synthetic ダッシュボードと API ドキュメント。