mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-15 18:24:07 +00:00
Merge pull request #2198 from BerriAI/litellm_add_embedding3_costs
[FEAT] add cost for azure/text-embedding-3-large, azure/text-embedding-3-small
This commit is contained in:
@@ -401,6 +401,20 @@
|
||||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/text-embedding-3-large": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.00000013,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/text-embedding-3-small": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.00000002,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"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,
|
||||
|
||||
@@ -401,6 +401,20 @@
|
||||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/text-embedding-3-large": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.00000013,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/text-embedding-3-small": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.00000002,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user