Skip to main content

vai models

List all available Voyage AI models with architecture details, pricing, dimensions, and benchmark scores.

Synopsis

vai models [options]

Description

vai models displays the full Voyage AI model catalog, including embedding models, reranking models, multimodal models, and domain-specific models. By default, it shows only current models; use --all to include legacy models.

Options

FlagDescriptionDefault
-t, --type <type>Filter by type: embedding, reranking, or allall
-a, --allShow all models including legacy
-w, --wideWide output (all columns untruncated)
-b, --benchmarksShow RTEB benchmark scores
--jsonMachine-readable JSON output
-q, --quietSuppress non-essential output

Examples

List all current models

vai models

Show only embedding models with benchmarks

vai models --type embedding --benchmarks

Include legacy models

vai models --all

JSON output for scripting

vai models --json | jq '.[].name'

Current Models

ModelTypeContextDimensionsPriceBest For
voyage-4-largeEmbedding32K1024*$0.12/1MBest quality, MoE
voyage-4Embedding32K1024*$0.06/1MBalanced
voyage-4-liteEmbedding32K1024*$0.02/1MLowest cost
voyage-code-3Embedding32K1024*$0.18/1MCode retrieval
voyage-finance-2Embedding32K1024$0.12/1MFinance
voyage-law-2Embedding16K1024$0.12/1MLegal
voyage-multimodal-3.5Multimodal32K1024*$0.12/M + $0.60/B pxText + images
rerank-2.5Reranking32K$0.05/1MBest quality reranking
rerank-2.5-liteReranking32K$0.02/1MFast reranking

* Supports flexible dimensions: 256, 512, 1024 (default), 2048

  • vai explain — Learn about model architectures and embedding concepts
  • vai estimate — Compare model costs for your workload
  • vai embed — Generate embeddings with a specific model