Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Qwen3-Next-80B-A3B_vllm
Commits
904a6322
Commit
904a6322
authored
Mar 02, 2026
by
weishb
Browse files
update README.md
parent
a979e105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
904a6322
...
@@ -80,7 +80,13 @@ vllm serve Qwen/Qwen3-Next-80B-A3B-Thinking \
...
@@ -80,7 +80,13 @@ vllm serve Qwen/Qwen3-Next-80B-A3B-Thinking \
--port
8000
--port
8000
## client访问
## client访问
curl http://127.0.0.1:8000/v1/chat/completions
-H
"Content-Type: application/json"
-d
'{"model":"Qwen3-Next-80B-A3B-Thinking","messages":[{"role":"user","content":"简短介绍一下Qwen3-Next-80B-A3B模型"}],"temperature":0.3}'
curl http://127.0.0.1:8000/v1/chat/completions
\
-H
"Content-Type: application/json"
\
-d
'{
"model":"Qwen3-Next-80B-A3B-Thinking",
"messages":[{"role":"user","content":"简短介绍一下Qwen3-Next-80B-A3B模型"}],
"temperature":0.3
}'
```
```
## 效果展示
## 效果展示
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment