Skip to content

Commit

Permalink
🔖 chore: update gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
MartialBE committed May 13, 2024
1 parent 029b3c8 commit d488685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/price.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ func GetDefaultPrice() []*Price {
"gpt-4-0125-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-turbo-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
"gpt-4-vision-preview": {[]float64{5, 15}, common.ChannelTypeOpenAI},
// $0.005 / 1K tokens $0.015 / 1K tokens
"gpt-4o": {[]float64{2.5, 7.5}, common.ChannelTypeOpenAI},
// $0.0005 / 1K tokens $0.0015 / 1K tokens
"gpt-3.5-turbo": {[]float64{0.25, 0.75}, common.ChannelTypeOpenAI},
"gpt-3.5-turbo-0125": {[]float64{0.25, 0.75}, common.ChannelTypeOpenAI},
Expand Down

0 comments on commit d488685

Please sign in to comment.