Skip to content

feat(stepfun-plan): add StepFun Step Plan provider#1371

Open
cantalupo555 wants to merge 1 commit intoanomalyco:devfrom
cantalupo555:feat/stepfun-step-plan-provider
Open

feat(stepfun-plan): add StepFun Step Plan provider#1371
cantalupo555 wants to merge 1 commit intoanomalyco:devfrom
cantalupo555:feat/stepfun-step-plan-provider

Conversation

@cantalupo555
Copy link
Copy Markdown
Contributor

Summary

Adds StepFun Step Plan as a new provider. Step Plan is a subscription-based AI service with a dedicated API endpoint, separate from the standard StepFun pay-per-token API.

Changes

  • Add providers/stepfun-step-plan/provider.toml
  • Add providers/stepfun-step-plan/models/step-3.5-flash.toml
  • Add providers/stepfun-step-plan/models/step-3.5-flash-2603.toml

Details

  • API endpoint: https://api.stepfun.ai/step_plan/v1 (separate from standard API at /v1)
  • Pricing: Subscription-based ($6.99–$99/month), cost set to 0 per token
  • Models: step-3.5-flash and step-3.5-flash-2603 (optimized for agent workflows)
  • Auth: Same STEPFUN_API_KEY env var
  • Docs: https://platform.stepfun.ai/docs/en/step-plan/overview

Testing

  • Validated with bun validate

- Add StepFun Step Plan as separate provider (subscription-based, different API endpoint)

- Include step-3.5-flash and step-3.5-flash-2603 models

- Zero cost (subscription plans from $6.99 to $99/month)
@cantalupo555
Copy link
Copy Markdown
Contributor Author

@rekram1-node I forgot to merge this PR; I need it to use my StepFun Plan subscription.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant