namespace AIStudio.Provider.SelfHosted;
public readonly record struct ModelsResponse(string? Object, Model[]? Data);