Voyage AI voyage-3

Popular
Custom
Embeddings

Voyage's general-purpose embedding model. 1024 dims, 32k context, strong retrieval performance.

Embed with Voyage AI voyage-3
Vectorize text and preview the first 8 dimensions as a bar chart.
Sign in to try this model with €5 free credits.
Sign in
Outputs a high-dimensional vector you can plug into RAG or search.
Vector preview appears here.
TL;DR·Last updated June 24, 2026

Voyage AI voyage-3 is embeddings AI model from Custom, priced at €0.060 per 1M input tokens with a 32K tokens context window.

Try Voyage AI voyage-3
Direct API access coming soon

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Voyage AI voyage-3 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const vectors = await rw.run("voyage-3", "Hello world", { type: "embed" });
console.log(vectors[0].length); // embedding dimensions

// Or use the embed() method for full control
const res = await rw.embed("voyage-3", ["Hello", "World"]);
for (const item of res.data) {
  console.log(item.embedding.length);
}
Specifications
Context window
32,000 tokens
Developer
Custom
Category
Embeddings
Supported Formats
text
Tags
voyage
embedding
retrieval
general

Deep dive — Voyage AI's Voyage AI voyage-3

About Voyage AI
Founded 2023 · Palo Alto, California, USA

Voyage AI was founded in 2023 by Tengyu Ma, an associate professor of Computer Science at Stanford and a recognised researcher on optimisation and representation learning, together with co-founders Dawn Song and Christopher Re among the technical advisory team. The company set out to build best-in-class retrieval and reranking models for RAG, with explicit emphasis on domain-specific variants (code, finance, law, multilingual). Voyage AI raised $20M in seed and Series A funding from CRV, Wing VC, Conviction, AME Cloud, Snowflake and others before being acquired by MongoDB for $220M in February 2025 as the foundational embedding layer for Atlas Vector Search. voyage-3 launched in September 2024 as the company's general-purpose flagship and consistently ranks at or near the top of the MTEB and BEIR retrieval leaderboards.

Visit Voyage AI →
Architecture
Transformer bi-encoder with task-specific instruction-tuning and Matryoshka heads

Voyage AI voyage-3 is a hosted general-purpose embedding model with a 32,000-token context window, the longest commercial embedding context as of late 2024. The default output is a 1,024-dim vector, but the API also supports 256-, 512- and 2,048-dim heads via Matryoshka-style training, all sharing the same backbone. Training used a contrastive retrieval objective over a large curated multilingual mix including code, scientific and financial documents; the team has not disclosed exact token counts. Voyage exposes an input_type parameter ('query' or 'document') for asymmetric search and a separate output_dtype parameter for int8 / binary quantisation, reducing storage cost by up to 32x with a small quality drop. voyage-3 is bundled with a paired reranker (rerank-2) for two-stage retrieval. The model is offered exclusively via hosted API and is also natively integrated into MongoDB Atlas Vector Search since the February 2025 acquisition.

Parameters
Undisclosed
Context
32K tokens
What it can do
  • 32,000-token context window (longest commercial embedding context)
  • Matryoshka-style heads: 256 / 512 / 1024 / 2048 dimensions
  • input_type parameter for asymmetric query / document retrieval
  • int8 and binary quantisation for cheap vector storage
  • Multilingual coverage with strong English and code performance
  • Top-tier MTEB and BEIR retrieval scores
  • Native MongoDB Atlas Vector Search integration
  • Best for: production RAG, long-document retrieval, MongoDB-backed apps
Training & License

Not disclosed. Voyage describes a 'large curated multilingual mix including code, scientific and financial documents' plus contrastive negatives.

License: Proprietary commercial API. Available standalone and bundled with MongoDB Atlas Vector Search.

Known limitations
  • Closed weights, hosted only
  • Cannot fine-tune externally
  • Higher latency than OpenAI text-embedding-3 on small inputs
  • Multilingual coverage lighter than Cohere v3 for low-resource languages
  • Pricing higher than OpenAI for high-volume embedding

Frequently asked questions

Related Models

View all Embeddings

BGE Large EN v1.5

huggingface

BAAI (Beijing Academy of AI) open-weight English embedding model with 335M parameters. Returns 1024-dim vectors and was a top MTEB English retrieval model on release. The v1.5 update improved similarity distribution so it works well without a query instruction prefix for symmetric tasks. A widely used open alternative to hosted embeddings.

€1.00

BGE-M3 (Multilingual)

huggingface

BAAI multilingual embedding model covering 100+ languages with an 8192-token context. M3 stands for its multi-functionality (dense, sparse and ColBERT-style multi-vector retrieval), multilinguality and multi-granularity over long documents. Returns 1024-dim dense vectors and is a strong open choice for cross-lingual and long-text retrieval.

€1.00

ESM-2 650M (Protein Embeddings)

huggingface

Meta AI 650M-parameter protein language model trained on UniRef50 sequences. Feed it an amino-acid sequence and the per-residue hidden states act as learned protein embeddings, used for structure prediction, variant-effect and function tasks. This 33-layer checkpoint is the common balance of quality and cost in the ESM-2 family.

€2.00

Nomic Embed Text v1.5

huggingface

Nomic AI open embedding model with a fully reproducible training pipeline (open weights, data and code). Supports an 8192-token context and Matryoshka representation learning, so you can truncate the 768-dim output down to 64 dims with graceful quality loss. Uses task prefixes like search_query and search_document.

€1.00

Start using Voyage AI voyage-3 today

Get started with free credits. No credit card required. Access Voyage AI voyage-3 and 100+ other models through a single API.