Skip to content

feat: add Voyage AI provider with embedding and reranker models#2948

Open
fzowl wants to merge 1 commit into
anomalyco:devfrom
fzowl:add-voyageai-models
Open

feat: add Voyage AI provider with embedding and reranker models#2948
fzowl wants to merge 1 commit into
anomalyco:devfrom
fzowl:add-voyageai-models

Conversation

@fzowl

@fzowl fzowl commented Jun 30, 2026

Copy link
Copy Markdown

Add the Voyage AI provider (voyage-ai-provider, VOYAGE_API_KEY) with 23 models sourced from docs.voyageai.com:

  • Text embeddings: voyage-4-large/4/4-lite/4-nano, voyage-code-3/2, voyage-finance-2, voyage-law-2, voyage-3-large, voyage-3.5/3.5-lite, voyage-3/3-lite, voyage-multilingual-2, voyage-large-2-instruct
  • Contextualized chunk embeddings: voyage-context-4/3
  • Multimodal embeddings: voyage-multimodal-3.5/3
  • Rerankers: rerank-2.5/2.5-lite, rerank-2/2-lite

Pricing, context windows, default embedding dimensions and release dates follow the official Voyage docs and pricing page. Rerankers carry output=0 (no generated tokens). voyage-4-nano is open-weight (Apache-2.0); its provider entry uses base_model to inherit model-only metadata from models/voyageai/voyage-4-nano.toml, which carries the Hugging Face weights link.

Add the Voyage AI provider (voyage-ai-provider, VOYAGE_API_KEY) with 23
models sourced from docs.voyageai.com:

- Text embeddings: voyage-4-large/4/4-lite/4-nano, voyage-code-3/2,
  voyage-finance-2, voyage-law-2, voyage-3-large, voyage-3.5/3.5-lite,
  voyage-3/3-lite, voyage-multilingual-2, voyage-large-2-instruct
- Contextualized chunk embeddings: voyage-context-4/3
- Multimodal embeddings: voyage-multimodal-3.5/3
- Rerankers: rerank-2.5/2.5-lite, rerank-2/2-lite

Pricing, context windows, default embedding dimensions and release dates
follow the official Voyage docs and pricing page. Rerankers carry output=0
(no generated tokens). voyage-4-nano is open-weight (Apache-2.0); its
provider entry uses base_model to inherit model-only metadata from
models/voyageai/voyage-4-nano.toml, which carries the Hugging Face
weights link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant