Skip to content

Commit

Permalink
docs: changelog o3-mini (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Jan 31, 2025
1 parent 90db882 commit a8ab2bd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions pages/changelog/2025-01-31-o3-mini-support.mdx
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)
8 changes: 7 additions & 1 deletion pages/docs/playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can either start from scratch or jump into the playground from an existing p

## Supported Models

Currently the playground supports the following models by default. You may configure additional custom model names when adding your LLM API Key in the Langfuse project settings.
Currently the playground supports the following models by default. You may configure additional custom model names when adding your LLM API Key in the Langfuse project settings, e.g. when using a custom model or proxy.

export function ModelList() {
const openAIModels = [
Expand All @@ -53,6 +53,12 @@ export function ModelList() {
"gpt-4o-2024-05-13",
"gpt-4o-mini",
"gpt-4o-mini-2024-07-18",
"o3-mini",
"o3-mini-2025-01-31",
"o1-preview",
"o1-preview-2024-09-12",
"o1-mini",
"o1-mini-2024-09-12",
"gpt-4-turbo-preview",
"gpt-4-1106-preview",
"gpt-4-0613",
Expand Down

0 comments on commit a8ab2bd

Please sign in to comment.