StepFun
OpenClaw includes a bundled StepFun provider plugin with two provider ids:stepfunfor the standard endpointstepfun-planfor the Step Plan endpoint
- Standard:
step-3.5-flash - Step Plan:
step-3.5-flash,step-3.5-flash-2603
Region and endpoint overview
- China standard endpoint:
https://api.stepfun.com/v1 - Global standard endpoint:
https://api.stepfun.ai/v1 - China Step Plan endpoint:
https://api.stepfun.com/step_plan/v1 - Global Step Plan endpoint:
https://api.stepfun.ai/step_plan/v1 - Auth env var:
STEPFUN_API_KEY
.com endpoints and a global key with the .ai
endpoints.
CLI setup
Interactive setup:stepfun-standard-api-key-cnstepfun-standard-api-key-intlstepfun-plan-api-key-cnstepfun-plan-api-key-intl
Model refs
- Standard default model:
stepfun/step-3.5-flash - Step Plan default model:
stepfun-plan/step-3.5-flash - Step Plan alternate model:
stepfun-plan/step-3.5-flash-2603
Config snippets
Standard provider:Notes
- The provider is bundled with OpenClaw, so there is no separate plugin install step.
step-3.5-flash-2603is currently exposed only onstepfun-plan.- A single auth flow writes region-matched profiles for both
stepfunandstepfun-plan, so both surfaces can be discovered together. - Use
openclaw models listandopenclaw models set <provider/model>to inspect or switch models. - For the broader provider overview, see Model providers.