嵌入 APIs

Text and multimodal embedding models for search and retrieval.

3 models

About 嵌入 on EmpirioLabs

Embedding models on EmpirioLabs convert text and, depending on the model, images or other inputs into vectors for semantic search, clustering, and retrieval-augmented generation. They use the OpenAI-compatible embeddings endpoint and are billed per token.

嵌入 models (3)

How to call 嵌入 models

Text Embedding v4 serves the OpenAI-compatible Embeddings API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 and use the model id text-embedding-v4. Swap the model id for any model above. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/embeddings \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "text-embedding-v4",
    "input": "The quick brown fox jumps over the lazy dog."
  }'

嵌入 APIs: common questions

How many 嵌入 model APIs does EmpirioLabs offer?

EmpirioLabs lists 3 嵌入 models, including Text Embedding v4, Tongyi Embedding Vision Flash, Tongyi Embedding Vision Plus. Each model has its own dedicated API page with live pricing, parameters, and a quickstart.

How are 嵌入 APIs priced on EmpirioLabs?

Every 嵌入 model is billed pay as you go, with no monthly minimum. The exact rate card lives on each model's page and always matches what the API charges.

Do I need to be a developer to use 嵌入 models?

No. Every model here runs in the EmpirioLabs playground, a friendly in-browser interface where you can set the options and see results without writing any code. When you are ready to automate, the same model is available through the API.

Other model categories

浏览完整模型目录

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.