OpenAlchemyOpenAlchemy
← All modalities

Search · Similarity · RAG

Embedding

Soon

Turn text into vectors for semantic search, similarity, and RAG pipelines.

Overview

Embedding

Generate embedding vectors for semantic search, clustering, deduplication, recommendation, and RAG (retrieval-augmented generation).

Endpoint
/v1/embeddings
Example model
embedding-large-v1

API

API example

curl https://api.openalchemy.io/v1/embeddings \
  -H "Authorization: Bearer $OPENALCHEMY_API_KEY" \
  -H "X-Project-Id: $YOUR_PROJECT_ID" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "embedding-large-v1",
    "input": "Where is the best ramen in Tokyo?"
  }'

Status

Quota and pricing (per project)

Allotments and rate limits apply to the project that issued the API key. A second domain-scoped policy layer constrains which origins may invoke each modality.

Read the docs for this modality

START TODAY

Ready to turn inference cost into something closer to alchemy?

The free tier lets you spin up one project and run your first 1,000 requests with no credit card.