From ef9feef0c40f264f170bcc11a30dbfefb88f9556 Mon Sep 17 00:00:00 2001 From: euvre <93761161+euvre@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:55:59 +0800 Subject: [PATCH] fix(go-models): add StepFun Step Plan base URL (#17704) --- conf/models/stepfun.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/models/stepfun.json b/conf/models/stepfun.json index af7e3893e7..419bd0841f 100644 --- a/conf/models/stepfun.json +++ b/conf/models/stepfun.json @@ -2,7 +2,8 @@ "name": "StepFun", "url": { "default": "https://api.stepfun.ai/v1", - "china": "https://api.stepfun.com/v1" + "china": "https://api.stepfun.com/v1", + "plan": "https://api.stepfun.com/step_plan/v1" }, "url_suffix": { "chat": "chat/completions",