Synthetic
Synthetic 提供兼容 Anthropic 的端点。Fased 将其注册为synthetic 提供商,并使用 Anthropic Messages API。Synthetic 也提供兼容 OpenAI 的端点,但 Fased 的 synthetic 路由目前使用 Anthropic 兼容端点。
快速设置
- 设置
SYNTHETIC_API_KEY(或运行以下向导)。 - 运行新手引导:
配置示例
/v1,因此请使用 https://api.synthetic.new/anthropic(而非 /anthropic/v1)。如果 Synthetic 更改了其 base URL,请覆盖 models.providers.synthetic.baseUrl。
模型目录
以下所有模型的费用均为0(输入/输出/缓存)。
| 模型 ID | 上下文窗口 | 最大令牌数 | 推理 | 输入 |
|---|---|---|---|---|
hf:zai-org/GLM-5.1 | 196608 | 65536 | true | text |
hf:moonshotai/Kimi-K2.6 | 262144 | 65536 | true | text + image |
hf:MiniMaxAI/MiniMax-M2.5 | 191488 | 65536 | false | text |
hf:zai-org/GLM-4.7-Flash | 196608 | 65536 | false | text |
hf:zai-org/GLM-5 | 196608 | 65536 | true | text |
hf:zai-org/GLM-4.7 | 202752 | 65536 | false | text |
hf:deepseek-ai/DeepSeek-V3.2 | 159000 | 8192 | false | text |
hf:Qwen/Qwen3-Coder-480B-A35B-Instruct | 256000 | 8192 | false | text |
hf:Qwen/Qwen3-235B-A22B-Thinking-2507 | 256000 | 8192 | true | text |
hf:Qwen/Qwen3.5-397B-A17B | 256000 | 8192 | false | text |
hf:nvidia/Kimi-K2.5-NVFP4 | 256000 | 8192 | false | text |
hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 | 256000 | 8192 | false | text |
hf:openai/gpt-oss-120b | 128000 | 8192 | false | text |
hf:meta-llama/Llama-3.3-70B-Instruct | 128000 | 8192 | false | text |
hf:deepseek-ai/DeepSeek-R1-0528 | 128000 | 8192 | true | text |
hf:moonshotai/Kimi-K2.5 | 262144 | 8192 | true | text + image |
hf:deepseek-ai/DeepSeek-V3 | 128000 | 8192 | false | text |
注意事项
- 模型引用格式为
synthetic/<modelId>。 - 如果启用了模型允许列表(
agents.defaults.models),请添加你计划使用的所有模型。 - 参阅模型提供商了解提供商规则。