Skip to content

feat(provider/gateway): Hide Cohere embedding models with no pricing info #7702

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

R-Taneja
Copy link
Contributor

@R-Taneja R-Taneja commented Aug 1, 2025

Background

4 Cohere embedding models were added as part of the Gateway embeddings feature, but there isn't any pricing info available.

Summary

Commented them out (in the hopes that they can be re-added in the future)

Tasks

  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • Formatting issues have been fixed (run pnpm prettier-fix in the project root)
| 'cohere/embed-english-v3.0'
| 'cohere/embed-multilingual-light-v3.0'
| 'cohere/embed-multilingual-v3.0'
// | 'cohere/embed-english-light-v3.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should just remove them, and edit the generation script to omit them either if the pricing info isn't sufficient or via an allow-list to omit if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants