mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +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:
commit
c09fa76045
2 changed files with 28 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue