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:
Nir Kopler 2024-01-15 18:36:54 +02:00 committed by GitHub
parent 7b084b4cc7
commit 0fa06732b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,