Versions in this module Expand all Collapse all v1 v1.0.2 Aug 5, 2025 v1.0.1 Aug 5, 2025 Changes in this version + func NewModelKit() domain.ModelKit + type ModelKit struct + func (m *ModelKit) CheckModel(ctx context.Context, req *domain.CheckModelReq) (*domain.Model, error) + func (m *ModelKit) ListModel(ctx context.Context, req *domain.ListModelReq) ([]*domain.Model, error) + func (m *ModelKit) PandaModelList(ctx context.Context, req *domain.GetProviderModelListReq) (*domain.GetProviderModelListResp, error)