XReduce
XR LabsDocs
SearchOpen menu

Supported models

The complete matrix of what XReduce supports today and what's coming. If your model isn't listed, - we're actively expanding coverage based on customer demand.

Status legend

Verified

Run through XReduce end-to-end by our team.

Compatible

Loads via our existing HuggingFace transformers path. Should work; not all variants formally tested.

In progress

Active engineering work, targeted for upcoming release.

Planned

On the roadmap.

Distilled specialist models

Small, fine-tuned models built for specific tasks. High accuracy on narrow domains at a fraction of the cost of general-purpose models.

Provider / FamilyExamplesStatus
Distil Labstext2sql-qwen3-4b, and other Distil Labs specialistsVerified
Customer fine-tuned variantsYour own specialists on open-weight base modelsCompatible

Open-weight base and instruct models

General-purpose models from major open-weight families. These load through the standard HuggingFace transformers path.

FamilyNotable modelsStatus
QwenQwen3-0.6B, Qwen2.5-Coder-7B-InstructVerified
Qwen (other sizes)Qwen2, Qwen2.5, Qwen3 in all sizesCompatible
SmolLMSmolLM2-1.7B-InstructVerified
GPT-2gpt2 (useful for smoke-testing)Verified
LlamaLlama 3.1, 3.2, 3.3 (requires HF license acceptance)Compatible
MistralMistral 7B, Mixtral 8x7B, Mistral Small, MinistralCompatible
GemmaGemma 2, Gemma 3 (some variants gated)Compatible
PhiPhi-3, Phi-4Compatible
DeepSeekDeepSeek-V2, DeepSeek-V3, DeepSeek-CoderCompatible
YiYi, Yi-1.5Compatible
FalconFalcon, Falcon 2, Falcon 3Compatible
OLMoAllen AI's OLMo seriesCompatible
GPT-OSSOpenAI's open-weight modelsCompatible
CommandCohere's open-weight Command familyCompatible
StarCoderStarCoder, StarCoder2Compatible
DBRXDatabricks' DBRXCompatible
MPTMosaicML's MPT familyCompatible

Serving runtimes

Most production self-hosted inference runs through a serving runtime rather than loading weights in-process. Support for hitting these endpoints is our top near-term priority - today, XReduce loads weights directly; the runtime path is coming.

RuntimeDescriptionStatus
vLLMHigh-throughput serving engine for open-weight LLMsIn progress
TGI (Text Generation Inference)HuggingFace's serving runtimeIn progress
OllamaLocal model runtime with OpenAI-compatible APIIn progress
llama.cpp / GGUF serversCPU-friendly quantized inferenceIn progress
SGLangFast serving for LLMs with structured outputPlanned
TensorRT-LLMNVIDIA's optimized inference runtimePlanned
MLC-LLMUniversal deployment across devicesPlanned
TorchServePyTorch-native servingPlanned
LocalAI / LM StudioLocal OpenAI-compatible serversPlanned
Custom OpenAI-compatible endpointsAny in-house server exposing the OpenAI API patternIn progress

Hosted APIs

XReduce's primary focus is self-hosted inference, but hosted APIs appear in many real-world routing scenarios as comparison points or fallbacks. These are planned for later phases.

ProviderNotable modelsStatus
OpenAIGPT-4o, GPT-4o-mini, o-seriesPlanned
AnthropicClaude Opus, Claude Sonnet, Claude HaikuPlanned
GoogleGemini 2.5 Pro, Gemini 2.5 FlashPlanned
FireworksFireworks-hosted open-weight modelsPlanned
Together AITogether-hosted open-weight modelsPlanned
GroqGroq-hosted open-weight modelsPlanned
DeepInfraDeepInfra-hosted open-weight modelsPlanned
OpenRouterUnified access to multiple providersPlanned

Model formats

FormatDescriptionStatus
HuggingFace HubModels pulled from huggingface.co by identifierVerified
Local HF-format directoryHuggingFace-format weights stored locallyCompatible
GGUFQuantized format used by llama.cpp and OllamaIn progress
GPTQ / AWQCommon quantization formatsCompatible
ONNXOpen Neural Network Exchange formatPlanned
TensorRT enginesNVIDIA-compiled inference enginesPlanned
PyTorch .pt checkpointsRaw PyTorch model files outside HF formatPlanned

Task types

Scoring logic and evaluation rubrics supported today and expanding. See Benchmark data for per-task JSONL formats.

Task typeDescriptionStatus
ClassificationIntent detection, categorizationVerified
Text completionShort-form text completionVerified
Question answeringQA with contains-match or LLM-as-judge scoringVerified
Tool callingFunction calling with JSON equivalence scoringVerified
Text-to-SQLStructured SQL generationVerified
SummarizationText summarization with word-overlap scoringCompatible
TranslationLanguage translation with exact-match scoringCompatible
Structured generationJSON, schema-constrained outputIn progress
Multi-turn conversationDialogue evaluation across multiple turnsIn progress
RAG (retrieval-augmented generation)Faithfulness and answer relevance scoringPlanned
Code generationSyntactic + execution-based scoringPlanned
Vision-languageMultimodal model evaluationPlanned

Evaluation metrics

Scoring methods and metrics available today and on the roadmap. See Understanding results for how each is used.

MetricDescriptionStatus
Accuracy (exact match)Share of samples with exactly-correct outputVerified
JSON equivalenceOrder-insensitive structured output matchVerified
Contains matchReference string found in outputVerified
Word overlapN-gram overlap threshold (summarization)Verified
LLM-as-judge (default)Semantic evaluation via gpt-oss-120bVerified
Configurable judge modelChoose any supported model as judgeIn progress
Custom judge promptsUser-defined LLM-as-judge templatesIn progress
Correctness cutoffsNumeric judge scores with configurable thresholdsIn progress
ECE (Expected Calibration Error)Confidence calibration measurementVerified
Latency percentiles (P50, P99)Per-sample inference time distributionsVerified
BLEUN-gram precision metric for translationPlanned
ROUGEN-gram overlap for summarizationPlanned
METEORSynonym-aware text similarityPlanned
Ragas FaithfulnessContext grounding for RAG pipelinesPlanned
Ragas Answer RelevanceResponse relevance for RAG pipelinesPlanned

Hardware

HardwareDescriptionStatus
NVIDIA GPUs (CUDA)A100, H100, L40S, RTX seriesVerified
CPU (x86)For small models and smoke-testingVerified
Apple Silicon (MPS)M-series chips for local developmentCompatible
AMD GPUs (ROCm)MI-series GPUsPlanned
Google TPUsv4, v5e, v5pPlanned
AWS Inferentia / TrainiumAWS-specific acceleratorsPlanned

Don't see what you need?

This matrix reflects our current state and near-term roadmap. Priorities shift based on customer demand - if something you need is marked Planned or isn't listed, and we'll tell you honestly where it sits in our backlog.