add 3.5-instruct pricing

This commit is contained in:
ishaan-jaff 2023-09-18 12:26:59 -07:00
parent 9c154dc718
commit 5cc5429652

View file

@ -40,7 +40,9 @@
"output_cost_per_token": 0.000004 "output_cost_per_token": 0.000004
}, },
"gpt-3.5-turbo-instruct": { "gpt-3.5-turbo-instruct": {
"max_tokens": 8192 "max_tokens": 8192,
"input_cost_per_token": 0.0000015,
"output_cost_per_token": 0.000002
}, },
"claude-instant-1": { "claude-instant-1": {
"max_tokens": 100000, "max_tokens": 100000,