Engines
Deploy supported LLMs, embedding models, and other common architectures on Baseten inference engines with configuration only. You do not need Python code or a Dockerfile. See engines for architecture support, quantization options, and performance guidance.Fast LLMs with TensorRT-LLM
Speculative decoding
Embeddings with BEI
Custom Docker servers
Bring an inference server such as vLLM, SGLang, or another HTTP server. Baseten runs the container, and you configure its serving behavior. See Custom Docker servers for configuration.Deploy a Hugging Face model
Run any LLM with vLLM
Deploy LLMs with SGLang
Deploy LLMs with Ollama
Dockerized model
Custom Python models
Write a TrussModel class to control model loading and prediction logic. Use custom Python when an inference engine or existing server does not fit the model. See custom model code for the API.