forked from phoenix/litellm-mirror
(feat) add azure-ada to model_prices.json
This commit is contained in:
parent
113b5e7284
commit
db50a07318
1 changed files with 7 additions and 0 deletions
|
@ -242,6 +242,13 @@
|
|||
"litellm_provider": "azure",
|
||||
"mode": "chat"
|
||||
},
|
||||
"azure/ada": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.0000001,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"azure/text-embedding-ada-002": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.0000001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue