diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /data/paimodelgallery/2025-06-30 | |
| download | acs-metadata-1.0.0+20260212.tar.gz acs-metadata-1.0.0+20260212.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/paimodelgallery/2025-06-30')
| -rw-r--r-- | data/paimodelgallery/2025-06-30/api-docs.php | 540 |
1 files changed, 540 insertions, 0 deletions
diff --git a/data/paimodelgallery/2025-06-30/api-docs.php b/data/paimodelgallery/2025-06-30/api-docs.php new file mode 100644 index 0000000..e69c5d6 --- /dev/null +++ b/data/paimodelgallery/2025-06-30/api-docs.php @@ -0,0 +1,540 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'PAIModelGallery', + 'version' => '2025-06-30', + ], + 'components' => [ + 'schemas' => [ + 'JobPlan' => [ + 'type' => 'object', + 'properties' => [ + 'JobPlanId' => [ + 'type' => 'string', + ], + 'GmtCreateTime' => [ + 'type' => 'string', + ], + 'GmtModifiedTime' => [ + 'type' => 'string', + ], + 'WorkspaceId' => [ + 'type' => 'string', + ], + 'UserId' => [ + 'type' => 'string', + ], + 'OwnerId' => [ + 'type' => 'string', + ], + 'JobPlanType' => [ + 'type' => 'string', + ], + 'JobPlanName' => [ + 'type' => 'string', + ], + 'JobPlanCurrentStep' => [ + 'type' => 'string', + ], + 'JobPlanSteps' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'JobPlanStepId' => [ + 'type' => 'string', + ], + 'JobPlanStepSpec' => [ + 'type' => 'object', + ], + 'JobPlanStepType' => [ + 'type' => 'string', + ], + 'JobPlanStepName' => [ + 'type' => 'string', + ], + ], + ], + ], + 'Tags' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Value' => [ + 'type' => 'string', + ], + 'Key' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + 'ModelGalleryModel' => [ + 'type' => 'object', + 'properties' => [ + 'GmtCreateTime' => [ + 'type' => 'string', + ], + 'GmtModifiedTime' => [ + 'type' => 'string', + ], + 'ModelId' => [ + 'type' => 'string', + ], + 'ModelName' => [ + 'type' => 'string', + ], + 'ModelDescription' => [ + 'type' => 'string', + ], + 'LatestVersionName' => [ + 'type' => 'string', + ], + 'GmtLatestVersionModified' => [ + 'type' => 'string', + ], + 'OrderNumber' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + 'Origin' => [ + 'type' => 'string', + ], + 'Domain' => [ + 'type' => 'string', + ], + 'Task' => [ + 'type' => 'string', + ], + 'ParameterSize' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + 'ModelDoc' => [ + 'type' => 'string', + ], + 'ModelType' => [ + 'type' => 'string', + ], + 'Collection' => [ + 'type' => 'string', + ], + 'SearchWords' => [ + 'type' => 'string', + ], + 'ModelSeries' => [ + 'type' => 'string', + ], + 'Demonstrable' => [ + 'type' => 'boolean', + ], + 'Deployable' => [ + 'type' => 'boolean', + ], + 'SupportedInferenceResources' => [ + 'type' => 'string', + ], + 'Trainable' => [ + 'type' => 'boolean', + ], + 'SupportedTrainingResources' => [ + 'type' => 'string', + ], + 'Evaluable' => [ + 'type' => 'boolean', + ], + 'SupportedEvaluationResources' => [ + 'type' => 'string', + ], + 'Compressible' => [ + 'type' => 'boolean', + ], + 'SupportedCompressionResources' => [ + 'type' => 'string', + ], + 'Distillable' => [ + 'type' => 'boolean', + ], + 'SupportedDistillationResources' => [ + 'type' => 'string', + ], + 'Tags' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'type' => 'string', + ], + 'Value' => [ + 'type' => 'string', + ], + ], + ], + 'DeepThink' => [ + 'type' => 'boolean', + ], + 'FunctionCall' => [ + 'type' => 'boolean', + ], + 'ExtraInfo' => [ + 'type' => 'object', + ], + 'SupportedInferenceMethods' => [ + 'type' => 'object', + ], + 'SupportedTrainingMethods' => [ + 'type' => 'object', + ], + 'SupportedEvaluationMethods' => [ + 'type' => 'object', + ], + 'SupportedCompressionMethods' => [ + 'type' => 'object', + ], + 'SupportedDistillationMethods' => [ + 'type' => 'object', + ], + ], + ], + ], + ], + 'apis' => [ + 'ListModelGalleryModels' => [ + 'path' => '/api/v1/modelgallery/models', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'ModelName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Domain', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Task', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Origin', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'ModelType', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Collections', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'ModelSeries', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Demonstrable', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'Deployable', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SupportedInferenceResource', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Trainable', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SupportedTrainingResource', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Evaluable', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SupportedEvaluationResource', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Compressible', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SupportedCompressionResource', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'Distillable', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'SupportedDistillationResource', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'DeepThink', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'FunctionCall', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'Tag', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Value' => [ + 'type' => 'string', + 'required' => false, + ], + 'Key' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + [ + 'name' => 'Conditions', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Column' => [ + 'type' => 'string', + 'required' => false, + ], + 'Operator' => [ + 'type' => 'string', + 'required' => false, + ], + 'Value' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'paimodelgallery.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'paimodelgallery.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'paimodelgallery.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'paimodelgallery.cn-shenzhen.aliyuncs.com', + ], + [ + 'regionId' => 'cn-guangzhou', + 'endpoint' => 'paimodelgallery.cn-guangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong', + 'endpoint' => 'paimodelgallery.cn-hongkong.aliyuncs.com', + ], + [ + 'regionId' => 'cn-wulanchabu', + 'endpoint' => 'paimodelgallery.cn-wulanchabu.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-1', + 'endpoint' => 'paimodelgallery.ap-northeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-2', + 'endpoint' => 'paimodelgallery.ap-northeast-2.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'paimodelgallery.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'paimodelgallery.ap-southeast-3.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'paimodelgallery.ap-southeast-5.aliyuncs.com', + ], + [ + 'regionId' => 'us-east-1', + 'endpoint' => 'paimodelgallery.us-east-1.aliyuncs.com', + ], + [ + 'regionId' => 'us-west-1', + 'endpoint' => 'paimodelgallery.us-west-1.aliyuncs.com', + ], + [ + 'regionId' => 'eu-central-1', + 'endpoint' => 'paimodelgallery.eu-central-1.aliyuncs.com', + ], + ], +]; |
