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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.