Models
Model discovery, search, listing, and custom model-card management.
📄️ List known models
Return known model cards, including metadata Skulk uses for placement and compatibility decisions.
📄️ List known models
OpenAI-style model listing endpoint backed by Skulk's model catalog rather than only currently running instances.
📄️ Fetch and add a custom model card
Add a custom model card to Skulk's model catalog so it becomes searchable and launchable. An optional gguf_file selects one exact quant from a multi-quant GGUF repository.
📄️ Delete a custom model card
Remove a previously added custom model card from Skulk's local catalog.
📄️ Search Hugging Face for models
Search for models to add or launch. Pass mlx_only=true to restrict results to mlx-community; omit or pass false to search all of Hugging Face. Exact GGUF filename queries also inspect bounded candidate repository manifests and return the matched repo-relative file path.
📄️ Fetch a Hugging Face model card summary
Download a repository's model card README and return its first prose paragraphs with markup stripped, for the dashboard's model discovery popovers. The summary is empty when the card has no usable prose.
📄️ List a GGUF repository's quantizations
Enumerate the downloadable quantizations of a Hugging Face GGUF repository: one option per quant shard group with its loadable first shard, human label, exact total bytes, and shard count, smallest first. Companion artifacts such as speculative drafters and imatrix files are excluded.