Skip to content

Commit

Permalink
Update free tier limits from 100k to 10k requests/month across docume…
Browse files Browse the repository at this point in the history
…ntation and pricing components
  • Loading branch information
colegottdank committed Jan 21, 2025
1 parent bd03822 commit 176f8d3
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- 🛜 **Gateway**: [Caching](https://docs.helicone.ai/features/advanced-usage/caching), [custom rate limits](https://docs.helicone.ai/features/advanced-usage/custom-rate-limits), [LLM security](https://docs.helicone.ai/features/advanced-usage/llm-security), and more with our gateway
- 🛡️ **Enterprise Ready**: SOC 2 and GDPR compliant

> 🎁 Generous monthly [free tier](https://www.helicone.ai/pricing) (100k requests/month) - No credit card required!
> 🎁 Generous monthly [free tier](https://www.helicone.ai/pricing) (10k requests/month) - No credit card required!
## Quick Start ⚡️ One line of code

Expand Down
2 changes: 1 addition & 1 deletion bifrost/app/blog/blogs/best-langsmith-alternatives/src.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Helicone is fully open-source and free to start. Companies can also self-host He

**<span style={{color: '#0ea5e9'}}>Cost-Effective</span>**

Helicone is also more cost-effective than LangSmith as it operates on a volumetric pricing model. This means companies only pay for what they use (**while the first 100k requests every month are free),** which makes Helicone an easy and flexible platform for businesses to get started and scale their applications.
Helicone is also more cost-effective than LangSmith as it operates on a volumetric pricing model. This means companies only pay for what they use (**while the first 10k requests every month are free),** which makes Helicone an easy and flexible platform for businesses to get started and scale their applications.

**<span style={{color: '#0ea5e9'}}>Scalable & Reliable</span>**

Expand Down
6 changes: 3 additions & 3 deletions bifrost/app/blog/blogs/redeem-promo-code/src.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ If you are on the free plan, this promo also applies to you! You are able to rec

### 2. Why should I choose Helicone for observability?

**<span style={{color: '#0ea5e9'}}>We are open-source!</span>** We think you will love the 1-line integration that takes just a few minutes to set up. The generous free tier offers 100k requests per month so you can access almost all of Helicone’s feature for free. We only make money when you grow.
**<span style={{color: '#0ea5e9'}}>We are open-source!</span>** We think you will love the 1-line integration that takes just a few minutes to set up. The generous free tier offers 10k requests per month so you can access almost all of Helicone’s feature for free. We only make money when you grow.

_P.S. when you upgrade to Growth, you won’t be charged as long as you are under 100k requests per month._
_P.S. when you upgrade to Growth, you won’t be charged as long as you are under 10k requests per month._

#### Curious how Helicone compares to others?

Expand All @@ -72,7 +72,7 @@ _P.S. when you upgrade to Growth, you won’t be charged as long as you are unde

### 4. What’s the difference between free and Growth plan?

**<span style={{color: '#0ea5e9'}}>The amount of limit.</span>** Growth plan allows you to **<span style={{color: '#0ea5e9'}}>pay as you go</span>**. However, if your app get a ton of traffic while on a free plan, we will still log the incoming requests, you just won’t see past 100k requests on Helicone.
**<span style={{color: '#0ea5e9'}}>The amount of limit.</span>** Growth plan allows you to **<span style={{color: '#0ea5e9'}}>pay as you go</span>**. However, if your app get a ton of traffic while on a free plan, we will still log the incoming requests, you just won’t see past 10k requests on Helicone.

#### Features available to Growth (and not Free)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const rows: FeatureRowProps[] = [
description: (
<>
<p className="text-slate-500">
Include 10,000 free requests every month!
Includes 10,000 free requests every month!
</p>
<Accordion type="single" collapsible className="w-full">
<AccordionItem value="item-1" className="border-none">
Expand Down Expand Up @@ -57,11 +57,11 @@ const rows: FeatureRowProps[] = [
pro: (
<>
<Row className="items-center gap-[4px]">
<h3 className="font-bold text-xl">100k</h3>
<p className="text-slate-500">/mo</p>
<h3 className="font-bold text-xl">10k</h3>
<p className="text-slate-500">/mo to unlimited</p>
</Row>
<p className="text-center text-sm font-light text-slate-500">
From $0.32 down to $0.02 per 1k requests.
From $0.35 down to $0.08 per 1k requests.
</p>
</>
),
Expand Down Expand Up @@ -98,6 +98,24 @@ const rows: FeatureRowProps[] = [
pro: <CheckIcon className="w-6 h-6 text-[#6AA84F]" />,
enterprise: <CheckIcon className="w-6 h-6 text-[#6AA84F]" />,
},
{
title: "Evals",
description:
"Run LLM-as-a-Judge and Python evals to assess model and prompt performance.",
free: <XMarkIcon className="w-6 h-6 text-red-500" />,
pro: (
<div className="text-center">
<p className="text-slate-500">Pass-through cost</p>
<p className="text-sm font-light text-slate-500">(no markup)</p>
</div>
),
enterprise: (
<div className="text-center">
<p className="text-slate-500">Pass-through cost</p>
<p className="text-sm font-light text-slate-500">(no markup)</p>
</div>
),
},
{
title: "Rate limits",
description: "Enforce custom API usage restrictions. ",
Expand Down
35 changes: 19 additions & 16 deletions bifrost/app/components/templates/pricing/RequestLogTableV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,39 @@ const BASE_LOG_PRICING: {
},
{
lower: 10_000,
upper: 2_000_000,
rate: 0.000248,
upper: 25_000,
rate: 0.0016,
},
{
lower: 2_000_000,
upper: 15_000_000,
rate: 0.000104,
lower: 25_000,
upper: 50_000,
rate: 0.0008,
},
{
lower: 15_000_000,
upper: 50_000_000,
rate: 0.0000655,
lower: 50_000,
upper: 100_000,
rate: 0.00035,
},
{
lower: 50_000_000,
upper: 100_000_000,
rate: 0.0000364,
lower: 100_000,
upper: 2_000_000,
rate: 0.0003,
},
{
lower: 100_000_000,
lower: 2_000_000,
upper: 15_000_000,
rate: 0.000128,
},
{
lower: 15_000_000,
upper: Number.MAX_SAFE_INTEGER,
rate: 0.0000187,
rate: 0.000083,
},
];

const MULTIPLIER = 1.3;

export const HELICONE_LOG_PRICING = BASE_LOG_PRICING.map((pricing) => ({
...pricing,
rate: pricing.rate * MULTIPLIER,
rate: pricing.rate,
}));

const RequestLogTableV2 = (props: RequestLogTableProps) => {
Expand Down
4 changes: 2 additions & 2 deletions bifrost/app/pricing/pricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function PricingPage() {
What are the limits for each plan?
</AccordionTrigger>
<AccordionContent className="text-slate-600 text-sm">
For the Pro plan, you have access to 100k requests per month
For the Pro plan, you have access to 10k requests per month
and all features such as Playground, Cache, Exports, Evals
and more. You will also be able to enable Prompts and Alerts
as add-ons.
Expand All @@ -264,7 +264,7 @@ export default function PricingPage() {
<br />
<br />
If you are already on the Pro plan, you will be
automatically charged for your usage over 100k requests per
automatically charged for your usage over 10k requests per
month.
</AccordionContent>
</AccordionItem>
Expand Down
2 changes: 1 addition & 1 deletion bifrost/components/templates/pricing/featureTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const tiers: {
featured: false,
description: "Everything you need to get your startup off the ground.",
mainFeatures: [
"Up to 100k request logs",
"Up to 10k request logs",
"Dashboards and Analytics",
"Beta access to prompt templates",
"Caching and other tooling",
Expand Down
2 changes: 1 addition & 1 deletion examples/qawolf/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ export default WebhooksPage;
{tier.name === "Free" && (
<div className="h-32 border-t border-b border-gray-100 flex items-center w-full justify-center">
<p className="text-center font-medium text-gray-500 px-4">
Free for up to 100k requests per month
Free for up to 10k requests per month
</p>
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const MigrateGrowthToPro = () => {
</CardTitle>
<CardDescription>
We are discontinuing the Growth plan soon. Please{" "}
<b>upgrade to Pro</b> to keep 100k requests every month and access
<b>upgrade to Pro</b> to keep 10k requests every month and access
all features or downgrade to Free plan.
</CardDescription>
</CardHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ const ComparisonItem = ({

const proFeatures = [
{
title: "100k requests",
description: "Higher limit compared to 10k.",
title: "Unlimited scaling",
description: "Scale your requests without limits.",
},
{
title: "3 month log retention",
Expand Down
2 changes: 1 addition & 1 deletion web/components/templates/pricing/featureTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const tiers: {
featured: false,
description: "Everything you need to get your startup off the ground.",
mainFeatures: [
"Up to 100k request logs",
"Up to 10k request logs",
"Dashboards and Analytics",
"Access to prompt templates",
"Caching and other tooling",
Expand Down

0 comments on commit 176f8d3

Please sign in to comment.