Configure Step 3.5 Flash as the backend for Roo Code (VS Code extension) to enable a powerful, autonomous pair-programming experience.
- Deep Reasoning: Flash understands complex project structures and multi-step instructions.
- 256K Context: Process entire codebases for holistic refactoring.
- Speed: fast response times minimize waiting during iterative loops.
- API Key: Get yours from the StepFun Platform (or OpenRouter).
- Extension: Install
Roo Codefrom the VS Code Marketplace.
Open Roo Code settings (Gear icon) and configure:
- API Provider:
OpenAI Compatible - Base URL:
- StepFun (International):
https://api.stepfun.ai/v1 - StepFun (China):
https://api.stepfun.com/v1 - OpenRouter:
https://openrouter.ai/api/v1
- StepFun (International):
- API Key: Enter your key.
- Model ID: (
stepfun/)step-3.5-flash
- Context Window:
256000(Crucial for large projects) - Max Output Token:
-1(Let server decide) - Stream: Enabled
- Auto-Approve: Enable for low-risk actions to speed up workflows.
- ASK first: Use "ASK" mode to plan complex changes before switching to "CODE" mode.
- Decompose: Break large tasks into smaller sub-tasks to leverage Flash's reasoning.
- Context Management: Use
@mentions to include only relevant files, keeping context focused.