Home
Pricing
Blog
Docs
GitHub
Sign Up
Install OpenPipe
Learn More
Start Training
// import OpenAI from 'openai' import OpenAI from "openpipe/openai"; const openai = new OpenAI({ apiKey: "my api key", openpipe: { apiKey: "my api key", }, });
openai.chat.completions.create( { ...request, openpipe: { // optional tags: { prompt_id: "classifyEmail", }, }, }, );
Get Started