paulina 2

Add usage metering to your LLM apps with 5 lines of code

Track usage, enforce limits, and visualize insights of your ChatGPT-powered generative AI applications in minutes.

1
2
3
4
5
6
7
8
9
10
11
12
//Make the OpenAI API request
const openAICompletion = await openai.createChatCompletion({
  model: "gpt-4",
  messages: [{role: "user", content: "Hello world"}],
});

// Log response with Propel
const logResponse = await fetch("PROPEL_URL", {
    method: "POST", 
    headers: { "Authorization": "Bearer YOUR_TOKEN"},
    body: JSON.stringify(openAICompletion),
});
paulina
Trusted by
courier logo
tango logo
calliper logo
property vista logo
tackle.io logo
Lumeo logo
Backed by
Matrix partners logo
Propel Playground API

Track ChatGPT’s token usage, latency, and user feedback

Track the metrics that matter from the OpenAI ChatGPT API and your app to make the best trade-off between token consumption, latency, and user experience for your product.

Query metrics via API to enforce limits, bill, and drive the product experience

Easily integrate with Propel's low-latency, high-availability API. Use it to enforce limits, show users their usage, or customize the product experience.

1
2
3
4
5
6
7
8
9
10
11
12
query TokenUsage {
  metricByName (uniqueName: "tokenUsage") {
    counter ({
      time-range: { relative: "LAST_N_DAYS"  n:"30"}
      filters: [{
        column: "model"
        operator: EQUALS
        value: "gpt-4"
      }]
    }) { value }
  }
}
MyChatGPT App

Add your app's metadata to surface unique insights to your users

Quickly build dashboards, log interfaces, and in-product metrics with your application's metadata that set your product apart. Leverage our React components to ship in-product analytics in record time.

Integrate with the observability and internal tools you already use.

Easily integrate with your existing observability and internal tools stack to manage and monitor your ChatGPT-powered apps. No need to reinvent the wheel.

Chat GPT internal tools stack

Trusted by CTOs who get sh*t done

“Analytics was one of the top feature requests that always got punted due to the complexity it involved. With Propel, we were able to ship the analytics we always wanted without having to staff new teams or manage additional infrastructure, all in a couple of weeks.”
Seth Carney bio image

Seth Carney

CTO, Courier

Take your generative AI products to market faster

Secure your spot on the waitlist today.
We are onboarding customers on a first-come, first-served basis.