stepfun-ai/Step-3.7-Flash
Captured source
source ↗stepfun-ai/Step-3.7-Flash
License: Apache-2.0
Stars: 228
Forks: 19
Open issues: 3
Created: 2026-05-27T09:06:25Z
Pushed: 2026-06-01T06:58:45Z
Default branch: main
Fork: no
Archived: no
README:
Step 3.7 Flash
- [ModelPage]: https://static.stepfun.com/blog/step-3.7-flash/
- [HuggingFace]:
- BF16: https://huggingface.co/stepfun-ai/Step-3.7-Flash/
- FP8: https://huggingface.co/stepfun-ai/Step-3.7-Flash-FP8
- NVFP4: https://huggingface.co/stepfun-ai/Step-3.7-Flash-NVFP4
- GGUF: https://huggingface.co/stepfun-ai/Step-3.7-Flash-GGUF
1. Introduction
Step 3.7 Flash is a 198B-parameter sparse Mixture-of-Experts (MoE) vision-language model that combines a 196B-parameter language backbone with a 1.8B-parameter vision encoder for native image understanding. Engineered for high-frequency production workloads, it activates approximately 11B parameters per token and delivers a throughput of up to 400 tokens per second. Step 3.7 Flash supports a 256k context window and offers three selectable reasoning levels (low, medium, and high) so developers can easily balance speed, cost, and cognitive depth.
We built Step 3.7 Flash for developers who need to scale agentic workflows that combine perception, search, and reasoning. It is designed to handle intensive tasks such as parsing massive financial reports in one pass, running multi-step search loops with cross-source verification, or operating concurrent coding agents in high-throughput pipelines.
2. Capabilities & Performance
Multimodal Perception and Verification
The model delivers top-tier visual intelligence, securing first place on SimpleVQA (Search) with a 79.2 and achieving frontier parity on V* (Python) at 95.3. These metrics reflect strong visual grounding and retrieval-augmented reasoning beyond basic image description. The model accurately processes dense visual interfaces, such as UI wireframes, application GUIs, and data charts, to map them into structured code. When it encounters an incomplete visual asset, it can independently identify missing data and execute lookups to verify context before returning a factually verified conclusion.
Workflow Integrity and Tool Orchestration
Execution reliability is critical for autonomous agents. Step 3.7 Flash leads the ClawEval-1.1 benchmark with a score of 67.1, which significantly outperforms the next closest competitor at 59.8. This performance demonstrates high resistance to adversarial traps and strict adherence to system policies during multi-turn orchestration. Backed by scores of 49.5 on Toolathlon and 48.1 on HLE w. Tool, this profile ensures high trajectory integrity. Step 3.7 Flash reliably interacts with external APIs and executes long-horizon workflows without drifting from instructions or violating system constraints.
Code Engineering and Professional Baselines
Step 3.7 Flash is built for live engineering tasks and secured a definitive second-place finish on SWE-Bench PRO with a score of 56.3. It can independently trace multi-file repositories, isolate bugs from raw issue reports, and generate functional patches that pass automated unit tests. While evaluations like Terminal-Bench 2.1 (59.5) and GDPVal-AA (45.8) show clear areas for future optimization compared to the absolute peak of the cohort, they establish a dependable baseline for system interactions and structured professional deliverables.

NVFP4 + MTP
Step 3.7 Flash is also available in an NVFP4-quantized variant for efficient deployment on NVIDIA GPUs. The latest NVFP4 checkpoint includes MTP draft layers and supports vLLM speculative decoding with:
--speculative-config '{"method": "mtp", "num_speculative_tokens": 3}'On GPQA Diamond avg@16, the NVFP4 + MTP checkpoint matches quality within statistical noise compared with the same NVFP4 checkpoint without MTP: 77.81% vs. 78.41% item accuracy over 3168 records.
On a GB200 TP=4 vLLM setup with GPQA-style long-reasoning streaming prompts (~250 token prompt, ~1.6K token completion), NVFP4 + MTP improves aggregate decode throughput:
| Concurrency | NVFP4 + MTP | NVFP4 no-MTP | Speedup | |---:|---:|---:|---:| | 8 | 1309 tok/s | 1155 tok/s | 1.13x | | 32 | 4391 tok/s | 3480 tok/s | 1.26x | | 64 | 8229 tok/s | 5667 tok/s | 1.45x |
This makes the NVFP4 checkpoint a practical option for high-throughput long-reasoning workloads. This benchmark characterizes short-prompt, decode-heavy reasoning rather than long-context prefill performance.
3. Pricing
| Token Type | Price | |---|---| | Input (cache miss) | $0.20 / M tokens | | Input (cache hit) | $0.04 / M tokens | | Output | $1.15 / M tokens |
4. Availability, Deployment, and Ecosystem
- Availability: Step 3.7 Flash is available on the StepFun Open Platform — platform.stepfun.ai (Global) and platform.stepfun.com (China), OpenRouter, and NVIDIA NIM. StepFun is also partnering with DeepInfra, Fireworks AI, and Modal to expand availability soon.
- Deployment: Step 3.7 Flash supports flexible deployment across cloud, data center, and local environments. For large-scale production and enterprise use cases, Step 3.7 Flash can be deployed on modern data center infrastructure. For local and workstation scenarios, it can also run on high-memory devices such as NVIDIA DGX Station, AMD Ryzen AI Max+ 395-based systems, and Mac Studio / Macbook Pro devices with at least 128GB unified memory.
- Ecosystem: Step 3.7 Flash is supported across popular open-source infrastructure for both inference and model development. For inference and serving, developers can use vLLM, SGLang, Hugging Face Transformers, and llama.cpp. For model development & customization workflows, StepFun model support has landed in the NVIDIA Nemo ecosystem, including AutoModel, Megatron Core and Megatron Bridge. Step 3.7 Flash is also available as an NVIDIA NIM inference microservice for on-prem, cloud, or hybrid deployment.
5. Examples
You can get started with Step 3.7 Flash in minutes using StepFun's API or via other inference providers.
> Pick the right base_url for your region. StepFun operates two regional platforms with separate API hosts. The base_url you pass to the OpenAI client must match the platform where your API key was…
Excerpt shown — open the source for the full document.
Notability
notability 6.0/10New model repo with moderate stars