Prem AutoPilot is one of our flagship feature which provides the following feature:

  1. Automatically chooses the best model which suits the task.
  2. Automatically enhances the system prompt once a baseline system prompt is provided in the launchpad.
  3. Automatically enhances the prompt template. However this feature needs you to have prompt templates defined in the Prem Templates section. Prompt templates will be enhanced only when they are called through the SDK. From your side you just need to know how to define templates and use it in prem-sdk.

Prem AutoPilot is only available in Pro and Business Plans. Where the second and third enhancements in AutoPilot is only available in the Business Plan. You can know more about different plans in out credits section.

Quickstart

Here is a quick guide on how you should get started with the AutoPilot feature.

1

Go to Launchpad and switch to AutoPilot

Alt Text

2

Try out how AutoPilot works in chat

Alt Text

3

Try out on SDK and see traces generated from AutoPilot

Here, your code to generate output from the model remains the same. However you can explicitely activate autopilot by providing autopilot in model argument of the sdk.

Once AutoPilot generates result, you can track those from traces like this:

Overview

That’s how easy it is to switch from your current model to AutoPilot and get the best possible combination of results.