1. Prepare Your Account and API Key
Before you start configuring, first make sure your account has an available Step Plan and that you have prepared a Step API Key. They determine whether you can enable calling capabilities normally, as well as the authentication and authorization of subsequent requests.Recommended order: first confirm that you have subscribed to or activated a Step Plan, then create an API Key, and finally integrate a specific tool.
Subscribe to a Step Plan
If this is your first time using the open platform, it is recommended to first check whether your current account has completed Step Plan subscription or activation. In general, only after you have an available package, plan, or corresponding calling permissions will subsequent model calls, quota usage, and capability usage take effect properly. If your account has already been enabled by your team, you can go directly to the next step. If it has not been enabled yet, it is recommended to first complete the subscription to the corresponding plan on the platform, and then continue to create an API Key and integrate third-party tools.Obtain an API Key
How to obtain it: It is recommended that you create a new API Key in the console and keep it safe. Do not write it directly into your code repository. For your first integration, it is recommended to prioritize using the following model for verification:API Provider: Select the interface provider type, such asOpenAI CompatibleBase URL: The model service address. Pastehttps://api.stepfun.ai/step_plan/v1directly.API Key: The key obtained from the Step platformModelorModel ID: Enterstep-3.5-flash
2. Choose an Integration Tool
If you have not yet decided which tool to use, you can first choose based on your way of working:Common Checks
If the call fails, check the following items first:- Whether the API Key is entered correctly and belongs to the correct environment
- Whether the
Base URLishttps://api.stepfun.ai/step_plan/v1 - Whether
ModelorModel IDis set tostep-3.5-flash - Whether the tool has already saved the configuration and been restarted