AIAny
AI Model2026
Icon for item

Step 3.7 Flash

Processes images and text to produce structured, reasoning-rich text outputs for high-throughput agentic workflows. Sparse MoE design (198B total, ~11B active per token), 256k context window and selectable reasoning levels—optimized for single-pass parsing, verification, and multi-step automation.

Introduction

High-throughput agentic systems now demand a single model that can perceive complex visuals, hold very long context, and orchestrate tool-augmented reasoning without repeatedly stitching separate components. Step 3.7 Flash is built to occupy that system role: a sparse Mixture-of-Experts backbone paired with a dedicated vision encoder so the model can process dense visual interfaces and extremely long documents in a single pass.

Key Capabilities
  • Multimodal grounded reasoning: combines a 196B-parameter language backbone with a 1.8B vision encoder to convert images+text into structured, decision-ready outputs (e.g., UI-to-code, chart-to-table extraction). This enables verification-aware responses rather than superficial captions.
  • Sparse activation for cost-performance tradeoffs: the MoE design activates ~11B parameters per token, providing a higher effective capacity for reasoning while limiting active compute compared to a dense 200B model. Practically, this targets workloads that benefit from episodic high-capacity reasoning rather than always-on dense inference.
  • Long-range context and throughput: supports a 256k token context window and reports throughput up to ~400 tokens/sec, making it suitable for single-pass processing of long reports, multi-step search loops, and multi-agent pipelines.
  • Tool and workflow robustness: evaluated strongly on multi-step agent benchmarks (e.g., ClawEval-1.1) and designed for reliable API/tool orchestration, reducing drift across long interactions and complex tool chains.
  • Production-ready ecosystem: first-party examples target vLLM, SGLang, Transformers, and llama.cpp, plus availability via StepFun platform and several inference providers—so you can run it on cloud, data-center, or high-memory local machines.
Who it's for & trade-offs

Great fit if you need single-pass multimodal understanding at scale—parsing entire financial reports with embedded figures, running concurrent coding agents, or powering agentic pipelines that must verify and cross-check sources without repeated context stitching. Also suited to teams that can provision enterprise-grade GPU/memory infrastructure or want vendor-backed inference options. Look elsewhere if you need a small, cheap model for edge devices or mobile apps: local deployment requires very large unified memory (recommended ~120–128 GB) and nontrivial infra (vLLM/SGLang/llama.cpp workflows). The MoE approach also increases engineering complexity (expert-parallel config, quantization considerations) and can complicate deterministic reproducibility compared to simpler dense models.

Where it fits

Positioned between monolithic dense LLMs and modular pipelines: it trades higher peak hardware demands for the ability to reason over huge contexts and to ground visual inputs natively. If your priority is long-context multimodal agentic workflows and you can accept the infra cost, Step 3.7 Flash reduces the need to shard perception, retrieval, and reasoning into separate services.

Practical notes
  • License: Apache-2.0.
  • Deployment: supported on vLLM, SGLang, Transformers (debug/verification), llama.cpp (GGUF weights available) and offered via StepFun platform and partner providers.
  • Resource guidance: GGUF language weights ~100+ GB; recommended minimum unified memory ~120 GB for local runs. Expect additional setup for FP8/NVFP4 variants and quantized runtimes.

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.