-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh VoyageAI models, prices and context #7472
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
"output_cost_per_token": 0.000000, | ||
"litellm_provider": "voyage", | ||
"mode": "embedding" | ||
}, | ||
"voyage/voyage-finance-2": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same feedback as the last PR - please do not remove the models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's in the PR -- there's just a slight reordering (see my other comment).
@@ -7637,6 +7637,22 @@ | |||
"litellm_provider": "voyage", | |||
"mode": "embedding" | |||
}, | |||
"voyage/voyage-finance-2": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ishaan-jaff voyage-finance-2
is in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Title
Refresh VoyageAI models, prices and context based on the documentation available at
https://docs.voyageai.com/docs/pricing
https://docs.voyageai.com/docs/embeddings
https://docs.voyageai.com/docs/reranker
Type
Model refresh
Changes
Refresh VoyageAI models, prices and context. I removed the old models and added the new models.
[REQUIRED] Testing - Attach a screenshot of any new tests passing locally
If UI changes, send a screenshot/GIF of working UI fixes
I did not test the change