namespace AIStudio.Provider.Groq; /// /// A data model for the response from the Groq models endpoint. /// /// The models Groq serves. public readonly record struct GroqModelsResponse(IList Data);