Description
在配置模型时,Stepfun 厂商的默认 api baseUrl 写成了错误域名,导致默认无法连通。
- 当前默认值:
https://api.stepfun.ai/step_plan/v1
- 应修正为:
https://api.stepfun.com/step_plan/v1
注:Stepfun Anthropic 也存在相同问题。
Steps to reproduce
- 打开 Reasonix,进入模型配置界面
- 选择厂商为
Stepfun
- 查看默认填写的
api baseUrl
- 发现默认值为
https://api.stepfun.ai/step_plan/v1,实际应为 https://api.stepfun.com/step_plan/v1
Expected behavior
Stepfun 厂商的默认 api baseUrl 应为 https://api.stepfun.com/step_plan/v1
Actual behavior
默认填写的 api baseUrl 是 https://api.stepfun.ai/step_plan/v1,请求会打到错误域名
Environment
- OS: macOS 26.5.1
- Reasonix 版本: 1.17.5
Description
在配置模型时,Stepfun 厂商的默认
api baseUrl写成了错误域名,导致默认无法连通。https://api.stepfun.ai/step_plan/v1https://api.stepfun.com/step_plan/v1注:
Stepfun Anthropic也存在相同问题。Steps to reproduce
Stepfunapi baseUrlhttps://api.stepfun.ai/step_plan/v1,实际应为https://api.stepfun.com/step_plan/v1Expected behavior
Stepfun 厂商的默认
api baseUrl应为https://api.stepfun.com/step_plan/v1Actual behavior
默认填写的
api baseUrl是https://api.stepfun.ai/step_plan/v1,请求会打到错误域名Environment