Model reference · open weights
VLX-Seek-1.5 is an open-weight language model from omlab. 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
| Released by | omlab |
|---|---|
| Type | Language models |
| Task | Vision + text |
| Parameters (lead) | 10.0B |
| Context | 256k tokens |
| Runs with | transformers |
| Released | 2026-07-22 |
| Popularity | 33k downloads / month |
| Licence | Open weights |
About
VLX-Seek-1.5-10B is the open-source 10B model in the VLX-Seek 1.5 family, designed for fine-grained perception and visual grounding in embodied scenarios. It targets practical settings such as drones, robots, robotic dogs, surveillance cameras, inspection systems, and other edge-side visual intelligence applications where a model must identify what is present, localize the right instance, and avoid grounding objects that are absent.
Unlike coordinate-generation-based VLMs that directly decode bounding-box numbers, VLX-Seek reformulates localization as region retrieval and region reference. Candidate visual regions are represented as addressable entities, and the model answers by selecting, comparing, and referring to those regions. This makes localization more aligned with the strengths of language models: comparison, selection, reference, and reasoning.
For technical details, inference code, and runnable examples, please visit the project repository:
GitHub: om-ai-lab/VLX-Seek
None output format to reduce hallucinated object grounding.VLX-Seek-1.5-10B is intended for research and development in fine-grained multimodal perception, especially:
The model is especially suitable when the downstream system needs stable region-level anchors rather than only high-level image captions.
VLX-Seek uses a custom region-reference inference pipeline, including candidate-region proposal generation, region-token construction, prompt formatting, and output post-processing. We provide the full inference code and detailed runnable examples in the official repository:
https://github.com/om-ai-lab/VLX-Seek
Please follow the repository instructions for installation, model loading, inference scripts, prompt templates, and visualization examples.
For full comparison tables and qualitative examples, see the VLX-Seek 1.5 blog:
VLX-Seek 1.5: Enhanced Fine-grained Perception for Embodied Scenarios
VLX-Seek-1.5-10B can be used in embodied and monitoring scenarios, including cameras, drones, and robots. Such applications may involve privacy, safety, and fairness risks. Users are responsible for complying with applicable laws and institutional policies, obtaining appropriate consent where needed, and avoiding deployments that enable unlawful surveillance, discrimination, or unsafe autonomous actions.
If you use VLX-Seek-1.5-10B, please cite the project:
@misc{vlxseek15_2026,
title = {VLX-Seek 1.5: Enhanced Fine-grained Perception for Embodied Scenarios},
author = {Om AI Lab},
year = {2026},
url = {https://om-ai-lab.github.io/2026_07_06_vlx_seek_1_5_en.html}
}
For technical details, inference examples, and updates, please use the official project repository:
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys vlx-seek-1-5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (vlx-seek-1-5 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"vlx-seek-1-5","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.