23 lines
468 B
TOML
23 lines
468 B
TOML
name = "Step 3.5 Flash"
|
|
description = "StepFun flash model for efficient multimodal reasoning, coding, and tool use"
|
|
release_date = "2026-02-02"
|
|
last_updated = "2026-02-02"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|