namespace AIStudio.Provider.OpenRouter; /// /// A data model for an OpenRouter model from the API. /// /// The model's ID. /// The model's human-readable display name. public readonly record struct OpenRouterModel(string Id, string? Name);