Now in beta

One API for all embeddings

Access OpenAI, Voyage, Cohere, and Mistral embeddings with a single API key. Drop-in OpenAI compatible. Simple pricing.

Route to any provider

OpenAIVoyageCohereMistral

Works with your existing code

If you use the OpenAI SDK, just change two lines.

example.ts
1import OpenAI from 'openai'
2
3const client = new OpenAI({
4 apiKey: 'er_your_api_key',
5 baseURL: 'https://api.embedroute.com/v1'
6})
7
8const response = await client.embeddings.create({
9 model: 'openai/text-embedding-3-small',
10 input: 'Your text to embed'
11})
12
13console.log(response.data[0].embedding)
1

Get your API key

2

Change base URL

3

Use any model

Everything you need

Focus on building. We handle the embedding infrastructure.

One API, All Providers

Stop juggling multiple API keys. Use a single endpoint to access every major embedding provider.

OpenAI Compatible

Drop-in replacement. Change your base URL and you're done. Existing code works instantly.

Pay-As-You-Go

Prepaid credits with transparent pricing. No hidden fees. Only pay for what you use.

Usage Analytics

Track usage per model, monitor costs, and optimize your embedding strategy.

Fast & Reliable

Sub-100ms routing overhead. Automatic retries and failover when needed.

Secure by Default

Your data is never stored. API keys encrypted. Enterprise-grade security.

Transparent pricing

Provider cost plus a small routing fee. No monthly minimums.

ProviderModelPrice
OpenAItext-embedding-3-small$0.024 / 1M tokens
OpenAItext-embedding-3-large$0.156 / 1M tokens
Voyagevoyage-3-lite$0.024 / 1M tokens
Voyagevoyage-3$0.072 / 1M tokens
Cohereembed-english-v3.0$0.12 / 1M tokens
Mistralmistral-embed$0.12 / 1M tokens

Includes 20% routing fee on top of provider costs.

Get early access

Join the waitlist for early access and $10 free credits at launch.

No spam. Unsubscribe anytime.

Frequently asked questions

What is EmbedRoute?

EmbedRoute is a unified API that lets you access text embeddings from multiple providers (OpenAI, Voyage, Cohere, Mistral) using a single API key. Instead of managing separate accounts and SDKs, you use one endpoint for all providers.

How does pricing work?

You pay the provider cost plus a 20% routing fee. For example, if OpenAI charges $0.02 per million tokens, you pay $0.024 through EmbedRoute. No monthly fees or minimums.

Is it compatible with my existing code?

Yes. EmbedRoute is OpenAI SDK compatible. If you're using the OpenAI SDK, just change your base URL and API key. Your existing code works without modification.

Which embedding models are supported?

We support major models from OpenAI (text-embedding-3-small, text-embedding-3-large), Voyage (voyage-3, voyage-3-lite), Cohere (embed-english-v3.0), and Mistral (mistral-embed). More coming soon.

How do I choose the right embedding model?

It depends on your use case. OpenAI text-embedding-3-small is great for general use and cost-effective. Voyage excels at code and technical content. Cohere is strong for multilingual. We recommend testing a few on your actual data.

Is my data secure?

Yes. We never store your input text or embeddings. Requests are proxied directly to providers. All API keys are encrypted at rest.