Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions providers/stepfun/models/step-3.5-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ knowledge = "2025-01"
open_weights = true

[cost]
input = 0.096
output = 0.288
cache_read = 0.019
input = 0.10
output = 0.30
cache_read = 0.02

[limit]
context = 256_000
Expand Down
4 changes: 2 additions & 2 deletions providers/stepfun/provider.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "StepFun"
env = ["STEPFUN_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://platform.stepfun.com/docs/zh/overview/concept"
api = "https://api.stepfun.com/v1"
doc = "https://platform.stepfun.ai/docs/en/guides/basic-concepts"
api = "https://api.stepfun.ai/v1"
Loading