-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquickstart-synthetic.json
More file actions
34 lines (34 loc) · 1.15 KB
/
quickstart-synthetic.json
File metadata and controls
34 lines (34 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"providers": [
{
"name": "synthetic-minimax-m2-5",
"base_url": "https://api.synthetic.new/openai/v1",
"api_key_var": "LLM_SYNTHETIC_API_KEY",
"default_model": "MiniMax-M2.5",
"description": "MiniMax-M2.5 Claude-compatible model from synthetic.new",
"protocol": "openai",
"enabled": true,
"signup_url": "https://synthetic.new/?referral=ugceNlJ08A3Eeww"
},
{
"name": "synthetic-glm-5",
"base_url": "https://api.synthetic.new/openai/v1",
"api_key_var": "LLM_SYNTHETIC_API_KEY",
"default_model": "glm-5",
"description": "GLM-5 Claude-compatible model from synthetic.new",
"protocol": "openai",
"enabled": true,
"signup_url": "https://synthetic.new/?referral=ugceNlJ08A3Eeww"
},
{
"name": "synthetic-kimi-k2-5",
"base_url": "https://api.synthetic.new/openai/v1",
"api_key_var": "LLM_SYNTHETIC_API_KEY",
"default_model": "kimi-k2.5",
"description": "Kimi-K2.5 Claude-compatible model from synthetic.new",
"protocol": "openai",
"enabled": true,
"signup_url": "https://synthetic.new/?referral=ugceNlJ08A3Eeww"
}
]
}