forked from phoenix/litellm-mirror
(feat) add text-embedding-ada-002-v2
This commit is contained in:
parent
20256c45ad
commit
d2487c44ab
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"text-embedding-ada-002-v2": {
|
||||
"max_tokens": 8191,
|
||||
"input_cost_per_token": 0.0000001,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"256-x-256/dall-e-2": {
|
||||
"mode": "image_generation",
|
||||
"input_cost_per_pixel": 0.00000024414,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue