AIAny
AI Model2026
Icon for item

Mistral Medium 3.5 128B

A dense 128B multimodal model with a 256k context window, configurable reasoning effort, and native function-calling for agentic workflows. Supports text+image input, multilingual output, and is released on Hugging Face under a Modified MIT license with revenue-based exceptions.

Introduction

Most large models trade context length or modality for simplicity; this release instead merges instruction-following, reasoning, coding, and vision into a single dense 128B weight set with an exceptionally long 256k context. That design means you can run short chat replies or long agentic reasoning traces from the same checkpoint and tune compute per request via a reasoning_effort knob.

Key Capabilities
  • Multimodal input with a vision encoder trained from scratch: allows the model to incorporate variable-size images alongside text and produce text-only outputs for downstream agents or tools. This makes it practical for workflows that mix screenshots, diagrams, or UI images with prompts.
  • Large-context dense architecture (128B / 256k): keeps long agentic traces, tool-call histories, or documents in context without stitching or external memory for many use cases; useful for long-form reasoning, multi-turn tool orchestration, and retrieval-augmented generation at large window sizes.
  • Configurable reasoning effort and native function-calling: lets you choose fast, low-cost replies or scale up compute for high-quality reasoning or agent runs; built-in JSON/function outputs simplify tool integration for autonomous agents.
  • Practical deployment options: first-class support for vLLM and SGLang servers and compatibility with Transformers, plus recommended inference paths (vLLM for production-like performance). An EAGLE variant is offered for faster local inference.
  • Multilingual and agentic-oriented: supports dozens of languages and benchmarks well on instruction, reasoning, and coding tasks per the model card's reported metrics.
Who it's for and trade-offs

Great fit if you need a single checkpoint that handles conversation, vision reasoning, and coding with very long context windows — for example, building agentic pipelines that keep extensive history, multimodal assistants, or coding agents that benefit from large local context. The model is published on Hugging Face and released under a Modified MIT license with exceptions for large-revenue companies, so evaluate the license against your commercial plans.

Look elsewhere if you need an explicitly tiny or quantized footprint for edge devices (this is a dense 128B model and demands substantial inference hardware), or if your project requires a permissive license without revenue-based restrictions. Also consider specialized smaller models or heavily quantized variants/EAGLE builds when latency and cost are the main constraints.

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.