curl -s http://localhost:8000/v1/models | jq '.data[].id'

Category: AI/ML Tooling

curl -s http://localhost:8000/v1/models | jq '.data[].id'

List models served by vLLM

Asks the running vLLM server which model IDs it serves, printing each one through jq for clean output. The response mirrors OpenAI's /v1/models shape. The model id shown is what clients must pass as "model" in requests, especially after --served-model-name renames it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.