Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/lib/providers/stepfun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
45 changes: 45 additions & 0 deletions apps/web/src/tests/openrouter-models-sorting.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading