Skip to content

Commit 47b2677

Browse files
authored
Enable Step 3.7 free model (#3605)
1 parent 3703027 commit 47b2677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/lib/ai-gateway/providers/stepfun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const stepfun_37_flash_free_model: KiloExclusiveModel = {
1111
"Step 3.7 Flash is StepFun's latest high-efficiency multimodal Mixture-of-Experts model. It pairs a 196B-parameter language backbone with a vision encoder for native image and video understanding, activating roughly 11B parameters per token. The model supports a 256K context window and exposes selectable reasoning levels (high/medium/low), letting callers trade off speed, cost, and depth of reasoning.\n\nDesigned for coding, agentic workflows, structured outputs, and long-context productivity tasks.",
1212
context_length: 262_144,
1313
max_completion_tokens: 262_144,
14-
status: 'disabled',
14+
status: 'public',
1515
flags: ['reasoning', 'vision'],
1616
gateway: 'openrouter',
1717
internal_id: 'stepfun/step-3.7-flash',

0 commit comments

Comments
 (0)