mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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'] = ""
|
||||
response = embedding(
|
||||
model="voyage/voyage-01",
|
||||
model="voyage/voyage-3-large",
|
||||
input=["good morning from litellm"],
|
||||
)
|
||||
print(response)
|
||||
|
@ -23,13 +23,20 @@ print(response)
|
|||
## Supported Models
|
||||
All models listed here https://docs.voyageai.com/embeddings/#models-and-specifics are supported
|
||||
|
||||
| Model Name | Function Call |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| voyage-2 | `embedding(model="voyage/voyage-2", input)` |
|
||||
| voyage-large-2 | `embedding(model="voyage/voyage-large-2", input)` |
|
||||
| voyage-law-2 | `embedding(model="voyage/voyage-law-2", input)` |
|
||||
| voyage-code-2 | `embedding(model="voyage/voyage-code-2", input)` |
|
||||
| Model Name | Function Call |
|
||||
|-------------------------|------------------------------------------------------------|
|
||||
| voyage-3-large | `embedding(model="voyage/voyage-3-large", 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-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-01 | `embedding(model="voyage/voyage-01", input)` |
|
||||
| voyage-lite-01 | `embedding(model="voyage/voyage-lite-01", input)` |
|
||||
| voyage-lite-01-instruct | `embedding(model="voyage/voyage-lite-01-instruct", input)` |
|
||||
| voyage-01 | `embedding(model="voyage/voyage-01", input)` |
|
||||
| voyage-lite-01 | `embedding(model="voyage/voyage-lite-01", input)` |
|
||||
| voyage-lite-01-instruct | `embedding(model="voyage/voyage-lite-01-instruct", input)` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue