Skip to content

Commit

Permalink
add costs for o3-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv authored Feb 1, 2025
1 parent bf30545 commit 878c81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defog_utils/utils_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"o1": {"input_cost_per1k": 0.015, "output_cost_per1k": 0.06},
"o1-preview": {"input_cost_per1k": 0.015, "output_cost_per1k": 0.06},
"o1-mini": {"input_cost_per1k": 0.003, "output_cost_per1k": 0.012},
"o3-mini": {"input_cost_per1k": 0.0011, "output_cost_per1k": 0.0044},
"gpt-4-turbo": {"input_cost_per1k": 0.01, "output_cost_per1k": 0.03},
"gpt-3.5-turbo": {"input_cost_per1k": 0.0005, "output_cost_per1k": 0.0015},
"claude-3-5-sonnet": {"input_cost_per1k": 0.003, "output_cost_per1k": 0.015},
Expand Down

0 comments on commit 878c81a

Please sign in to comment.