mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
docs: Updating the available VoyageAI models in the docs (#8215)
* Refresh VoyageAI models and prices and context * Refresh VoyageAI models and prices and context * Refresh VoyageAI models and prices and context * Updating the available VoyageAI models in the docs
This commit is contained in:
parent
2d8a809101
commit
d76a3450df
1 changed files with 17 additions and 10 deletions
|
@ -14,7 +14,7 @@ import os
|
||||||
|
|
||||||
os.environ['VOYAGE_API_KEY'] = ""
|
os.environ['VOYAGE_API_KEY'] = ""
|
||||||
response = embedding(
|
response = embedding(
|
||||||
model="voyage/voyage-01",
|
model="voyage/voyage-3-large",
|
||||||
input=["good morning from litellm"],
|
input=["good morning from litellm"],
|
||||||
)
|
)
|
||||||
print(response)
|
print(response)
|
||||||
|
@ -24,11 +24,18 @@ print(response)
|
||||||
All models listed here https://docs.voyageai.com/embeddings/#models-and-specifics are supported
|
All models listed here https://docs.voyageai.com/embeddings/#models-and-specifics are supported
|
||||||
|
|
||||||
| Model Name | Function Call |
|
| Model Name | Function Call |
|
||||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------|------------------------------------------------------------|
|
||||||
| voyage-2 | `embedding(model="voyage/voyage-2", input)` |
|
| voyage-3-large | `embedding(model="voyage/voyage-3-large", input)` |
|
||||||
| voyage-large-2 | `embedding(model="voyage/voyage-large-2", input)` |
|
| voyage-3 | `embedding(model="voyage/voyage-3", input)` |
|
||||||
|
| voyage-3-lite | `embedding(model="voyage/voyage-3-lite", input)` |
|
||||||
|
| voyage-code-3 | `embedding(model="voyage/voyage-code-3", input)` |
|
||||||
|
| voyage-finance-2 | `embedding(model="voyage/voyage-finance-2", input)` |
|
||||||
| voyage-law-2 | `embedding(model="voyage/voyage-law-2", input)` |
|
| voyage-law-2 | `embedding(model="voyage/voyage-law-2", input)` |
|
||||||
| voyage-code-2 | `embedding(model="voyage/voyage-code-2", input)` |
|
| voyage-code-2 | `embedding(model="voyage/voyage-code-2", input)` |
|
||||||
|
| voyage-multilingual-2 | `embedding(model="voyage/voyage-multilingual-2 ", input)` |
|
||||||
|
| voyage-large-2-instruct | `embedding(model="voyage/voyage-large-2-instruct", input)` |
|
||||||
|
| voyage-large-2 | `embedding(model="voyage/voyage-large-2", input)` |
|
||||||
|
| voyage-2 | `embedding(model="voyage/voyage-2", input)` |
|
||||||
| voyage-lite-02-instruct | `embedding(model="voyage/voyage-lite-02-instruct", input)` |
|
| voyage-lite-02-instruct | `embedding(model="voyage/voyage-lite-02-instruct", input)` |
|
||||||
| voyage-01 | `embedding(model="voyage/voyage-01", input)` |
|
| voyage-01 | `embedding(model="voyage/voyage-01", input)` |
|
||||||
| voyage-lite-01 | `embedding(model="voyage/voyage-lite-01", input)` |
|
| voyage-lite-01 | `embedding(model="voyage/voyage-lite-01", input)` |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue