Model reference · open weights

Step-3.5-Flash-Q4_K_S

Available as managed deployment LLMs stepfun-ai Text gen 1 variants 1k dl/mo

Step-3.5-Flash-Q4_K_S is an open-weight language model from stepfun-ai. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Makerstepfun-ai
TypeLanguage models
TaskText gen
Context256k tokens
Runs withtransformers
Based onstepfun-ai/step-3.5-flash
Released2026-02-01
Popularity1k downloads / month
LicenceOpen weights

About

What Step-3.5-Flash-Q4_K_S is

1. Introduction

Step 3.5 Flash (visit website) is our most capable open-source foundation model, engineered to deliver frontier reasoning and agentic capabilities with exceptional efficiency. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. This "intelligence density" allows it to rival the reasoning depth of top-tier proprietary models, while maintaining the agility required for real-time interaction.

2. Key Capabilities

  • Deep Reasoning at Speed: While chatbots are built for reading, agents must reason fast. Powered by 3-way Multi-Token Prediction (MTP-3), Step 3.5 Flash achieves a generation throughput of 100–300 tok/s in typical usage (peaking at 350 tok/s for single-stream coding tasks). This allows for complex, multi-step reasoning chains with immediate responsiveness.

  • A Robust Engine for Coding & Agents: Step 3.5 Flash is purpose-built for agentic tasks, integrating a scalable RL framework that drives consistent self-improvement. It achieves 74.4% on SWE-bench Verified and 51.0% on Terminal-Bench 2.0, proving its ability to handle sophisticated, long-horizon tasks with unwavering stability.

  • Efficient Long Context: The model supports a cost-efficient 256K context window by employing a 3:1 Sliding Window Attention (SWA) ratio—integrating three SWA layers for every full-attention layer. This hybrid approach ensures consistent performance across massive datasets or long codebases while significantly reducing the computational overhead typical of standard long-context models.

  • Accessible Local Deployment: Optimized for accessibility, Step 3.5 Flash brings elite-level intelligence to local environments. It runs securely on high-end consumer hardware (e.g., Mac Studio M4 Max, NVIDIA DGX Spark), ensuring data privacy without sacrificing performance.

As the local deployment of large language models (LLMs) becomes increasingly prevalent, we have successfully adapted the Step 3.5 Flash to NVIDIA DGX Spark 128GB device based on the edge-side inference engine llama.cpp, and simultaneously released the INT4 quantized model weights in GGUF format. On NVIDIA DGX Spark, the Step 3.5 Flash achieves a generation speed of 20 tokens per second; by integrating the INT8 quantization technology for KVCache, it supports an extended context window of up to 256K tokens, thus delivering long text processing capabilities on par with cloud-based inference. The new model can be tested by developers on NVIDIA accelerated infrastructure via build.nvidia.com

3. Performance

Step 3.5 Flash delivers performance parity with leading closed-source systems while remaining open and efficient.

Performance of Step 3.5 Flash measured across Reasoning, Coding, and Agency. Open-source models (left) are sorted by their total parameter count, while top-tier proprietary models are shown on the right. xbench-DeepSearch scores are sourced from official publications for consistency. The shadowed bars represent the enhanced performance of Step 3.5 Flash using Parallel Thinking.

Detailed Benchmarks

BenchmarkStep 3.5 FlashDeepSeek V3.2Kimi K2 Thinking / K2.5GLM-4.7MiniMax M2.1MiMo-V2 Flash
# Activated Params11B37B32B32B10B15B
# Total Params (MoE)196B671B1T355B230B309B
Est. decoding cost @ 128K context, Hopper GPU**1.0x100 tok/s, MTP-3, EP86.0x33 tok/s, MTP-1, EP3218.9x33 tok/s, no MTP, EP3218.9x100 tok/s, MTP-3, EP83.9x100 tok/s, MTP-3, EP81.2x100 tok/s, MTP-3, EP8
Agent
τ²-Bench88.280.3 (85.2*)74.3*/85.4*87.486.6*80.3 (84.1*)
BrowseComp51.651.441.5* / 60.652.047.445.4
BrowseComp (w/ Context Manager)69.067.660.2/74.967.562.058.3
BrowseComp-ZH66.965.062.3 / 62.3*66.647.8*51.2*
BrowseComp-ZH (w/ Context Manager)73.7—/—
GAIA (no file)84.575.1*75.6*/75.9*61.9*64.3*78.2*
xbench-DeepSearch (2025.05)83.778.0*76.0*/76.7*72.0*68.7*69.3*
xbench-DeepSearch (2025.10)56.355.7*—/40+52.3*43.0*44.0*
ResearchRubrics65.355.8*56.2*/59.5*62.0*60.2*54.3*
Reasoning
AIME 202597.393.194.5/96.195.783.094.1 (95.1*)
HMMT 2025 (Feb.)98.492.589.4/95.497.171.0*84.4 (95.4*)
HMMT 2025 (Nov.)94.090.289.2*/—93.574.3*91.0*
IMOAnswerBench85.478.378.6/81.882.060.4*80.9*
Coding
LiveCodeBench-V686.483.383.1/85.084.980.6 (81.6*)
SWE-bench Verified74.473.171.3/76.873.874.073.4
Terminal-Bench 2.051.046.435.7*/50.841.047.938.5

Notes:

  1. "—" indicates the score is not publicly available or not tested.
  2. "*" indicates the original score was inaccessible or lower than our reproduced, so we report the evaluation under the same test conditions as Step 3.5 Flash to ensure fair comparability.
  3. BrowseComp (with Context Manager): When the effective context length exceeds a predefined threshold, the agent resets the context and restarts the agent loop. By contrast, Kimi K2.5 and DeepSeek-V3.2 used a "discard-all" strategy.
  4. **Dec

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys step-3-5-flash-q4-k-s for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (step-3-5-flash-q4-k-s below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"step-3-5-flash-q4-k-s","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms