-
Notifications
You must be signed in to change notification settings - Fork 71
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
1 parent
90db882
commit a8ab2bd
Showing
2 changed files
with
28 additions
and
1 deletion.
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,21 @@ | ||
--- | ||
date: 2025-01-31 | ||
title: OpenAI o3-mini support for playground and cost tracking | ||
description: Two hours ago, OpenAI released the latest version of their o3-mini model. Langfuse now supports this model in both the LLM playground and cost tracking. | ||
author: Marc | ||
--- | ||
|
||
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader"; | ||
|
||
<ChangelogHeader /> | ||
|
||
Some highlights about o3-mini from the [OpenAI release notes](https://openai.com/index/openai-o3-mini/): | ||
|
||
- Performance: Matches o1 in math, coding, and science; responds 24% faster. | ||
- Developer Features: Supports function calling, structured outputs, and developer messages. | ||
- Reasoning Effort Levels: Offers low, medium, and high options to balance speed and thoroughness. | ||
|
||
## Learn more | ||
|
||
- [Langfuse LLM playground](/docs/playground) | ||
- [Langfuse model usage and cost tracking](/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