namespace AIStudio.Provider.HuggingFace;
///
/// One inference provider serving a model.
///
/// The slug of the inference provider, e.g. "novita".
/// Whether the provider currently serves the model. Known value: "live".
public readonly record struct HFModelProvider(string Provider, string Status);