Skip to content

Comments

[Docs] Add docs for Qwen3-VL image and video support#12554

Merged
hnyls2002 merged 6 commits intosgl-project:mainfrom
adarshxs:qwen3-vl-docs
Nov 10, 2025
Merged

[Docs] Add docs for Qwen3-VL image and video support#12554
hnyls2002 merged 6 commits intosgl-project:mainfrom
adarshxs:qwen3-vl-docs

Conversation

@adarshxs
Copy link
Collaborator

@adarshxs adarshxs commented Nov 3, 2025

Added standalone page for Qwen3 VL model family.

cc @mickqian

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @adarshxs, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces comprehensive documentation for integrating and utilizing the Qwen3-VL multimodal large language model within SGLang. The new guide covers the process of launching the model and provides practical code examples for sending both image and video input requests, thereby enhancing SGLang's support for advanced multimodal capabilities and making it easier for users to leverage these features.

Highlights

  • New Documentation Page: Added a dedicated documentation page for the Qwen3-VL model, detailing its usage within SGLang.
  • Qwen3-VL Launch Instructions: Included clear instructions on how to launch the Qwen3-VL model using the sglang.launch_server command.
  • Image and Video Input Examples: Provided Python code examples demonstrating how to send both image and video input requests to the Qwen3-VL model.
  • Documentation Navigation Update: Updated the main documentation index to include the newly added Qwen3-VL usage guide, making it accessible through the table of contents.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds documentation for the Qwen3-VL model family, covering image and video input support. The new documentation page is well-structured and provides clear examples for launching the server and sending requests. I've identified a small but critical issue in the server launch command example that would cause it to fail. The suggested fix will ensure the command is runnable as-is.

To serve the model:

```bash
python3 -m sglang.launch_server \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could mention:

python3 -m sglang.launch_server --model-path Qwen/Qwen3-VL-235B-A22B-Instruct-FP8 --tp 8 --ep 8

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, but sorry for the confusion, I meant we should list commands for both models😂

@mickqian
Copy link
Collaborator

mickqian commented Nov 3, 2025

And also, please make the examples in this doc runs ok

@adarshxs
Copy link
Collaborator Author

adarshxs commented Nov 3, 2025

Yes i've ran these examples for both video and image and they work well

Copy link
Contributor

@merrymercy merrymercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. list usage for both fp8 and non fp8
  2. list the command for more hardware (A100, H200)
  3. try to match the vllm repice https://docs.vllm.ai/projects/recipes/en/latest/Qwen/Qwen3-VL.html

Updated launch commands and added hardware-specific recommendations for Qwen3-VL model in SGLang documentation.
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 6, 2025
@adarshxs adarshxs requested a review from merrymercy November 6, 2025 07:44
@hnyls2002 hnyls2002 merged commit 583bb18 into sgl-project:main Nov 10, 2025
26 of 28 checks passed
@adarshxs adarshxs deleted the qwen3-vl-docs branch January 3, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants