Description
When calling the models endpoint, an empty list is returned instead of listing available models.
Steps to Reproduce
- Start the ParoQuant server with
python -m paroquant.cli.serve --model $MODEL --port 8000
- Call:
curl http://127.0.0.1:8080/v1/models
- Response:
{"object": "list", "data": []}
Expected Behavior
Should return a list of available models.
Actual Behavior
Returns empty list.
Environment
- OS: macOS Tahoe 26.3.1
- Python 3.12.12
Description
When calling the models endpoint, an empty list is returned instead of listing available models.
Steps to Reproduce
python -m paroquant.cli.serve --model $MODEL --port 8000curl http://127.0.0.1:8080/v1/models{"object": "list", "data": []}Expected Behavior
Should return a list of available models.
Actual Behavior
Returns empty list.
Environment