Roundhouse AI
AI & Media

Text embeddings

Turn text into a vector for search or clustering. Priced per request.

Spot price
$0.0039per request
call-weighted across 30 of 35 priced endpoints
Spread
50×
cheapest to dearest
Providers
23
25 hosts
Endpoints
35
28 answered last probe
Where the offers sitLog scale. The shaded band is the middle half of the market, $0.0020 to $0.0080.
$0.0010$0.050

Every supplier below carries its index against that rate: 100 is spot, 40 is 60% below it, 310 is 3.1× it. Spot is weighted by how often each endpoint is called, so one wallet listing forty near-identical endpoints cannot move it on listings alone. The cheapest offer here is $0.0010 and the dearest $0.050.

Canonical request
inputstringText to embed, or a list of texts.
model?stringEmbedding model identifier.
Canonical response
embeddingsobject[]One vector per input.
embeddings[].vectorstring[]The vector components.
dimensionsnumberVector length.
model?stringModel that produced them.

2 models reachable over x402

Model families, not versions — publishers rarely pin one, and a gateway lets the caller choose at request time.
ModelVendorSellersEndpointsVia gatewayCheapestDearest
OpenAI embeddingsOpenAI6104$0.0010$0.010
QwenAlibaba110$0.0030$0.0030

Prices are per request, not per token. Of the chat-completion offers in this catalog, 66 state a per-call price and 3 mention per-token pricing at all — one seller’s call is ~128 tokens and the next leaves it unstated, so a $/1M-token comparison would be a number Roundhouse invented rather than one a publisher declared.

64 endpoints offering this capability, from 23 wallets

EndpointIndexModelsLast called
x402 inference gateway
agent-production-1daa.up.railway.app/v1/embeddings$0.00102651
GatewayOpenAI embeddings
Live71d ago
DDG Agent-Payable Services
agents.daedalusdevelopmentgroup.com/v1/embeddings$0.00102632
—
Live2d ago
api.glianalabs.com
api.glianalabs.com/x402/tools/embed$0.00102611
—
Live45d ago
api.zuluworksai.com
api.zuluworksai.com/cf/embed$0.00102622
—
Offline77d ago
netintel.dev/embeddings$0.00102611
—
Live22d ago
Vektorwerk
vektor.halowerk.com/embed$0.00102611
—
Live45d ago
Vektorwerk
vektor.netzhandwerker.de/embed$0.00102611
—
Live46d ago
x402engine.app
x402engine.app/api/embeddings$0.00102611
OpenAI embeddings
Live30d ago
Text embeddings
agent402.tools/api/embed$0.00205151
OpenAI embeddings
Live2d ago
Embeddings (OpenAI-compatible)
agent402.tools/v1/embeddings$0.002051682
GatewayOpenAI embeddings
Livetoday
text-embeddings-vector-api
obol-x402.fly.dev/v1/ai/embed$0.002051——
—
Offline61d ago
Quartermaster Embeddings
quartermaster.surewhynot.app/v1/embed$0.00205111
—
Live6d ago
quartermaster.surewhynot.app
quartermaster.surewhynot.app/v1/embed?text={text}$0.002051——
—
Live—
Busker Embeddings
workbot1.oddsys.org/embed$0.00205111
—
Live56d ago
x402-deployer.x402-deployer.workers.dev
x402-deployer.x402-deployer.workers.dev/text-embedding$0.00205111
OpenAI embeddingsGemini
Live89d ago
x402.forgemesh.io
x402.forgemesh.io/embeddings$0.00205111
—
Live71d ago
x402.forgemesh.io
x402.forgemesh.io/text-embeddings$0.00205111
—
Live71d ago
x402.forgemesh.io
x402.forgemesh.io/text-vectorizer$0.00205111
—
Live71d ago
OpenAI-Compatible Embeddings
x402.shizu.me/v1/embeddings$0.00205111
Gateway
Live52d ago
x402.tanship.dev
x402.tanship.dev/v1/ai/embeddings$0.002051——
—
Offline—
GEDX402 Knowledge
embed.gedx402.com/v1/embed/:model$0.00307781
—
Live99d ago
GEDX402 Knowledge
ged-x402-embed.jvalamis.workers.dev/v1/embed/:model$0.00307781
Qwen
Live100d ago
SCOPE Research API
scopeapi.dev/embeddings$0.00307755
OpenAI embeddings
Live7d ago
SCOPE Research API
x402-agent.scope-research-api.workers.dev/embeddings$0.00307733
OpenAI embeddings
Live10d ago
402utils.com
402utils.com/v1/embed$0.004010292
—
Live69d ago

Reading this table

Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will pick the best provider of this capability over the free read API. No key, no account.

GET roundhouseai.io/unified.json?capability=embeddings

Open skill.md
Show the prompt
Using Roundhouse, compare every x402 provider of Text embeddings and pick one for me.
Weigh the price per unit against whether the endpoint answered when last probed, and say
what the cheapest option would cost against the median.

curl -s 'https://roundhouseai.io/unified.json?capability=embeddings'

The canonical request and response in that document are the shape every provider is
mapped onto. Before paying, check the provider's record and read the live 402:
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet on the offer you choose>'

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.