diff --git a/providers/stepfun/models/step-3.5-flash.toml b/providers/stepfun/models/step-3.5-flash.toml index dd374cc25..a85daf77b 100644 --- a/providers/stepfun/models/step-3.5-flash.toml +++ b/providers/stepfun/models/step-3.5-flash.toml @@ -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 diff --git a/providers/stepfun/provider.toml b/providers/stepfun/provider.toml index e2116bb2b..6f772e1bc 100644 --- a/providers/stepfun/provider.toml +++ b/providers/stepfun/provider.toml @@ -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"