forked from phoenix/litellm-mirror
(feat) add gpt-4-vision-preview
This commit is contained in:
parent
78e1ed9575
commit
99395197f7
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "chat"
|
||||
},
|
||||
"gpt-4-vision-preview": {
|
||||
"max_tokens": 128000,
|
||||
"input_cost_per_token": 0.00001,
|
||||
"output_cost_per_token": 0.00003,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat"
|
||||
},
|
||||
"gpt-3.5-turbo": {
|
||||
"max_tokens": 4097,
|
||||
"input_cost_per_token": 0.0000015,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue