Skip to content

feat: Support StepFun (step-3.5-flash) via OpenRouter#778

Open
mporracindie wants to merge 1 commit intoanomalyco:devfrom
mporracindie:dev
Open

feat: Support StepFun (step-3.5-flash) via OpenRouter#778
mporracindie wants to merge 1 commit intoanomalyco:devfrom
mporracindie:dev

Conversation

@mporracindie
Copy link

No description provided.

open_weights = true

[cost]
input = 0.50
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be wrong, the exact numbers are not yet advertised in OpenRouter

Copy link

@cantalupo555 cantalupo555 Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will probably have the official price next week:

Step 3.5 Flash is still dominating the#1 spot on OpenRouter Trending! Huge thanks to everyone!

Try OpenRouter for free this week!

https://x.com/StepFun_ai/status/2019257979930058903

That PR was probably a little too early 😅

family = "step"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = true
Copy link

@cantalupo555 cantalupo555 Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OpenRouter page for this model shows input_modalities: ["text"] only — no image support. This should be:

Suggested change
attachment = true
attachment = false

@@ -0,0 +1,30 @@
name = "StepFun: Step 3.5 Flash"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To maintain the project standard, you should rename it to:

Suggested change
name = "StepFun: Step 3.5 Flash"
name = "Step 3.5 Flash"

Comment on lines +17 to +20
[limit]
context = 262_144
input = 262_144
output = 65_536
Copy link

@cantalupo555 cantalupo555 Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Values confirmed via the OpenRouter API (/api/v1/models): context_length: 256000 and max_completion_tokens: 256000. The input field is not part of the [limit] schema and should be removed.

Suggested change
[limit]
context = 262_144
input = 262_144
output = 65_536
[limit]
context = 256_000
output = 256_000

output = 65_536

[modalities]
input = ["text", "image"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
input = ["text", "image"]
input = ["text"]

Comment on lines +26 to +30
[interleaved]
field = "reasoning_content"

[provider]
npm = "@openrouter/ai-sdk-provider"
Copy link

@cantalupo555 cantalupo555 Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The [interleaved] block should also be removed — most reasoning models on OpenRouter (Claude, DeepSeek, Grok, Trinity, etc.) don't include it. Reasoning works correctly without this parameter.

The [provider] block is unnecessary — npm = "@openrouter/ai-sdk-provider" is already defined in OpenRouter's provider.toml. No other model in this provider includes this block.

Suggested change
[interleaved]
field = "reasoning_content"
[provider]
npm = "@openrouter/ai-sdk-provider"

temperature = true
knowledge = "2025-01"
tool_call = true
structured_output = true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No evidence in OpenRouter — the page does not mention structured output

Suggested change
structured_output = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants