Open LLMs/stelterlab

Open-Weight LLM · Private & Custom AI

Mistral-Small-24B-Instruct-2501-AWQ

Quantized 24B instruction-tuned model for private ops workflows, agentic automation, and cost-effective custom AI—deployed entirely in your environment.

Mistral-Small-24B-Instruct-2501-AWQ is a 4-bit quantized version of Mistral's 24B instruction-tuned model, compressed by stelterlab using AutoAWQ. It fits on a single GPU or high-end consumer hardware, delivers strong reasoning and function-calling performance, and runs fully private. For ops teams automating internal workflows, document processing, or knowledge agents without cloud dependency, this is a compact, controllable foundation.

23.6B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
221.9k
Downloads

Model facts

Developerstelterlab
Parameters23.6B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads221.9k
Likes29
Updated2025-03-30
Sourcestelterlab/Mistral-Small-24B-Instruct-2501-AWQ

Private deployment

Run Mistral-Small-24B-Instruct-2501-AWQ in your own environment

Self-hosted via vLLM or transformers on a single ~24GB VRAM GPU (A100 40GB, RTX 4090, or equivalent); quantization cuts full model ~55GB requirement to ~13–16GB estimated. Data never leaves your infrastructure. Stelterlab's quantization is reproducible (AutoAWQ INT4 GEMM). Deployment complexity: low—vLLM or standard inference APIs. Apache 2.0 license places no commercial or deployment restrictions.

Operational AI use cases

01

Internal Support & Knowledge Agent

Build a private chatbot for employee support, FAQ automation, or internal knowledge retrieval. Function-calling capabilities enable routing to other systems (ticketing, CRM, docs). Runs entirely on-prem; sensitive internal data stays local. Strong multilingual support (EN, FR, DE, ES, IT, PT, ZH, JA, RU, KO) for global teams.

02

Contract & Document Workflow Automation

Use native function calling and JSON output to parse contracts, extract clauses, classify documents, or summarize legal/finance materials. 32k context window handles full document chunks. No cloud upload risk; compliance-sensitive industries (finance, legal) retain full data control.

03

Ops & Engineering Task Agents

Automate routine ops tasks: log analysis, incident triage, config review, code generation for internal scripts. Agent-centric design (native tool use) enables chaining with monitoring systems, deployment tools, or internal APIs. Low-latency inference on-prem accelerates response cycles.

Custom AI

As a base for custom AI

Strong foundation for fine-tuning on proprietary domain data (legal, finance, customer service, internal processes). 24B parameter size allows efficient full or LoRA fine-tuning on modest hardware; instruction-tuned base reduces convergence time. Apache 2.0 license permits commercial derivative models. Pipeline-ready in vLLM and transformers for integration into custom chat, search, or agentic systems.

In the operating system

Where it fits

Sits in the **knowledge/reasoning layer** of an ops AI stack: handles conversational workflows, document understanding, and structured output (JSON/function calls) for multi-step automation. Lightweight enough to co-run with application logic on a single server. Feeds agents, retrieval pipelines, and task orchestration without external API dependency.

Data control & security

Privacy is an architecture benefit of self-hosting, not an inherent model property. All inference, fine-tuning, and data processing occur inside your network boundary—no third-party cloud logs or model training. Quantization (AWQ) and compact size reduce memory surface. No changes to safety properties vs. the base model. For regulated data (PII, health, finance), self-hosting eliminates transmission and residual risk—but you are responsible for infrastructure hardening, access controls, and audit logging.

Hardware footprint

**Estimate (INT4 AWQ, 4-bit quantization):** ~13–16 GB VRAM (inference, batch_size=1–4). Full precision (BF16) original model: ~55 GB (for reference). CPU inference possible but slow; GPU strongly recommended. MacBook with 32GB unified memory: marginal performance (not recommended for production ops load). RTX 4090, RTX 6000, A100 40GB, L40S all suitable.

Integration

Expose via vLLM OpenAI-compatible API (curl, Python, Node.js clients). Integrate with internal tools via function-calling schema (define custom tools; model generates calls). Compatible with orchestration frameworks (LangChain, LlamaIndex, custom Python/Go agents). JSON mode for structured outputs (critical for ops automation). Requires managing inference server lifecycle; consider containerization (Docker) for reproducibility.

When it's not the right fit

  • You need the absolute highest quality reasoning on complex multi-step tasks—70B+ models (Llama-3.3, Qwen-2.5-32B) score higher on some benchmarks and may be worth the GPU cost for mission-critical use cases.
  • Your ops workflow requires real-time fine-tuning on streaming data; model weights are frozen post-deployment (fine-tuning is separate, not online learning).
  • You have no GPU/accelerator and cannot provision one; CPU inference will be too slow for interactive agents or high-volume document processing.
  • You require SLA or vendor support; this is open-weight with community support only. Production reliability depends entirely on your infrastructure team.

Alternatives to consider

Qwen-2.5-32B-Instruct

32B parameters, marginally higher math/coding scores (humaneval 0.909 vs. 0.848), multilingual. Larger footprint (~70–75GB full precision); quantized ~18–22GB. Stronger on instruction-following benchmarks but overkill if 24B suffices and cost/latency matter.

Llama-3.3-70B-Instruct

70B parameters, state-of-the-art reasoning on complex tasks, excellent multilingual support. ~160GB full precision, ~40–50GB quantized. Requires dual A100s or enterprise GPU. Best for mission-critical reasoning; overkill for lightweight ops automation.

Gemma-2-27B-Instruct

27B parameters, lightweight Google alternative, solid instruction-following (mtbench 7.86). ~60GB full precision, ~15–18GB quantized. Slightly behind Mistral-Small on math/coding. Good balance if you prefer Google's ecosystem or need extra capacity without 70B cost.

FAQ

Can I run this model entirely on-premises without any cloud calls?

Yes. Deploy vLLM or transformers on your own GPU server; all inference happens locally. No API calls to Mistral or LLM.co required. Quantization (AWQ INT4) cuts memory footprint, fitting on a single ~24GB VRAM GPU. Data never leaves your network.

Can I use this model to build and sell a commercial product or service?

Yes. Apache 2.0 license permits commercial use and derivative works without attribution or royalties. You can fine-tune it, integrate it into commercial software, and monetize the result. No restrictions on commercial deployment, inference, or modification.

How does quantization (AWQ) affect quality vs. the full-precision model?

AWQ INT4 quantization typically preserves 95–99% of quality while halving memory usage. For conversational, summarization, and function-calling tasks, the gap is negligible. Math and reasoning performance is slightly lower (humaneval 0.848 vs. likely ~0.88–0.90 full-precision). Test on your workload before production; smaller models are more quantization-sensitive than 70B+.

Does the base model include safety training or guardrails?

The model card does not detail safety training, red-teaming, or explicit guardrails. It is instruction-tuned by Mistral AI, implying standard safety practices, but no specifics are published. If you require vetted safety properties or adversarial robustness, review Mistral's documentation or run your own evaluations.

Build Private AI Workflows with Mistral-Small-24B

Ready to deploy a lightweight, proprietary LLM for internal ops automation, custom AI, or knowledge agents? LLM.co helps you integrate Mistral-Small-24B and other open models into a private AI operating system—keeping your data local, your compliance tight, and your costs predictable. Let's talk.