Authentication
Choose between two authentication methods:- Personal Access Token (PAT): Use a Databricks personal access token for authentication
- Service Principal OAuth: Use OAuth with a service principal for authentication
Configuration
Models
Databricks provides access to several foundation models through Model Serving.Foundation models
- Meta Llama 3.1 70B Instruct
- Meta Llama 3.1 8B Instruct
- Mistral 7B Instruct
- Mixtral 8x7B Instruct
- MPT-7B Instruct
Custom models
Deploy your own fine-tuned models through Databricks Model Serving.Setup requirements
- Databricks Workspace: Ensure you have access to a Databricks workspace
- Model Serving: Enable Model Serving in your workspace
- Authentication: Set up either PAT or service principal authentication
- Model Endpoints: Deploy the models you want to use as serving endpoints
Endpoint configuration
Configure the following for model endpoints in Databricks.- Serving Endpoint Name: Use this as the model name in Braintrust
- Endpoint URL: Automatically constructed from your workspace URL
- Authentication: Uses the configured authentication method