Skip to content

Adds optional huggingface_id field to model configurations for linking open-weight models#943

Open
bbartels wants to merge 6 commits intoanomalyco:devfrom
bbartels:dev
Open

Adds optional huggingface_id field to model configurations for linking open-weight models#943
bbartels wants to merge 6 commits intoanomalyco:devfrom
bbartels:dev

Conversation

@bbartels
Copy link

@bbartels bbartels commented Feb 17, 2026

Fixes: #941
Adds optional huggingface_id field to model configurations for linking open-weight models to their HuggingFace repositories (e.g., MiniMaxAI/MiniMax-M2.5).

Changes

  • Schema: Added huggingface_id string field with format validation (org/model-name) and constraint requiring open_weights=true
  • Web UI: New sortable column with clickable links to https://huggingface.co/{id}
  • Documentation: Updated README model configuration example

Example

name = "MiniMax M2.5 TEE"
open_weights = true
huggingface_id = "MiniMaxAI/MiniMax-M2.5"  # Optional, links to HuggingFace repo

The field appears in the web interface as a link when present, displays "-" otherwise.

Copilot AI and others added 6 commits February 17, 2026 19:27
Co-authored-by: bbartels <23058572+bbartels@users.noreply.github.com>
Co-authored-by: bbartels <23058572+bbartels@users.noreply.github.com>
…tation

Co-authored-by: bbartels <23058572+bbartels@users.noreply.github.com>
…ogic

Co-authored-by: bbartels <23058572+bbartels@users.noreply.github.com>
Add huggingface_id field for open-weight models
@bbartels
Copy link
Author

In a separate PR, i'll populate this data across providers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow specification of huggingface_id on openweights models

2 participants

Comments