Skip to content

Commit

Permalink
feat: Added OpenAI FineTune prices.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jul 23, 2024
1 parent 4571258 commit ca1813b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/OpenAI/Metadata/Metadata.Chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ CreateChatCompletionRequestModel.Gpt4oMini or
PricePerOutputTokenInUsd = 0.60 * UsdPerMillionTokens,
ContextLength = 128_000,
OutputLength = 16_000,

FineTunePricePerTrainingTokenInUsd = 3.00 * UsdPerMillionTokens,
FineTunePricePerInputTokenInUsd = 0.30 * UsdPerMillionTokens,
FineTunePricePerOutputTokenInUsd = 1.20 * UsdPerMillionTokens,
},

CreateChatCompletionRequestModel.Gpt4Turbo or
Expand Down

0 comments on commit ca1813b

Please sign in to comment.