diff --git a/apps/web/src/lib/providers/stepfun.ts b/apps/web/src/lib/providers/stepfun.ts index 147ff403bf..b9ed716602 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: 'public', + status: 'disabled', 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 330b75c0e2..dc296f0b06 100644 --- a/apps/web/src/tests/openrouter-models-sorting.approved.json +++ b/apps/web/src/tests/openrouter-models-sorting.approved.json @@ -702,51 +702,6 @@ "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",