vllm serve YOUR/PATH/TO/MODEL --dtype auto --api-key token-abc123
curl http://localhost:8000/v1/models -H "Authorization: Bearer token-abc123" | jq
vllm serve YOUR/PATH/TO/MODEL --dtype auto --api-key token-abc123
curl http://localhost:8000/v1/models -H "Authorization: Bearer token-abc123" | jq
Comments | NOTHING