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

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.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).