forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): add azure gpt-4-turbo, gpt-4-turbo-vision, dall-e-2 and dall-e-3 pricing
This commit is contained in:
parent
1f8fc6d2a7
commit
a9f58ec100
1 changed files with 56 additions and 0 deletions
|
@ -200,6 +200,20 @@
|
|||
"litellm_provider": "azure",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/gpt-4-turbo": {
|
||||
"max_tokens": 128000,
|
||||
"input_cost_per_token": 0.00001,
|
||||
"output_cost_per_token": 0.00003,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/gpt-4-turbo-vision-preview": {
|
||||
"max_tokens": 128000,
|
||||
"input_cost_per_token": 0.00001,
|
||||
"output_cost_per_token": 0.00003,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/gpt-35-turbo-16k-0613": {
|
||||
"max_tokens": 16385,
|
||||
"input_cost_per_token": 0.000003,
|
||||
|
@ -235,6 +249,48 @@
|
|||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/standard/1024-x-1024/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.0000000381469,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/hd/1024-x-1024/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.00000007629,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/standard/1024-x-1792/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.00000004359,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/standard/1792-x-1024/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.00000004359,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/hd/1024-x-1792/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.00000006539,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/hd/1792-x-1024/dall-e-3": {
|
||||
"input_cost_per_pixel": 0.00000006539,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"azure/standard/1024-x-1024/dall-e-2": {
|
||||
"input_cost_per_pixel": 0.0,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "image_generation"
|
||||
},
|
||||
"text-davinci-003": {
|
||||
"max_tokens": 4097,
|
||||
"input_cost_per_token": 0.000002,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue