forked from phoenix/litellm-mirror
(feat) add azure/gpt-4-1106-preview
This commit is contained in:
parent
7bcc23e8e9
commit
e58b3d5df0
1 changed files with 7 additions and 0 deletions
|
@ -104,6 +104,13 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/gpt-4-1106-preview": {
|
||||
"max_tokens": 128000,
|
||||
"input_cost_per_token": 0.00001,
|
||||
"output_cost_per_token": 0.00003,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/gpt-4-32k": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00006,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue