Skip to content

Commit 45320e5

Browse files
committed
Add cost estimation support for o3-mini-2025-01-31
1 parent d8dbbd3 commit 45320e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gptcmd/llm/openai.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ def _estimate_cost_in_cents(
8888
Decimal("15") / Decimal("1000000"),
8989
Decimal("60") / Decimal("1000000"),
9090
),
91+
"o3-mini-2025-01-31": (
92+
Decimal("1.1") / Decimal("1000000"),
93+
Decimal("4.4") / Decimal("1000000"),
94+
),
9195
"o1-mini-2024-09-12": (
9296
Decimal("3") / Decimal("1000000"),
9397
Decimal("12") / Decimal("1000000"),

0 commit comments

Comments
 (0)