Tongyi Embedding Vision APIs

Compare 2 embeddings models in the Tongyi Embedding Vision family, then call the one that fits your latency, quality, and pricing needs.

Alibaba CloudEmbeddings2 models

About Tongyi Embedding Vision APIs

Tongyi Embedding Vision on EmpirioLabs brings together 2 embeddings model APIs from Alibaba Cloud, including Tongyi Embedding Vision Flash, Tongyi Embedding Vision Plus. Each model keeps its own dedicated page with live pricing, parameters, docs, and playground access.

Use the same EmpirioLabs API key and endpoint pattern across the family, then switch behavior by changing the model id in your request.

Tongyi Embedding Vision models (2)

Tongyi Embedding Vision API pricing

Compare the family at a glance, then open a model page for the complete live rate card and parameters.

Compare every model on the full pricing page

How to call Tongyi Embedding Vision models

Tongyi Embedding Vision Flash serves the OpenAI-compatible Embeddings API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 and use the model id tongyi-embedding-vision-flash. For this family, swap the model value for any supported id: tongyi-embedding-vision-flash tongyi-embedding-vision-plus. 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": "tongyi-embedding-vision-flash",
    "input": "The quick brown fox jumps over the lazy dog."
  }'

Tongyi Embedding Vision APIs: common questions

What is the Tongyi Embedding Vision API?

Tongyi Embedding Vision on EmpirioLabs is a family of 2 Embeddings model APIs from Alibaba Cloud: Tongyi Embedding Vision Flash, Tongyi Embedding Vision Plus. You use one EmpirioLabs API key and choose the model id that fits the request.

Which Tongyi Embedding Vision model should I use?

Start with the model whose dedicated page matches your speed, quality, and pricing needs, then test it in the EmpirioLabs playground. The comparison cards above link to each model's live rate card and quickstart.

Can I switch between Tongyi Embedding Vision models without rebuilding my integration?

Yes. The family is designed around the same EmpirioLabs API pattern, so most integrations switch by changing the model value. Check the model page before shipping if you rely on a model-specific parameter.

How is Tongyi Embedding Vision pricing shown?

Pricing is pay as you go. The cards on this page show a short live-catalog summary, and each model page shows the complete rate card that matches API billing.

Can I try Tongyi Embedding Vision in the browser?

Yes. Open any model page in this family and use its playground link to test prompts and parameters in the browser before integrating the API.

Ready to use better endpoints?

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