List ModelsList available models via the OpenAI-compatible endpoint.Copy MarkdownOpen 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/modelsEmbeddingsGenerate embedding vectors from input text.ResponsesCreate responses with support for streaming, reasoning, prior response state, and optional Remote MCP tools.