AIAny
AI Model2026
Icon for item

Step-3.7-Flash (GGUF quantizations)

GGUF quantizations of Step-3.7-Flash: a sparse multimodal Mixture-of-Experts LLM with native image understanding, selectable reasoning levels, and a 256K context window. Ships multiple calibrated Q3/Q4/IQ quant files plus an mmproj vision projector for local llama.cpp inference on high-memory hosts.

Introduction

Step-3.7-Flash-GGUF matters because it makes a very large sparse multimodal model usable in local/edge workflows: instead of only distributing 196B weights and a separate vision encoder, the release provides a set of GGUF-quantized language files plus a dedicated mmproj projector so image+text inference can run with llama.cpp on sufficiently provisioned machines.

Key Capabilities
  • Sparse multimodal architecture: a 196B-parameter language backbone paired with a 1.8B vision encoder (Step-3.7-Flash), activating ~11B parameters per token via Mixture-of-Experts. So what: you get MoE-style capacity with reduced per-token compute, improving throughput for complex reasoning and multimodal inputs.
  • Huge context and selectable reasoning levels: native 256K context window and three reasoning presets (low/medium/high). So what: long-form, multi-step agent workflows (tool-calling, chained reasoning, code/math) can be handled without context truncation while balancing latency vs depth.
  • Multiple calibrated GGUF quants and a vision projector: BF16 reference and Q8/Q4/Q3/IQ variants (sizes from ~394 GB down to ~76 GB) plus an mmproj F16 projector for images. So what: pick quantization to trade model quality vs device footprint; mmproj enables image-text inference without modifying core weights.
  • Tooling and deployment path: examples and benchmark commands target llama.cpp (custom branch) with explicit benchmark numbers for Mac Studio, DGX Spark, Ryzen AI Max+, demonstrating expected throughput at large context sizes. So what: you can run locally with llama.cpp or host via the provided llama-server for OpenAI-compatible APIs.
Who it's for & Trade-offs

Great fit if you need local/private multimodal LLM inference at very large context sizes and can provision large unified memory (recommended ~128 GB+ for higher-precision quants) — e.g., research labs, on-prem agents, or advanced developers experimenting with MoE multimodal agents. Look elsewhere if you need a small-footprint consumer model, immediate low-memory deployment on typical consumer GPUs, or a turn-key cloud API: even quantized GGUF files require substantial disk and RAM and familiarity with llama.cpp/ggml toolchains. The release uses imatrix calibration datasets and community calibration tools (see acknowledgments) and is offered under Apache-2.0, but calibration artifacts may carry separate licenses.

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.