StepFun
OpenClawには、2つのprovider idを持つStepFun provider pluginがバンドルされています。- 標準endpoint用の
stepfun - Step Plan endpoint用の
stepfun-plan
- Standard:
step-3.5-flash - Step Plan:
step-3.5-flash,step-3.5-flash-2603
Regionとendpointの概要
- 中国向けstandard endpoint:
https://api.stepfun.com/v1 - グローバルstandard endpoint:
https://api.stepfun.ai/v1 - 中国向けStep Plan endpoint:
https://api.stepfun.com/step_plan/v1 - グローバルStep Plan endpoint:
https://api.stepfun.ai/step_plan/v1 - Auth env var:
STEPFUN_API_KEY
.com
endpointで、グローバルkeyは .ai
endpointで使ってください。
CLIセットアップ
対話型セットアップ:stepfun-standard-api-key-cnstepfun-standard-api-key-intlstepfun-plan-api-key-cnstepfun-plan-api-key-intl
Model ref
- Standardデフォルトmodel:
stepfun/step-3.5-flash - Step Planデフォルトmodel:
stepfun-plan/step-3.5-flash - Step Plan代替model:
stepfun-plan/step-3.5-flash-2603
組み込みcatalog
Standard(stepfun):
| Model ref | Context | Max output | Notes |
|---|---|---|---|
stepfun/step-3.5-flash | 262,144 | 65,536 | デフォルトstandard model |
stepfun-plan):
| Model ref | Context | Max output | Notes |
|---|---|---|---|
stepfun-plan/step-3.5-flash | 262,144 | 65,536 | デフォルトStep Plan model |
stepfun-plan/step-3.5-flash-2603 | 262,144 | 65,536 | 追加のStep Plan model |
Configスニペット
Standard provider:注意
- providerはOpenClawにバンドルされているため、別途pluginをインストールする手順はありません。
step-3.5-flash-2603は現在stepfun-planでのみ公開されています。- 1つのauthフローで、
stepfunとstepfun-planの両方に対してregion一致のprofileが書き込まれるため、両方のsurfaceをまとめて検出できます。 - modelの確認や切り替えには
openclaw models listとopenclaw models set <provider/model>を使ってください。 - より広いprovider概要については Model providers を参照してください。