From 257e92fb17c0485036c1892f61f3a13ec8137fe0 Mon Sep 17 00:00:00 2001 From: aiapienthusiast <327629069+aiapienthusiast@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:02:33 +0400 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Cheaper=20Inferenc?= =?UTF-8?q?e=20=E6=A8=A1=E5=9E=8B=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenAI-compatible gateway at https://api.cheaperinference.com/v1, added to both template files the way every earlier provider was. The icon is the provider own mark it serves at https://www.cheaperinference.com/icon.svg, the same pattern as the infistar entry. --- config/provider-templates-cn.json | 8 ++++++++ config/provider-templates.json | 8 ++++++++ 2 files changed, 16 insertions(+) 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 } ] }