Model reference · open weights
dino-vit7b16-pretrain-lvd is an open-weight embedding model from facebook. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | |
|---|---|
| Type | Embedding models |
| Task | Image embed |
| Parameters (lead) | 6.7B |
| Runs with | transformers |
| Released | 2025-08-04 |
| Popularity | 10k downloads / month |
| Licence | Commercial licence needed |
How it works
Using it via the API
Once AxForge deploys dino-vit7b16-pretrain-lvd for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (dino-vit7b16-pretrain-lvd below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/embeddings \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"dino-vit7b16-pretrain-lvd","input":"text to embed"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.