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

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.