Next-generation Voyage AI retrieval embedding model after voyage-3. Expected to top MTEB leaderboards for code and long-context retrieval.
Next-generation Voyage AI retrieval embedding model after voyage-3. Expected to top MTEB leaderboards for code and long-context retrieval.
Why it matters: RAG builders track Voyage releases as the highest-quality non-OpenAI embedding option.
Expected pricing: ~$0.12 per 1M tokens (unconfirmed)
Closest production embedding endpoint on SkillBoss until Voyage is routed — similar 1536/3072-dim output.
We'll auto-switch your API calls to Voyage 4 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/text-embedding-3-large",
"input": {
"prompt": "Say hello from Voyage 4 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account