- BEI: Embedding, reranking, and classification models on causal architectures with
FP8andFP4quantization. - BEI-Bert: Bidirectional BEI variant tuned for BERT-family encoders and cold-start-sensitive models under 4B parameters.
- Engine-Builder-LLM: Dense text generation for Llama, Qwen, Mistral, and Gemma with lookahead decoding and multi-LoRA support.
- BIS-LLM: MoE and Enterprise serving with KV-aware routing, disaggregated prefill/decode, and Eagle/MTP speculation.
Choose an engine
Pick the row below that matches what youβre deploying. Cost, quality, and latency targets drive later choices (GPU, quantization, autoscaling) inside that engine.- Embedding, reranking, classification, or NER models: use BEI for decoder embedders (
Qwen3-Embedding,BAAI/bge,LlamaForSequenceClassification) or BEI-Bert for BERT-family encoders (BERT,ModernBERT,EuroBERT,XLM-RoBERTa). NER lives onBEI-Bert /predict_tokens. - Dense text-generation LLMs (
Llama 3or4,Qwen 3or3.5,Mistral,Gemma,Phi,GPT-OSS-20B): use Engine-Builder-LLM, with lookahead decoding and multi-LoRA available. - MoE models (
GLM 5.x,Kimi K2.5orK2.6,DeepSeek V3,R1, orV4,MiniMax 2.5,Qwen3 MoE,GPT-OSS-120B) or workloads that need KV-cache-aware routing or disaggregated prefill/decode: use BIS-LLM. Currently a co-engineering pilot. - Speech, image, video, or custom Python models: ship a custom Truss. Browse model examples for Whisper, Orpheus, Flux, and other pre-built deployments, or see build your first model for custom inference logic.
Performance and operations
- Quantization guide:
FP8andFP4trade-offs, GPU support, and per-engine options. - Autoscaling engines: Token-based and request-based scaling for engine deployments.
- Cloud storage deployment: Deploy engines from S3 or GCS instead of Hugging Face.
- Specialized model examples: Pre-built Truss examples for Whisper, Orpheus, Flux, and other dedicated deployments.