How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Agents-X/PyVision-Image-7B-SFT"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Agents-X/PyVision-Image-7B-SFT",
		"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/Agents-X/PyVision-Image-7B-SFT
Quick Links

PyVision-RL: Forging Open Agentic Vision Models via RL

This is PyVision-Image-7B-SFT, post trained from Qwen2.5-VL-7B.

@article{pyvisionrl2026,
  title={PyVision-RL: Forging Open Agentic Vision Models via RL},
  author={Zhao, Shitian and Lin, Shaoheng and Li, Ming and Zhang, Haoquan and Peng, Wenshuo and Zhang, Kaipeng and Wei, Chen},
  journal={arXiv:2602.20739},
  year={2026}
}
Downloads last month
10
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Agents-X/PyVision-Image-7B-SFT

Finetuned
(1080)
this model
Quantizations
2 models

Collection including Agents-X/PyVision-Image-7B-SFT

Paper for Agents-X/PyVision-Image-7B-SFT