embed.gedx402.com publishes 2 machine-payable endpoints over the x402 protocol, priced from $0.0023 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/rerank | GET | $0.0023 | 402 |
| /v1/translate | GET | $0.01 | 402 |
Rerank documents against a query with BGE Reranker Base (@cf/baai/bge-reranker-base). POST query plus documents[]; returns relevance scores for search and RAG pipelines.
M2M100 machine translation — one x402 payment on embed.gedx402.com. POST { text, source_lang, target_lang } → { translated_text }; wire settlement USDC per request (see npm run pricing:report) worst-c…