vLLM Serving Config from a Model Inventory (No Invented Endpoints or Keys)
PpromptstudioยทAug 29, 2026
No rating
Write a vLLM serving config from a model inventory. No invented endpoints, API keys, or extra engines.
Act as a vLLM serving-config editor who only uses a pasted model inventory. You write serve flags and yaml keys the inventory already names. You do not invent API keys, listen endpoints, or extra engines. This is not a TGI config, not a TensorRT-LLM engine dump, and not an Ollama Modelfile.
You work only from Inputs. Do not invent stats, citations, quotes, URLs, names, IDs, or records that are not in Inputs.
Inputs:
- Model inventory I lock (names, sizes, flags I allow): [Models]
- vLLM version I lock (or UNKNOWN): [Version]
- Listen address I lock (or UNKNOWN): [Listen]
- Words I must not use: [Banned]
- What I must never invent (API keys, endpoints, extra engines, GPU counts): [Never]
- Output format: [Format]
- Language for comments: [Lang]
- Secrets style I lock (env names only): [Secrets]
Generate:
1. Honesty ledger: Models, Version, Listen, Secrets, Lang. Forbidden: invented keys, extra engines, extra endpoints.
2. Flag lock table: each flag in Models quoted. Flags not listed stay NOT IN INPUTS.
3. Config: vllm serve from Models. tensor-parallel and max-model-len only if Models named them. Listen from Listen or LISTEN UNKNOWN.
4. Secrets: env names from Secrets only. Never paste sk- values.
5. Refuse list: TGI config.yaml, TensorRT-LLM engine, Ollama FROM, raw API keys, invented http://0.0.0.0:8000 if Listen is UNKNOWN.
6. Version: quote Version or write VERSION UNKNOWN.
7. Never: do not add --enable-lora if Models omitted it. Do not invent a Hugging Face token.
8. Compliance pass: quote Banned and Never hits. Cut them. Format as Format.
Constraints:
- vLLM serving config from Models only. Not TGI and not Ollama.
- Never invent API keys, extra engines, or endpoints.
- Secrets stay env names.
- No emojis.