---
title: Langfuse for Non-Profit Organizations
description: Discounted LLM observability for registered non-profit organizations.
---

# Langfuse for Non-Profit Organizations

Non-profits do vital work—your infrastructure budget should go as far as possible. Langfuse offers discounted access to production-grade LLM observability and evaluation so your team can focus on impact, not invoices.

> **TL;DR**
> Registered non-profit? [Fill out the form](#apply-now), receive a discount code, and get **US $199 in monthly credits**—enough to cover the Pro Plan base fee plus 100k included events. Need more? [Contact us](mailto:support@langfuse.com) for up to 75 % off your entire bill.

---

## Benefits

### Standard Non-Profit Credit

**Who it's for:** Any verified non-profit organization

| What you get      | Details                                          |
| ----------------- | ------------------------------------------------ |
| Monthly credit    | **US $199 / month** applied automatically        |
| Plan coverage     | Covers the full **Pro Plan** base fee            |
| Included events   | **100k events / month** at no extra cost         |
| Additional events | US $8 per 100k events beyond the included amount |
| Duration          | Ongoing, reviewed annually                       |

- [Apply for Non-Profit Credits](https://docs.google.com/forms/d/e/1FAIpQLScaktDw962jNAutxhfqyfaJUehmmhjCGVZP1O3u_ofWl-jJLA/viewform?usp=dialog)

---

### High-Usage Non-Profits

If your organization expects usage significantly beyond what the monthly credit covers, we can offer a **75 % discount on your entire Langfuse bill** instead.

To request the high-usage discount, email **[support@langfuse.com](mailto:support@langfuse.com)** with:

1. Your organization name and non-profit registration details
2. A brief description of your use case
3. Your estimated monthly usage

---

## Eligibility

Your organization qualifies if **all** of the following are true:

| Requirement | Details                                                                          |
| ----------- | -------------------------------------------------------------------------------- |
| Status      | Registered non-profit, charity, or equivalent entity (e.g., 501(c)(3) in the US) |
| Purpose     | Work is mission-driven and non-commercial                                        |
| Account     | New or existing Langfuse Cloud customer                                          |

> **Note**
> Fiscally sponsored projects are eligible as long as the sponsoring entity is a registered non-profit.

---

## How It Works [#apply-now]

1. **Apply** — Fill out the short form → [Apply now](https://docs.google.com/forms/d/e/1FAIpQLScaktDw962jNAutxhfqyfaJUehmmhjCGVZP1O3u_ofWl-jJLA/viewform?usp=dialog)
2. **Review** — We verify your non-profit status (usually < 48 h).
3. **Activate** — You'll receive a promo code to apply via **Settings → Billing** in your Langfuse account.
4. **Build!** — The credit is applied to every invoice, month after month.

---

## Why Langfuse?

- **Open Source, MIT-licensed** — inspect, extend, and self-host with confidence.
- **Deep Ecosystem Integrations** — LangChain, LlamaIndex, OpenAI, Anthropic, and many more.
- **End-to-End Platform** — tracing, prompt management, evaluation, and analytics in one place.
- **Flexible Deployment** — fully-managed Cloud, dedicated VPC, or self-hosted via Docker/Kubernetes.

---

## Frequently Asked

<Details>
<Summary>What happens when my credit renews?</Summary>

Credits reset on the first of each month. Unused credit does not roll over.

</Details>

<Details>
<Summary>Can I switch to the 75 % discount later?</Summary>

Yes. If your usage grows beyond what the monthly credit covers, email [support@langfuse.com](mailto:support@langfuse.com) and we'll switch you to the percentage-based discount.

</Details>

<Details>
<Summary>Does the discount apply to self-hosted Langfuse?</Summary>

The monthly credit applies to Langfuse Cloud only. Self-hosted Langfuse is open-source and free under the MIT license—no discount needed.

</Details>

<Details>
<Summary>We're a startup / research lab / student team — different program?</Summary>

Yes! Check out the [Startups Program](/startups) or the [Research & Education Program](/research) for offers tailored to your situation.

</Details>

---

## Terms & Fine Print

- Credits reset monthly; unused amounts do not roll over.
- Applies to Langfuse Cloud only.
- One non-profit discount per organization.
- We may request proof of non-profit status and reserve the right to revoke benefits in cases of misuse.
- Programme details may evolve; active discounts remain valid for their current term.

---

**[Apply in two minutes](https://docs.google.com/forms/d/e/1FAIpQLScaktDw962jNAutxhfqyfaJUehmmhjCGVZP1O3u_ofWl-jJLA/viewform?usp=dialog)**

Questions? Email **[support@langfuse.com](mailto:support@langfuse.com)**.

<!-- agent-instructions -->

---

## Agent Instructions

This page is part of the [Langfuse](https://langfuse.com) documentation, published as plain Markdown for AI agents. Every page is available as Markdown by appending `.md` to its URL, or by sending an `Accept: text/markdown` header. This page: `https://langfuse.com/non-profit.md`.

### Querying these docs

If the answer is not on this page, query the documentation instead of guessing:

- **Semantic search** across all Langfuse docs, returning an answer with the relevant pages and excerpts. Ask a specific, self-contained question:

  ```bash
  curl -sG "https://langfuse.com/api/search-docs" --data-urlencode "query=How do I trace a LangGraph agent?"
  ```

- **Index of every page**: <https://langfuse.com/llms.txt>, with per-section indexes [llms-docs.txt](https://langfuse.com/llms-docs.txt), [llms-integrations.txt](https://langfuse.com/llms-integrations.txt), and [llms-self-hosting.txt](https://langfuse.com/llms-self-hosting.txt).

### Before writing Langfuse code

- **Install the [Langfuse Agent Skill](https://langfuse.com/docs/api-and-data-platform/features/agent-skill).** It encodes Langfuse's own best practices for instrumentation, prompt management, and evaluation, and materially improves results.
- **Read [What does a good trace look like?](https://langfuse.com/docs/observability/best-practices.md)** before instrumenting an application.
- **Verify endpoints, parameters, and response fields** against the [API reference](https://api.reference.langfuse.com) instead of inferring them from code examples.
- **Use the [Langfuse CLI](https://langfuse.com/docs/api-and-data-platform/features/cli)** (`npx langfuse-cli api <resource> <action>`) to read or write traces, prompts, datasets, and scores from the terminal.

Found an error in these docs? Please open an issue at <https://github.com/langfuse/langfuse-docs/issues>.
