-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: How do I track LLM cost and tokens in Langfuse? | ||
tags: [features] | ||
--- | ||
|
||
# How do I track LLM cost and tokens in Langfuse? | ||
|
||
You can track cost and token usage for any LLM model and endpoint in Langfuse. In general there are two ways to do this | ||
|
||
1. Automatically calculated by Langfuse: For [supported models](/docs/model-usage-and-cost#infer) Langfuse will infer the cost. This requires you to ingest the correct model names. We currently support OpenAI and Anthropic off the shelf. Please refer to the *Models* tab in Langfuse for exact model names. | ||
|
||
2. Explicitly pass cost and tokens: You can [ingest](/docs/model-usage-and-cost#infer) cost and token counts for your LLM calls that you already track with Langfuse. Some model providers return cost and tokens as payload in their return requests. You can pass these back to Langfuse. | ||
|
||
Bonus: Cost tracking is natively supported in our [OpenAI integration](/docs/model-usage-and-cost#compatibility-with-openai). | ||
|
||
Please see more info and examples at [cost and tokens in Langfuse](/docs/model-usage-and-cost) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: I have forgot my password. | ||
tags: [help] | ||
--- | ||
|
||
# I have forgot my password | ||
|
||
We can help you recover the account. There is currently no reset password flow. | ||
|
||
You will need to send an confimring your reset password request to to [email protected] . | ||
|
||
**The process:** | ||
1. You confirm via email to [email protected] that you want to reset your password | ||
2. We confirm that you can create a new account with this email address | ||
3. We reassign all of your existing projects to the new account that you just created |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: How can I receive support? | ||
tags: [help] | ||
--- | ||
|
||
# How can I receive support? | ||
|
||
We recommend raising support requests through our [Github Discussions](https://github.com/orgs/langfuse/discussions). | ||
|
||
Find more information on our support page [Support](/support). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: How can I manage my prompts with Langfuse? | ||
tags: [features] | ||
--- | ||
|
||
# How can I manage my prompts with Langfuse? | ||
|
||
You can easily manage and version prompts with Langfuse. We think of it as a Prompt Management System, akin to a Content Management System (CMS). | ||
|
||
Please see more info and examples at [Prompt Management in Langfuse](/docs/prompts) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: How do I report an issue/feedback/bug? | ||
tags: [help] | ||
--- | ||
|
||
# How do I report an issue/feedback/bug? | ||
|
||
|
||
**Feedback/Feature Requests**: Please raise feedback and feature requests through our [Github Discussions](https://github.com/orgs/langfuse/discussions). | ||
|
||
**Bugs/Issues**: If you have encountered a bug, please raise it on our [Github Issues](https://github.com/orgs/langfuse/discussions). Please include code/screenshots/context that will help us reproduce your issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: How do I upgrade my Langfuse account? | ||
tags: [help] | ||
--- | ||
|
||
# How do I upgrade my Langfuse account? | ||
|
||
You can upgrade via your Langfuse Project Settings. Please navigate to your Project --> Settings --> Usage --> Change Plans. | ||
|
||
You can find out more about the Langfuse Pro and Teams plans on our [pricing](/pricing) and [enterprise](/enterprise) pages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Where do I find my Langfuse API keys? | ||
tags: [help, setup] | ||
--- | ||
|
||
# Where are my Langfuse API keys? | ||
|
||
You can always look up your API keys or create new ones by navigating to **Project --> Settings** within Langfuse | ||
|
||
You will also receive Langfuse API keys when you create a new project. |