How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "zhangthu/deepsight"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "zhangthu/deepsight",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/zhangthu/deepsight
Quick Links

DeepSight

DeepSight is a model associated with our paper:

Paper: arXiv:2605.10564
PDF: https://arxiv.org/pdf/2605.10564.pdf

Overview

This repository contains the model weights for DeepSight.

Usage

Please refer to the paper for details about the model architecture, training, and evaluation.

Citation

If you use this model, please cite our paper:

@article{deepsight2026,
  title={DeepSight},
  author={Your Name and Coauthors},
  journal={arXiv preprint arXiv:2605.10564},
  year={2026}
}
Downloads last month
29
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for zhangthu/deepsight