@openclaw/stepfun-provider) with two provider ids:
stepfunfor the standard endpointstepfun-planfor the Step Plan endpoint
Install plugin
Region and endpoint overview
| Endpoint | China (.com) | Global (.ai) |
|---|---|---|
| Standard | https://api.stepfun.com/v1 | https://api.stepfun.ai/v1 |
| Step Plan | https://api.stepfun.com/step_plan/v1 | https://api.stepfun.ai/step_plan/v1 |
STEPFUN_API_KEY
Built-in catalog
Standard (stepfun):
| Model ref | Context | Max output | Notes |
|---|---|---|---|
stepfun/step-3.5-flash | 262,144 | 65,536 | Default standard model |
stepfun/step-3.7-flash | 262,144 | 262,144 | Multimodal image input support |
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.7-flash | 262,144 | 262,144 | Multimodal image input support |
stepfun-plan/step-3.5-flash-2603 | 262,144 | 65,536 | Additional Step Plan model |
Getting started
- Standard
- Step Plan
Best for general-purpose use via the standard StepFun endpoint.
Default model:
Choose your endpoint region
| Auth choice | Endpoint | Region |
|---|---|---|
stepfun-standard-api-key-intl | https://api.stepfun.ai/v1 | International |
stepfun-standard-api-key-cn | https://api.stepfun.com/v1 | China |
stepfun/step-3.5-flash
Alternate model: stepfun/step-3.7-flashstepfun and stepfun-plan, so both surfaces are discovered together after one onboarding run.
Advanced configuration
Full config: Standard provider
Full config: Standard provider
Full config: Step Plan provider
Full config: Step Plan provider
Notes
Notes
step-3.7-flashaccepts text and image input through OpenClaw. StepFun’s API also supports video, which is not yet a model input modality in OpenClaw.- Step 3.7 supports
low,medium, andhighreasoning effort. Because the model has no non-reasoning mode,/think offmaps tolow. step-3.5-flash-2603is currently exposed only onstepfun-plan.- Use
openclaw models listandopenclaw models set <provider/model>to inspect or switch models.
Related
Model providers
Overview of all providers, model refs, and failover behavior.
Configuration reference
Full config schema for providers, models, and plugins.
Models CLI
How to choose and configure models.
StepFun Platform
StepFun API key management and documentation.