namespace AIStudio.Provider.Google; /// /// A data model for the response from the model endpoint. /// /// public readonly record struct ModelsResponse(IList Models);