diff --git a/config/provider-templates-cn.json b/config/provider-templates-cn.json index 4218b7e0..b0e97257 100644 --- a/config/provider-templates-cn.json +++ b/config/provider-templates-cn.json @@ -199,6 +199,14 @@ "apiKeyUrl": "https://www.compshare.cn/coding-plan?ytag=GPU_YY_JL_git_note-gen", "icon": "https://files.seeusercontent.com/2026/03/26/L5pg/logo-compshare_.png", "enabled": true + }, + { + "key": "cheaperinference", + "title": "Cheaper Inference", + "baseURL": "https://api.cheaperinference.com/v1", + "apiKeyUrl": "https://cheaperinference.com/docs", + "icon": "https://www.cheaperinference.com/icon.svg", + "enabled": true } ] } diff --git a/config/provider-templates.json b/config/provider-templates.json index 62b21d7b..83ed177c 100644 --- a/config/provider-templates.json +++ b/config/provider-templates.json @@ -206,6 +206,14 @@ "apiKeyUrl": "https://www.compshare.cn/coding-plan?ytag=GPU_YY_JL_git_note-gen", "icon": "https://files.seeusercontent.com/2026/03/26/L5pg/logo-compshare_.png", "enabled": true + }, + { + "key": "cheaperinference", + "title": "Cheaper Inference", + "baseURL": "https://api.cheaperinference.com/v1", + "apiKeyUrl": "https://cheaperinference.com/docs", + "icon": "https://www.cheaperinference.com/icon.svg", + "enabled": true } ] }