From 6e22768166dc59dc9ff4d975e617d148de72574e Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Tue, 14 Apr 2026 14:47:12 +0200 Subject: [PATCH] Revert "Disable stepfun/step-3.5-flash:free (#2369)" This reverts commit 37974b4aaa994cd461177ee1652badc925ea56c1. --- apps/web/src/lib/providers/stepfun.ts | 2 +- .../openrouter-models-sorting.approved.json | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/apps/web/src/lib/providers/stepfun.ts b/apps/web/src/lib/providers/stepfun.ts index 28d6eb8336..9f1512ccb0 100644 --- a/apps/web/src/lib/providers/stepfun.ts +++ b/apps/web/src/lib/providers/stepfun.ts @@ -11,7 +11,7 @@ export const stepfun_35_flash_free_model: KiloExclusiveModel = { "Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts.", context_length: 262_144, max_completion_tokens: 262_144, - status: 'disabled', + status: 'public', flags: ['reasoning'], gateway: 'openrouter', internal_id: 'stepfun/step-3.5-flash', diff --git a/apps/web/src/tests/openrouter-models-sorting.approved.json b/apps/web/src/tests/openrouter-models-sorting.approved.json index dc296f0b06..330b75c0e2 100644 --- a/apps/web/src/tests/openrouter-models-sorting.approved.json +++ b/apps/web/src/tests/openrouter-models-sorting.approved.json @@ -702,6 +702,51 @@ "isFree": true, "opencode": {} }, + { + "id": "stepfun/step-3.5-flash:free", + "canonical_slug": "stepfun/step-3.5-flash:free", + "hugging_face_id": "", + "name": "StepFun: Step 3.5 Flash (free)", + "created": 1756238927, + "description": "Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts.", + "context_length": 262144, + "architecture": { + "modality": "text->text", + "input_modalities": [ + "text" + ], + "output_modalities": [ + "text" + ], + "tokenizer": "Other", + "instruct_type": null + }, + "pricing": { + "prompt": "0.000000000000", + "completion": "0.000000000000", + "request": "0", + "image": "0", + "web_search": "0", + "internal_reasoning": "0", + "input_cache_read": "0.000000000000" + }, + "top_provider": { + "context_length": 262144, + "max_completion_tokens": 262144, + "is_moderated": false + }, + "per_request_limits": null, + "supported_parameters": [ + "max_tokens", + "temperature", + "tools", + "reasoning", + "include_reasoning" + ], + "default_parameters": {}, + "isFree": true, + "opencode": {} + }, { "id": "kilo-auto/small", "name": "Kilo Auto Small",