Overview
Zed is ideal for using AI Assistant directly within a lightweight editor. Once the interface is configured, you can invoke Step models inside the editor to complete common programming assistance tasks.Prerequisites
Install Zed
Download and install the Zed editor: https://zed.dev Launch Zed after installation.Subscribe to Step Plan
Before starting the configuration, please confirm that your current account has completed the Step Plan subscription. Model invocations and quota usage will only work properly after the account has the corresponding plan or access permissions. To subscribe or purchase, visit: Step Plan subscriptionObtain a Step API Key
Obtain an API Key from the Step Open Platform for authentication and request authorization.Configuration Steps
Open Agent Panel Settings
Use the command palette (Cmd+Shift+P), then type and execute:
Add an LLM Provider
In the opened interface, locate the LLM Providers section and click the + Add Provider button on the right. Fill in the following information in the form that appears:- Provider Name:
Stepfun(custom name, can be anything) - API URL:
https://api.stepfun.ai/step_plan/v1 - API Key: Enter the API Key obtained from the Step platform
- Model Name:
<model_id>
Note: In the examples below, replace<model_id>with eitherstep-3.5-flash-2603orstep-3.5-flash. After filling in the details, click Save Provider to save.
Testing the Integration
Basic Conversation Test
In the Agent Panel, enter:Code Generation Test
Enter:Code Explanation Test
Select a snippet of code in a code file, then enter:Frequently Asked Questions
Unable to Connect to API
Please check:- Whether the API URL is set to
https://api.stepfun.ai/step_plan/v1 - Whether the API Key is valid
- Whether the current network can reach the API Endpoint
Model Returns an Error
Confirm that the Model Name is entered correctly, for example:AI Is Unresponsive
It is recommended to re-check the following configuration and restart Zed:- API URL
- API Key
- Model Name (
<model_id>)