Quick Start
Get started with Predibase in under 2 minutes:Add Provider in Model Catalog
Before making requests, add Predibase to your Model Catalog:- Go to Model Catalog → Add Provider
- Select Predibase
- Enter your Predibase API key
- Name your provider (e.g.,
predibase)
Complete Setup Guide
See all setup options and detailed configuration instructions
Predibase Capabilities
Serverless Endpoints
Predibase offers LLMs like Llama 3, Mistral, Gemma, etc. on its serverless infrastructure that you can query instantly.Sending Predibase Tenant IDPredibase expects your account tenant ID along with the API key in each request. With Portkey, you can send your Tenant ID with the
user param while making your request.Using Fine-Tuned Models
Predibase allows you to deploy and use fine-tuned models with adapters. Use the special format with your model identifier from your Predibase dashboard:Fine-Tuned Model Format:
model = base_model:adapter-repo-name/adapter-version-numberFor example: llama-3-8b:sentiment-analysis/1Dedicated Deployments
Route requests to your dedicated deployed models by passing the deployment name in themodel parameter:
JSON Schema Mode
Enforce JSON schema for all Predibase models by settingresponse_format to json_object with your schema:
Supported Models
Predibase provides access to various open-source and fine-tuned models:- Llama 3 (various sizes)
- Mistral
- Zephyr
- Your custom fine-tuned models
Next Steps
Gateway Configs
Add fallbacks, load balancing, and more
Observability
Monitor and trace your Predibase requests
Prompt Library
Manage and version your prompts
Fine-Tuning Logs
Track performance of fine-tuned models
SDK Reference
Complete Portkey SDK documentation

