namespace AIStudio.Provider; /// /// The data model for the model to use. /// /// The model's ID. public readonly record struct Model(string Id);