mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
community: add new gpt-3.5-turbo-1106 finetuned for cost calculation (#16039)
**Description:** Added the new gpt-3.5-turbo-1106 for **finetuned** cost calculation, **Issue:** no issue found open By the information in OpenAI the pricing is the same as the older model (0613)
This commit is contained in:
parent
7b084b4cc7
commit
0fa06732b7
@ -68,10 +68,12 @@ MODEL_COST_PER_1K_TOKENS = {
|
||||
"babbage-002-finetuned": 0.0016,
|
||||
"davinci-002-finetuned": 0.012,
|
||||
"gpt-3.5-turbo-0613-finetuned": 0.012,
|
||||
"gpt-3.5-turbo-1106-finetuned": 0.012,
|
||||
# Fine Tuned output
|
||||
"babbage-002-finetuned-completion": 0.0016,
|
||||
"davinci-002-finetuned-completion": 0.012,
|
||||
"gpt-3.5-turbo-0613-finetuned-completion": 0.016,
|
||||
"gpt-3.5-turbo-1106-finetuned-completion": 0.016,
|
||||
# Azure Fine Tuned input
|
||||
"babbage-002-azure-finetuned": 0.0004,
|
||||
"davinci-002-azure-finetuned": 0.002,
|
||||
|
Loading…
Reference in New Issue
Block a user