Model reference · open weights
Skywork-R1V is an open-weight language model from Skywork, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Skywork-R1V 📖 Technical Report | 💻 GitHub | 🌐 ModelScope [](https://github.com/SkyworkAI/Skywork-R1V/stargazers) [](https://github.com/SkyworkAI/Skywork-R1V/fork) 1. Model Introduction 2. Feature - Visual Chain-of-Thought: Enables multi-step logical reasoning on visual inputs, breaking down complex image-based problems into manageable steps. - Mathematical & Scientific Analysis: Capable of solving visual math problems and interpreting scientific/medical imagery with high precision. - Cross-Modal Understanding: Seamlessly integrates text and images for richer, context-aware comprehension. 3. Evaluation 4. Usage 1. Clone the Repository 2. Set Up the Environment 3. Run the Inference Script 5. Citation If you use Skywork-R1V in your research, please cite: This project is released under an open-source license. Star History [](https://www.star-history.com/#SkyworkAI/Skywork-R1V&Date)
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | Skywork |
|---|---|
| Type | Language models |
| Parameters (lead) | 38.4B |
| Variants | 1 |
| Runs with | transformers |
| Released | 2025-03-17 |
| Popularity | 36k downloads / month |
| Likes | 128 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Skywork-R1V-38B | 38.4B | BF16 | ~88.3 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys skywork-r1v for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (skywork-r1v 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":"skywork-r1v","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under mit — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗