Skip to content

Empty models list returned from /v1/models endpoint #20

Description

@zlatent

Description

When calling the models endpoint, an empty list is returned instead of listing available models.

Steps to Reproduce

  1. Start the ParoQuant server with python -m paroquant.cli.serve --model $MODEL --port 8000
  2. Call: curl http://127.0.0.1:8080/v1/models
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions