Skip to content
Fresh

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

[Embeddings

Generate embedding vectors from input text.](/openai-compat/embeddings) [Responses

Create responses with support for streaming, reasoning, prior response state, and optional Remote MCP tools.](/openai-compat/responses)