Overview
DBRX Base is Databricks’ open-weight Mixture-of-Experts foundation model (≈132B total parameters) built for long-context reasoning and coding. It’s the pretrained (unaligned) checkpoint—ideal for domain fine-tuning, RAG, and custom alignment—while DBRX Instruct is the chat-ready version.
Description
As a base model, it’s unaligned by default—meant to be adapted. Teams commonly:
Fine-tune with LoRA/DPO/RL to add style, tools, or policies
Ground with RAG for factual work over private corpora
Constrain outputs to JSON/DSLs for agents and automations
DBRX integrates smoothly with common stacks (vLLM/Transformers) and Databricks Mosaic AI for training/serving, with quantization options for cheaper inference. Use DBRX Base when you want maximum control over behavior; choose DBRX Instruct when you need a ready-to-use conversational model.
About Databricks
Databricks is a global data, analytics, and AI company that pioneered the data lakehouse architecture.