namespace AIStudio.Provider.HuggingFace; /// /// One model as the Hugging Face router describes it. /// /// The ID of the model, written as "org/model". /// The inference providers serving this model. public readonly record struct HFModel(string Id, IList? Providers);