forked from phoenix/litellm-mirror
add 3.5-instruct pricing
This commit is contained in:
parent
9c154dc718
commit
5cc5429652
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue