Skip to content

fix: 修正 Stepfun 厂商默认 api baseUrl #6116

Description

@Jedeiah

Description

在配置模型时,Stepfun 厂商的默认 api baseUrl 写成了错误域名,导致默认无法连通。

  • 当前默认值: https://api.stepfun.ai/step_plan/v1
  • 应修正为: https://api.stepfun.com/step_plan/v1

注:Stepfun Anthropic 也存在相同问题。

Steps to reproduce

  1. 打开 Reasonix,进入模型配置界面
  2. 选择厂商为 Stepfun
  3. 查看默认填写的 api baseUrl
  4. 发现默认值为 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 baseUrlhttps://api.stepfun.ai/step_plan/v1,请求会打到错误域名

Environment

  • OS: macOS 26.5.1
  • Reasonix 版本: 1.17.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    providerModel providers & selection (internal/provider)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions