Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f509a208
Unverified
Commit
f509a208
authored
Oct 05, 2025
by
Elieser Pereira
Committed by
GitHub
Oct 05, 2025
Browse files
[DOC] Update production-stack.md (#26177)
Signed-off-by:
Elieser Pereira
<
elieser.pereiraa@gmail.com
>
parent
60bc25e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/deployment/integrations/production-stack.md
docs/deployment/integrations/production-stack.md
+2
-2
No files found.
docs/deployment/integrations/production-stack.md
View file @
f509a208
...
@@ -55,7 +55,7 @@ sudo kubectl port-forward svc/vllm-router-service 30080:80
...
@@ -55,7 +55,7 @@ sudo kubectl port-forward svc/vllm-router-service 30080:80
And then you can send out a query to the OpenAI-compatible API to check the available models:
And then you can send out a query to the OpenAI-compatible API to check the available models:
```
bash
```
bash
curl
-o-
http://localhost:30080/models
curl
-o-
http://localhost:30080/
v1/
models
```
```
??? console "Output"
??? console "Output"
...
@@ -78,7 +78,7 @@ curl -o- http://localhost:30080/models
...
@@ -78,7 +78,7 @@ curl -o- http://localhost:30080/models
To send an actual chatting request, you can issue a curl request to the OpenAI
`/completion`
endpoint:
To send an actual chatting request, you can issue a curl request to the OpenAI
`/completion`
endpoint:
```
bash
```
bash
curl
-X
POST http://localhost:30080/completions
\
curl
-X
POST http://localhost:30080/
v1/
completions
\
-H
"Content-Type: application/json"
\
-H
"Content-Type: application/json"
\
-d
'{
-d
'{
"model": "facebook/opt-125m",
"model": "facebook/opt-125m",
...
...
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