Skywork-R1V: open weights and a closed API share one repo
It trains vision-language models to reason through images with chain-of-thought, releasing open weights for older versions and API tools for the latest closed-source agent.

What it does
Skywork-R1V is a family of vision-language models built to reason over images using chain-of-thought and reinforcement learning. The repository hosts downloadable weights and inference code for the earlier 38-billion-parameter models (R1V through R1V3), alongside Python utilities for batch-testing the latest R1V4-Lite, which is available only as a hosted API.
The interesting bit
The project maintains an unusual split personality: older checkpoints are fully open and quantized for consumer hardware, while the newest R1V4-Lite is a closed-source agent that writes and executes Python code and can call search tools. Benchmark tables in the README claim the 30-billion-parameter R1V4-Lite outperforms similarly sized Qwen3-VL variants and even some larger Gemini models on perception tasks like HIRbench and MME-Real.
Key highlights
R1V3-38Bis trained with RL in post-training and scores 76.0 on theMMMUbenchmark.- Quantized
AWQandGGUFreleases target single-GPU inference (≥30 GB VRAM) or CPU-only setups. R1V4-Litesupports multi-turn reasoning with tool use, including optional web search for deep research.- The repo provides a batch-testing suite with streaming, non-streaming, and planner modes for the API.
- All repository code is under the
MITlicense and permits commercial use.
Caveats
R1V4-Liteis closed-source and API-only; local self-hosting is not possible.- The README dedicates most of its space to the commercial API product, leaving the open-source model documentation comparatively sparse.
R1V4-Liteis explicitly based onQwen3-VL-30B-A3B-Instruct, but the README does not detail what training or architectural changes differentiate it from the base model.
Verdict
Grab the open weights if you need a locally runnable vision-reasoning model and have the VRAM. If you are hunting for a fully open, agentic multimodal system you can self-host, look elsewhere—the newest capabilities are locked behind Skywork’s API.
Frequently asked
- What is SkyworkAI/Skywork-R1V?
- It trains vision-language models to reason through images with chain-of-thought, releasing open weights for older versions and API tools for the latest closed-source agent.
- Is Skywork-R1V open source?
- Yes — SkyworkAI/Skywork-R1V is open source, released under the MIT license.
- What language is Skywork-R1V written in?
- SkyworkAI/Skywork-R1V is primarily written in Python.
- How popular is Skywork-R1V?
- SkyworkAI/Skywork-R1V has 3.2k stars on GitHub.
- Where can I find Skywork-R1V?
- SkyworkAI/Skywork-R1V is on GitHub at https://github.com/SkyworkAI/Skywork-R1V.