mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 00:23:47 +00:00
add 3.5-instruct pricing
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
"output_cost_per_token": 0.000004
|
||||
},
|
||||
"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": {
|
||||
"max_tokens": 100000,
|
||||
|
||||
Reference in New Issue
Block a user