sync-models

Installation
SKILL.md

Sync Models

Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml. Also flag models that support the OpenAI-compatible reasoning_effort parameter so chat-ui shows the thinking-effort selector for them, and enable artifacts for models with 32B or more total parameters. Finally, prune deprecated models — entries in the config whose ids the router no longer returns.

The comparison runs in two directions:

  • Missing = in the router but not in the config → add them (steps 4–8).
  • Deprecated = in the config but no longer in the router → remove them (step 9).

Both directions share the same source of truth: whatever https://router.huggingface.co/v1/models returns right now.

Workflow

  1. Fetch models from router

    WebFetch https://router.huggingface.co/v1/models
    
Installs
3
GitHub Stars
10.9K
First Seen
13 days ago
sync-models — huggingface/chat-ui