← Glossary
Instruct vs Base Model
Base model: trained only on next-token prediction. Behaves like an autocomplete. Instruct (or Chat) model: same base, fine-tuned on instruction-following examples and human feedback to behave like a helpful assistant. Always pick the -Instruct or -Chat variant for chat use cases. Pick the base for fine-tuning your own assistant.