All models · Pricing · API docs
e5-large API
intfloat/multilingual-e5-large · 512 ctx
- Type: embeddings · embeddings · 1024-dim · 100+ langs
- Context: 512
- Access: all plans
- Endpoint: /v1/embeddings
Runs on our own GPUs in Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/embeddings \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"e5-large","input":"text"}'