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