OpenPipe:
fine-tuning for product engineers

OpenPipe:
fine-tuning for product engineers

Automatically convert expensive LLM prompts into fast, cheap fine-tuned models.

Turn LLM output into training data

Turn LLM output into training data

Use the openpipe sdk to automatically capture your LLM requests and responses.

Create your own fine-tuned models

Create your own fine-tuned models

Build datasets from your request logs and fine-tune a model that fits your needs exactly.

Integrate in 5 minutes

Integrate in 5 minutes

// import OpenAI from 'openai'
import OpenAI from "openpipe/openai";

const openai = new OpenAI({
  apiKey: "my api key",
  openpipe: {
    apiKey: "my api key",
  },
});

Install the SDK

Simply replace your Python or Javascript OpenAI SDK and add an OpenPipe API key.

openai.chat.completions.create(
  {
    ...request,
    openpipe: { // optional
      tags: {
        prompt_id: "classifyEmail",
      },
    },
  },
);

Track prompt versions

You can tag your prompts to make it easier when generating the dataset later.

Pricing Plans

Pricing Plans

Personal


Free

Autoscaling

Metrics + Analytics

500 Training Rows/Dataset

3 Fine-Tuned Models

Get Started

Team

$100

seat/month

Autoscaling

Metrics + Analytics

2k Training Rows/Dataset

10 Fine-Tuned Models

Get Started

Enterprise


Custom Pricing

Unlimited Training Runs

Dedicated GPUs (No Cold Start)

Metrics + Analytics

20k+ Training Rows/Dataset

Unlimited Fine-Tuned Models

Ongoing Data-Drift Detection

SLA + 24/7 Support

Contact Us

Per-Token Rates

Per-Token Rates

Only pay for the tokens you use. We also provide at-cost access to dozens of models in our experimentation playground.

Base Model

Training

Input

Output

Llama 2 7b

$0.0040 / 1K tokens

$0.0012 / 1K tokens

$0.0016 / 1K tokens

Llama 2 13b

$0.0080 / 1K tokens

$0.0024 / 1K tokens

$0.0032 / 1K tokens

Model

Training

Input

Output

Llama 2 7b

$0.0040

/ 1K tokens

$0.0012

/ 1K tokens

$0.0016

/ 1K tokens

Llama 2 13b

$0.0080

/ 1K tokens

$0.0024

/ 1K tokens

$0.0032

/ 1K tokens

Track your LLM usage

Track your LLM usage

Your LLM prompts and responses are a valuable source of data for future fine-tuned models. Start collecting them now.

Start collecting today

Start collecting today

As soon as you integrate OpenPipe you can start collecting data and preparing for your first fine-tune run!