19 lines
306 B
TOML
19 lines
306 B
TOML
base_model = "stepfun/step-3.5-flash"
|
|
base_model_omit = ["limit.input"]
|
|
name = "StepFun 3.5 Flash"
|
|
family = "step"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.09
|
|
output = 0.3
|
|
cache_read = 0.02
|
|
|
|
[limit]
|
|
context = 262_114
|
|
output = 262_114
|