Synthetic
Synthetic exposes Anthropic-compatible endpoints. Fased registers it as thesynthetic provider and uses the Anthropic Messages API. Synthetic also offers
OpenAI-compatible endpoints, but this Fased provider route intentionally uses
the Anthropic-compatible endpoint.
Quick setup
- Set
SYNTHETIC_API_KEY(or run the wizard below). - Run onboarding:
Config example
/v1 to the base URL, so use
https://api.synthetic.new/anthropic (not /anthropic/v1). If Synthetic changes
its base URL, override models.providers.synthetic.baseUrl.
Model catalog
All models below use cost0 (input/output/cache).
65k max tokens
hf:zai-org/GLM-5.1— context196608, reasoning, texthf:moonshotai/Kimi-K2.6— context262144, reasoning, text + imagehf:MiniMaxAI/MiniMax-M2.5— context191488, texthf:zai-org/GLM-4.7-Flash— context196608, texthf:zai-org/GLM-5— context196608, reasoning, texthf:zai-org/GLM-4.7— context202752, text
hf:deepseek-ai/DeepSeek-V3.2— context159000, texthf:Qwen/Qwen3-Coder-480B-A35B-Instruct— context256000, texthf:Qwen/Qwen3-235B-A22B-Thinking-2507— context256000, reasoning, texthf:Qwen/Qwen3.5-397B-A17B— context256000, texthf:nvidia/Kimi-K2.5-NVFP4— context256000, texthf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4— context256000, texthf:openai/gpt-oss-120b— context128000, texthf:meta-llama/Llama-3.3-70B-Instruct— context128000, texthf:deepseek-ai/DeepSeek-R1-0528— context128000, reasoning, texthf:moonshotai/Kimi-K2.5— context262144, reasoning, text + imagehf:deepseek-ai/DeepSeek-V3— context128000, text
Notes
- Model refs use
synthetic/<modelId>. - If you enable a model allowlist (
agents.defaults.models), add every model you plan to use. - See Model providers for provider rules.