mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore: restore text-embedding-ada-002-v2 (not deprecated)
text-embedding-ada-002 is not listed as deprecated in OpenAI's official deprecations page. Re-adding the v2 alias entry.
This commit is contained in:
parent
fd46d74424
commit
d43683e875
1 changed files with 10 additions and 0 deletions
|
|
@ -27181,6 +27181,16 @@
|
|||
"output_cost_per_token": 0.0,
|
||||
"output_vector_size": 1536
|
||||
},
|
||||
"text-embedding-ada-002-v2": {
|
||||
"input_cost_per_token": 1e-07,
|
||||
"input_cost_per_token_batches": 5e-08,
|
||||
"litellm_provider": "openai",
|
||||
"max_input_tokens": 8191,
|
||||
"max_tokens": 8191,
|
||||
"mode": "embedding",
|
||||
"output_cost_per_token": 0.0,
|
||||
"output_cost_per_token_batches": 0.0
|
||||
},
|
||||
"text-embedding-large-exp-03-07": {
|
||||
"input_cost_per_character": 2.5e-08,
|
||||
"input_cost_per_token": 1e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue