feat(provider): add StepFun Step Plan provider#1262
Open
sky-wang-salvation wants to merge 1 commit intoanomalyco:devfrom
Open
feat(provider): add StepFun Step Plan provider#1262sky-wang-salvation wants to merge 1 commit intoanomalyco:devfrom
sky-wang-salvation wants to merge 1 commit intoanomalyco:devfrom
Conversation
Add StepFun Step Plan, a subscription-based coding plan offering by StepFun (阶跃星辰). - Provider uses OpenAI-compatible API at https://api.stepfun.com/step_plan/v1 - Includes step-3.5-flash model (196B MoE, optimized for agent and code tasks) - Cost set to 0 as this is a subscription-based service (¥49-699/month) - Supports reasoning, tool_call, and temperature control Ref: https://platform.stepfun.com/docs/zh/step-plan/overview Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds StepFun Step Plan (
stepfun-step-plan) as a new provider in models.dev.StepFun Step Plan is a subscription-based AI coding service by StepFun (阶跃星辰), using a distinct API endpoint from the standard StepFun provider.
Changes
providers/stepfun-step-plan/provider.toml— new provider definitionproviders/stepfun-step-plan/models/step-3.5-flash.toml— Step 3.5 Flash model (the current model available under this plan)Provider details
https://api.stepfun.com/step_plan/v1STEPFUN_API_KEY@ai-sdk/openai-compatibleModel:
step-3.5-flash0(subscription-based plan at ¥49–699/month)Notes
stepfunprovider because it uses a different base URL (/step_plan/v1vs/v1) and has subscription-based pricing (cost = 0)Made with Cursor