namespace AIStudio.Provider.OpenRouter; /// /// A data model for the response from the OpenRouter models endpoint. /// /// The list of models. public readonly record struct OpenRouterModelsResponse(IList Data);