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
Built-in catalogs
Standard (stepfun):
| Model ref | Context | Max output | Notes |
|---|---|---|---|
stepfun/step-3.5-flash | 262,144 | 65,536 | Default standard model |
stepfun-plan):
| Model ref | Context | Max output | Notes |
|---|---|---|---|
stepfun-plan/step-3.5-flash | 262,144 | 65,536 | Default Step Plan model |
stepfun-plan/step-3.5-flash-2603 | 262,144 | 65,536 | Additional Step Plan model |
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.