'1.0', 'info' => ['style' => 'RPC', 'product' => 'ADBAI', 'version' => '2025-08-12'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateAgentPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AiPlatformConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'SpecName' => ['type' => 'string', 'required' => true], 'ServeEndpoint' => ['type' => 'string', 'required' => true], 'ServeApiKey' => ['type' => 'string', 'required' => true], 'ServeModelName' => ['type' => 'string', 'required' => true], 'ServeEmbeddingModelName' => ['type' => 'string', 'required' => true], 'ServeEmbeddingEndpoint' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'CreateEmbodiedAIPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WebserverSpecName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RayConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'HeadSpec' => ['type' => 'string', 'required' => false], 'Category' => [ 'type' => 'string', 'required' => false, 'enum' => ['BASIC', 'HIGH_AVAILABILITY'], ], 'WorkerGroups' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GroupName' => ['type' => 'string', 'required' => false], 'AllocateUnit' => ['type' => 'string', 'required' => false], 'MaxWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'MinWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'WorkerDiskCapacity' => ['type' => 'string', 'required' => false], 'WorkerSpecName' => ['type' => 'string', 'required' => false], 'WorkerSpecType' => [ 'type' => 'string', 'required' => false, 'enum' => ['CPU', 'GPU'], ], ], ], ], ], ], ], [ 'name' => 'DeviceCount', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'RayTrainConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'CpuAcu' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'GpuSpecs' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AllocateUnit' => ['type' => 'string', 'required' => false], 'Count' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'SpecName' => ['type' => 'string', 'required' => false], ], ], ], 'TerminalConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AcrConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'InstanceId' => ['type' => 'string', 'required' => false], 'Registry' => ['type' => 'string', 'required' => false], 'Namespaces' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], ], ], 'DeleteAgentPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteEmbodiedAIPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeChatMessage' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Query', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timezone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeEapDeviceResourceAllocation' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DeviceCount', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'DescribeEmbodiedAIPlatforms' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['pending', 'running', 'scaling', 'deleting', 'locked'], ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetEmbodiedAIPlatformResourceUsageInfo' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'LockEmbodiedAIPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ModifyAgentPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AiPlatformConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SpecName' => ['type' => 'string', 'required' => false], 'ServeEndpoint' => ['type' => 'string', 'required' => false], 'ServeApiKey' => ['type' => 'string', 'required' => false], 'ServeModelName' => ['type' => 'string', 'required' => false], 'ServeEmbeddingModelName' => ['type' => 'string', 'required' => false], 'ServeEmbeddingEndpoint' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'ModifyEmbodiedAIPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WebserverSpecName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RayConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'HeadSpec' => ['type' => 'string', 'required' => false], 'Category' => [ 'type' => 'string', 'required' => false, 'enum' => ['BASIC', 'HIGH_AVAILABILITY'], ], 'WorkerGroups' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GroupName' => ['type' => 'string', 'required' => false], 'AllocateUnit' => ['type' => 'string', 'required' => false], 'MaxWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'MinWorkerQuantity' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'WorkerDiskCapacity' => ['type' => 'string', 'required' => false], 'WorkerSpecName' => ['type' => 'string', 'required' => false], 'WorkerSpecType' => [ 'type' => 'string', 'required' => false, 'enum' => ['CPU', 'GPU'], ], ], ], ], ], ], ], [ 'name' => 'RayTrainConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'CpuAcu' => ['type' => 'integer', 'format' => 'int64'], 'GpuSpecs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'AllocateUnit' => ['type' => 'string'], 'Count' => ['type' => 'integer', 'format' => 'int64'], 'SpecName' => ['type' => 'string'], ], ], ], 'TerminalConfig' => [ 'type' => 'object', 'properties' => [ 'AcrConfig' => [ 'type' => 'object', 'properties' => [ 'InstanceId' => ['type' => 'string'], 'Registry' => ['type' => 'string'], 'Namespaces' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], ], ], ], ], ], [ 'name' => 'DeviceCount', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'ResetEmbodiedAIPlatformPassword' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UnlockEmbodiedAIPlatform' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-northeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-northeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-southeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-beijing.aliyuncs.com', 'endpoint' => 'adbai.cn-beijing.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-hangzhou.aliyuncs.com', 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shanghai.aliyuncs.com', 'endpoint' => 'adbai.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shenzhen.aliyuncs.com', 'endpoint' => 'adbai.cn-shenzhen.aliyuncs.com', 'vpc' => ''], ], ];