Skip to main content

Quick Start

Get started with Predibase in under 2 minutes:

Add Provider in Model Catalog

Before making requests, add Predibase to your Model Catalog:
  1. Go to Model Catalog → Add Provider
  2. Select Predibase
  3. Enter your Predibase API key
  4. 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-number
For example: llama-3-8b:sentiment-analysis/1

Dedicated Deployments

Route requests to your dedicated deployed models by passing the deployment name in the model parameter:

JSON Schema Mode

Enforce JSON schema for all Predibase models by setting response_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
Check Predibase’s documentation for the complete model list and fine-tuning options.

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
For complete SDK documentation:

SDK Reference

Complete Portkey SDK documentation
Last modified on April 8, 2026