Documentation

OpenAI Compatible Endpoints

List Models

List available models via the OpenAI-compatible endpoint.

  • Method: GET
  • Returns the models visible to the server. The list may include all downloaded models when Just‑In‑Time loading is enabled.
cURL
curl http://localhost:1234/v1/models

This page's source is available on GitHub