@cherryin/api-client 0.0.20 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/.openapi-generator/FILES +102 -235
  2. package/README.md +155 -342
  3. package/api.ts +3375 -9798
  4. package/dist/api.d.ts +2595 -6538
  5. package/dist/api.js +1630 -5652
  6. package/dist/esm/api.d.ts +2595 -6538
  7. package/dist/esm/api.js +1609 -5611
  8. package/docs/AIModel.md +45 -0
  9. package/docs/AIModelAdminServiceApi.md +90 -101
  10. package/docs/AIModelArchitecture.md +25 -0
  11. package/docs/{AdminAIModelCheckConnectionResponse.md → AIModelCheckConnectionResponse.md} +4 -4
  12. package/docs/{AdminAIModelCheckItem.md → AIModelCheckItem.md} +3 -3
  13. package/docs/{AdminAIModelCheckResult.md → AIModelCheckResult.md} +5 -5
  14. package/docs/AIModelCreateRequest.md +35 -0
  15. package/docs/{AdminAIModelCreateResponse.md → AIModelCreateResponse.md} +5 -5
  16. package/docs/AIModelDeleteRequest.md +21 -0
  17. package/docs/{AdminProviderModelDeleteResponse.md → AIModelDeleteResponse.md} +4 -4
  18. package/docs/AIModelDisableRequest.md +21 -0
  19. package/docs/{AdminAIModelPublishResponse.md → AIModelDisableResponse.md} +5 -5
  20. package/docs/{AdminAIModelDiscountConfig.md → AIModelDiscountConfig.md} +4 -4
  21. package/docs/{AdminAIModelGetResponse.md → AIModelGetResponse.md} +5 -5
  22. package/docs/{AdminAIModelListResponse.md → AIModelListResponse.md} +5 -5
  23. package/docs/AIModelMeta.md +25 -0
  24. package/docs/AIModelPricingConfig.md +10 -10
  25. package/docs/AIModelProviderConfigItem.md +29 -0
  26. package/docs/AIModelPublishRequest.md +21 -0
  27. package/docs/{AdminAIModelUpdateResponse.md → AIModelPublishResponse.md} +5 -5
  28. package/docs/AIModelUpdateRequest.md +37 -0
  29. package/docs/{AdminProviderGetResponse.md → AIModelUpdateResponse.md} +5 -5
  30. package/docs/{ProviderAWSAuth.md → AWSAuth.md} +3 -4
  31. package/docs/AudioPricing.md +8 -8
  32. package/docs/Auth2Account.md +33 -0
  33. package/docs/{AuthAdminUser.md → Auth2Admin.md} +7 -7
  34. package/docs/Auth2AdminServiceApi.md +469 -0
  35. package/docs/Auth2AdminSession.md +35 -0
  36. package/docs/{AuthIdToken.md → Auth2IdToken.md} +3 -3
  37. package/docs/Auth2Session.md +35 -0
  38. package/docs/Auth2User.md +33 -0
  39. package/docs/Auth2UserServiceApi.md +1261 -0
  40. package/docs/{PassportAuthAdminChangePasswordRequest.md → AuthAdminChangePasswordRequest.md} +3 -3
  41. package/docs/{PassportAuthEnterpriseChangePasswordResponse.md → AuthAdminChangePasswordResponse.md} +4 -4
  42. package/docs/{PassportAuthEnterpriseRefreshTokenResponse.md → AuthAdminGetSessionResponse.md} +6 -4
  43. package/docs/{PassportAuthListSessionsResponse.md → AuthAdminListSessionsResponse.md} +4 -4
  44. package/docs/{PassportAuthAdminUserDisableResponse.md → AuthAdminRevokeOtherSessionsResponse.md} +5 -3
  45. package/docs/{PassportAdminTokenAuthRequest.md → AuthAdminRevokeSessionRequest.md} +3 -3
  46. package/docs/{PassportAuthUserDeleteResponse.md → AuthAdminRevokeSessionResponse.md} +5 -3
  47. package/docs/{PassportAuthUserSignOutResponse.md → AuthAdminRevokeSessionsResponse.md} +5 -3
  48. package/docs/{PassportAdminSignInEmailRequest.md → AuthAdminSignInEmailRequest.md} +5 -7
  49. package/docs/{PassportAuthAdminUserModifyPermissionResponse.md → AuthAdminSignInEmailResponse.md} +6 -4
  50. package/docs/{PassportAuthRevokeOtherSessionsResponse.md → AuthAdminSignOutResponse.md} +3 -3
  51. package/docs/{PassportAuthAdminUpdateInfoRequest.md → AuthAdminUpdateUserRequest.md} +5 -5
  52. package/docs/{PassportUserInfoGetResponse.md → AuthAdminUpdateUserResponse.md} +5 -5
  53. package/docs/{PassportAuthUserChangeEmailRequest.md → AuthChangeEmailRequest.md} +3 -5
  54. package/docs/{PassportAuthAdminUpdateInfoResponse.md → AuthChangeEmailResponse.md} +6 -4
  55. package/docs/{PassportAuthEnterpriseChangePasswordRequest.md → AuthChangePasswordRequest.md} +3 -3
  56. package/docs/{PassportAuthAdminGetInfoResponse.md → AuthChangePasswordResponse.md} +6 -4
  57. package/docs/{PassportAuthRevokeSessionRequest.md → AuthDeleteUserRequest.md} +7 -3
  58. package/docs/{PassportAuthAdminRevokeOtherSessionsResponse.md → AuthDeleteUserResponse.md} +5 -3
  59. package/docs/{PassportAuthSocialRefreshTokenRequest.md → AuthGetAccessTokenRequest.md} +3 -3
  60. package/docs/{PassportAuthSocialRefreshTokenResponse.md → AuthGetAccessTokenResponse.md} +3 -3
  61. package/docs/AuthGetAccountInfoResponse.md +24 -0
  62. package/docs/{PassportAuthEnterpriseGetSessionResponse.md → AuthGetSessionResponse.md} +6 -4
  63. package/docs/{PassportAuthLinkSocialRequest.md → AuthLinkSocialRequest.md} +4 -6
  64. package/docs/{PassportAuthLinkSocialResponse.md → AuthLinkSocialResponse.md} +5 -3
  65. package/docs/{PassportAuthEnterpriseRevokeSessionsResponse.md → AuthListAccountsResponse.md} +5 -3
  66. package/docs/AuthListSessionsResponse.md +24 -0
  67. package/docs/{PassportEnterpriseSignUpEmailResponse.md → AuthOAuth2CallbackResponse.md} +10 -8
  68. package/docs/{PassportAuthSocialGetAccessTokenRequest.md → AuthRefreshTokenRequest.md} +3 -3
  69. package/docs/{PassportAuthSocialGetAccessTokenResponse.md → AuthRefreshTokenResponse.md} +3 -3
  70. package/docs/AuthRequestPasswordResetRequest.md +22 -0
  71. package/docs/{PassportAuthAdminSignOutResponse.md → AuthRequestPasswordResetResponse.md} +5 -3
  72. package/docs/{PassportAuthEnterpriseRevokeSessionRequest.md → AuthResetPasswordRequest.md} +5 -3
  73. package/docs/{PassportAuthAdminUserModifyInfoResponse.md → AuthResetPasswordResponse.md} +5 -5
  74. package/docs/AuthRevokeOtherSessionsResponse.md +24 -0
  75. package/docs/{PassportUserTokenAuthRequest.md → AuthRevokeSessionRequest.md} +3 -3
  76. package/docs/{PassportAdminSendVerificationEmailResponse.md → AuthRevokeSessionResponse.md} +5 -3
  77. package/docs/{PassportAuthAdminPassportDisableResponse.md → AuthRevokeSessionsResponse.md} +5 -3
  78. package/docs/{PassportAuthEnterpriseVerifyEmailRequest.md → AuthSendVerificationEmailRequest.md} +3 -5
  79. package/docs/{PassportAuthResetPasswordResponse.md → AuthSendVerificationEmailResponse.md} +5 -3
  80. package/docs/{PassportAuthDeleteAllRequest.md → AuthSignInEmailRequest.md} +7 -9
  81. package/docs/{PassportUserPasswordResetResponse.md → AuthSignInEmailResponse.md} +9 -5
  82. package/docs/{PassportUserSignInSocialRequest.md → AuthSignInSocialRequest.md} +6 -8
  83. package/docs/{PassportEnterpriseSignInEmailResponse.md → AuthSignInSocialResponse.md} +6 -6
  84. package/docs/{PassportAuthEnterpriseMaterialUploadResponse.md → AuthSignOutResponse.md} +5 -3
  85. package/docs/{PassportAuthEnterpriseDeleteRequest.md → AuthSignUpEmailRequest.md} +13 -9
  86. package/docs/{PassportEnterprisePasswordResetResponse.md → AuthSignUpEmailResponse.md} +7 -5
  87. package/docs/{PassportAuthUnlinkSocialRequest.md → AuthUnlinkAccountRequest.md} +3 -5
  88. package/docs/{PassportAuthAdminEnterpriseMaterialReviewResponse.md → AuthUnlinkAccountResponse.md} +5 -3
  89. package/docs/{PassportAuthUserUpdatePassportRequest.md → AuthUpdateUserRequest.md} +5 -5
  90. package/docs/AuthUpdateUserResponse.md +24 -0
  91. package/docs/AuthVerifyEmailResponse.md +24 -0
  92. package/docs/ConfigItem.md +0 -4
  93. package/docs/DiscountDeleteResponse.md +1 -1
  94. package/docs/DiscountGetResponse.md +1 -1
  95. package/docs/DiscountListResponse.md +1 -1
  96. package/docs/DiscountUpdateResponse.md +1 -1
  97. package/docs/FeatureCostPricing.md +5 -5
  98. package/docs/FrontAIModel.md +17 -15
  99. package/docs/GCPAuth.md +27 -0
  100. package/docs/ImagePricing.md +7 -7
  101. package/docs/LabelCreateResponse.md +1 -1
  102. package/docs/LabelDeleteResponse.md +1 -1
  103. package/docs/LabelListResponse.md +1 -1
  104. package/docs/LabelUpdateResponse.md +1 -1
  105. package/docs/MultimodalPricing.md +4 -4
  106. package/docs/PricingConditions.md +7 -7
  107. package/docs/PricingRules.md +6 -6
  108. package/docs/Provider.md +37 -0
  109. package/docs/ProviderAdminServiceApi.md +53 -74
  110. package/docs/ProviderAuth.md +6 -6
  111. package/docs/ProviderCreateRequest.md +29 -0
  112. package/docs/{AdminAIModelDisableResponse.md → ProviderCreateResponse.md} +5 -5
  113. package/docs/{AdminAIModelDeleteResponse.md → ProviderDeleteResponse.md} +4 -4
  114. package/docs/{AdminProviderModelGetResponse.md → ProviderGetResponse.md} +5 -5
  115. package/docs/{AdminProviderListResponse.md → ProviderListResponse.md} +6 -6
  116. package/docs/ProviderModel.md +37 -0
  117. package/docs/ProviderModelAdminServiceApi.md +56 -74
  118. package/docs/ProviderModelCreateRequest.md +29 -0
  119. package/docs/{AdminProviderModelUpdateResponse.md → ProviderModelCreateResponse.md} +5 -5
  120. package/docs/{AdminProviderDeleteResponse.md → ProviderModelDeleteResponse.md} +4 -4
  121. package/docs/ProviderModelGetResponse.md +25 -0
  122. package/docs/{AdminProviderModelListResponse.md → ProviderModelListResponse.md} +6 -6
  123. package/docs/ProviderModelPayload.md +23 -0
  124. package/docs/ProviderModelUpdateRequest.md +31 -0
  125. package/docs/{AdminProviderCreateResponse.md → ProviderModelUpdateResponse.md} +5 -5
  126. package/docs/ProviderPayload.md +21 -0
  127. package/docs/ProviderUpdateRequest.md +31 -0
  128. package/docs/ProviderUpdateResponse.md +25 -0
  129. package/docs/RemoteConfigAdminServiceApi.md +3 -18
  130. package/docs/RemoteConfigItemGetResponse.md +2 -2
  131. package/docs/RemoteConfigItemUpdateRequest.md +0 -6
  132. package/docs/RemoteConfigItemUpdateResponse.md +2 -2
  133. package/docs/RequestPricing.md +3 -3
  134. package/docs/TextTokenInputPricing.md +5 -5
  135. package/docs/TextTokenOutputPricing.md +4 -4
  136. package/docs/TextTokenPricing.md +3 -3
  137. package/docs/TokenTier.md +4 -4
  138. package/docs/UserAPIKey.md +15 -15
  139. package/docs/UserAPIKeyCreateRequest.md +9 -9
  140. package/docs/UserAPIKeyCreateResponse.md +4 -4
  141. package/docs/UserAPIKeyDeleteRequest.md +21 -0
  142. package/docs/UserAPIKeyDeleteResponse.md +3 -3
  143. package/docs/UserAPIKeyGetResponse.md +4 -4
  144. package/docs/UserAPIKeyListResponse.md +5 -5
  145. package/docs/UserAPIKeyServiceApi.md +27 -26
  146. package/docs/UserAPIKeyUpdateResponse.md +3 -3
  147. package/docs/UserBalanceChangeResponse.md +2 -2
  148. package/docs/UserBalanceEditResponse.md +2 -2
  149. package/docs/UserBalanceListResponse.md +2 -2
  150. package/docs/UserBalanceServiceApi.md +4 -4
  151. package/docs/UserLabelListResponse.md +1 -1
  152. package/docs/UserLabelPairChangeResponse.md +1 -1
  153. package/docs/{ModelListResponse.md → UserModelListResponse.md} +11 -10
  154. package/docs/UserModelServiceApi.md +11 -124
  155. package/docs/VersionedAPISchema.md +6 -6
  156. package/docs/VideoPricing.md +8 -8
  157. package/package.json +1 -1
  158. package/docs/AdminAIModel.md +0 -73
  159. package/docs/AdminAIModelCreateRequest.md +0 -63
  160. package/docs/AdminAIModelDisableRequest.md +0 -23
  161. package/docs/AdminAIModelProviderConfigItem.md +0 -29
  162. package/docs/AdminAIModelPublishRequest.md +0 -23
  163. package/docs/AdminAIModelUpdateRequest.md +0 -25
  164. package/docs/AdminEnterpriseMaterials.md +0 -24
  165. package/docs/AdminEnterpriseUser.md +0 -24
  166. package/docs/AdminEnterpriseUserMaterials.md +0 -22
  167. package/docs/AdminPassportItem.md +0 -24
  168. package/docs/AdminProvider.md +0 -46
  169. package/docs/AdminProviderCreateRequest.md +0 -39
  170. package/docs/AdminProviderModel.md +0 -66
  171. package/docs/AdminProviderModelCreateRequest.md +0 -59
  172. package/docs/AdminProviderModelCreateResponse.md +0 -25
  173. package/docs/AdminProviderModelUpdateRequest.md +0 -25
  174. package/docs/AdminProviderUpdateRequest.md +0 -25
  175. package/docs/AdminProviderUpdateResponse.md +0 -25
  176. package/docs/AdminUserItem.md +0 -26
  177. package/docs/AuthAdminSession.md +0 -39
  178. package/docs/AuthEnterpriseMaterials.md +0 -33
  179. package/docs/AuthEnterpriseSession.md +0 -37
  180. package/docs/AuthEnterpriseUser.md +0 -37
  181. package/docs/AuthPassport.md +0 -35
  182. package/docs/AuthUser.md +0 -39
  183. package/docs/AuthUserMethod.md +0 -39
  184. package/docs/AuthUserSession.md +0 -41
  185. package/docs/FrontendModelCost.md +0 -57
  186. package/docs/FrontendModelExtraInfo.md +0 -21
  187. package/docs/FrontendModelsResponse.md +0 -29
  188. package/docs/FrontendProviderInfo.md +0 -31
  189. package/docs/FrontendProviderModel.md +0 -55
  190. package/docs/FrontendProvidersResponse.md +0 -29
  191. package/docs/FrontendSearchContextCost.md +0 -25
  192. package/docs/ModelCapabilities.md +0 -59
  193. package/docs/ModelLimits.md +0 -41
  194. package/docs/ModelModalities.md +0 -23
  195. package/docs/PassportAdminSendVerificationEmailRequest.md +0 -26
  196. package/docs/PassportAdminSignInEmailResponse.md +0 -26
  197. package/docs/PassportAdminTokenAuthResponse.md +0 -28
  198. package/docs/PassportAuthAdminChangePasswordResponse.md +0 -26
  199. package/docs/PassportAuthAdminEnterpriseMaterialListResponse.md +0 -28
  200. package/docs/PassportAuthAdminEnterpriseMaterialReviewRequest.md +0 -22
  201. package/docs/PassportAuthAdminGetSessionResponse.md +0 -26
  202. package/docs/PassportAuthAdminListSessionsResponse.md +0 -24
  203. package/docs/PassportAuthAdminPassportDisableRequest.md +0 -22
  204. package/docs/PassportAuthAdminPassportListRequest.md +0 -28
  205. package/docs/PassportAuthAdminPassportListResponse.md +0 -28
  206. package/docs/PassportAuthAdminPassportModifyInfoRequest.md +0 -28
  207. package/docs/PassportAuthAdminPassportModifyInfoResponse.md +0 -24
  208. package/docs/PassportAuthAdminRPCServiceApi.md +0 -61
  209. package/docs/PassportAuthAdminRevokeSessionRequest.md +0 -20
  210. package/docs/PassportAuthAdminRevokeSessionResponse.md +0 -22
  211. package/docs/PassportAuthAdminRevokeSessionsResponse.md +0 -22
  212. package/docs/PassportAuthAdminServiceApi.md +0 -1069
  213. package/docs/PassportAuthAdminUserDisableRequest.md +0 -26
  214. package/docs/PassportAuthAdminUserListRequest.md +0 -28
  215. package/docs/PassportAuthAdminUserListResponse.md +0 -28
  216. package/docs/PassportAuthAdminUserModifyInfoRequest.md +0 -32
  217. package/docs/PassportAuthAdminUserModifyPermissionRequest.md +0 -22
  218. package/docs/PassportAuthChangePasswordRequest.md +0 -26
  219. package/docs/PassportAuthChangePasswordResponse.md +0 -26
  220. package/docs/PassportAuthDeleteAllResponse.md +0 -22
  221. package/docs/PassportAuthEnterpriseChangePhoneRequest.md +0 -24
  222. package/docs/PassportAuthEnterpriseChangePhoneResponse.md +0 -22
  223. package/docs/PassportAuthEnterpriseDeleteResponse.md +0 -22
  224. package/docs/PassportAuthEnterpriseInfoGetResponse.md +0 -24
  225. package/docs/PassportAuthEnterpriseListSessionsResponse.md +0 -24
  226. package/docs/PassportAuthEnterpriseMaterialUploadRequest.md +0 -26
  227. package/docs/PassportAuthEnterpriseMaterialVerifyStateResponse.md +0 -24
  228. package/docs/PassportAuthEnterpriseRPCServiceApi.md +0 -61
  229. package/docs/PassportAuthEnterpriseRefreshTokenRequest.md +0 -20
  230. package/docs/PassportAuthEnterpriseResetPasswordRequest.md +0 -22
  231. package/docs/PassportAuthEnterpriseResetPasswordResponse.md +0 -22
  232. package/docs/PassportAuthEnterpriseRevokeOtherSessionsResponse.md +0 -22
  233. package/docs/PassportAuthEnterpriseRevokeSessionResponse.md +0 -22
  234. package/docs/PassportAuthEnterpriseServiceApi.md +0 -1170
  235. package/docs/PassportAuthEnterpriseSignOutRequest.md +0 -20
  236. package/docs/PassportAuthEnterpriseSignOutResponse.md +0 -22
  237. package/docs/PassportAuthEnterpriseUpdateInfoRequest.md +0 -22
  238. package/docs/PassportAuthEnterpriseUpdateInfoResponse.md +0 -24
  239. package/docs/PassportAuthEnterpriseVerifyEmailResponse.md +0 -22
  240. package/docs/PassportAuthEnterpriseVerifyPhoneResponse.md +0 -22
  241. package/docs/PassportAuthInfoGetResponse.md +0 -26
  242. package/docs/PassportAuthListMethodsResponse.md +0 -24
  243. package/docs/PassportAuthListSocialsResponse.md +0 -24
  244. package/docs/PassportAuthRefreshSessionTokenRequest.md +0 -20
  245. package/docs/PassportAuthRefreshSessionTokenResponse.md +0 -24
  246. package/docs/PassportAuthResetPasswordRequest.md +0 -24
  247. package/docs/PassportAuthRevokeOtherSessionsRequest.md +0 -20
  248. package/docs/PassportAuthRevokeSessionResponse.md +0 -22
  249. package/docs/PassportAuthRevokeSessionsRequest.md +0 -20
  250. package/docs/PassportAuthRevokeSessionsResponse.md +0 -22
  251. package/docs/PassportAuthSendVerificationEmailRequest.md +0 -26
  252. package/docs/PassportAuthSendVerificationEmailResponse.md +0 -22
  253. package/docs/PassportAuthSendVerificationPhoneRequest.md +0 -26
  254. package/docs/PassportAuthSendVerificationPhoneResponse.md +0 -22
  255. package/docs/PassportAuthUnlinkSocialResponse.md +0 -22
  256. package/docs/PassportAuthUserChangeEmailResponse.md +0 -24
  257. package/docs/PassportAuthUserChangePhoneRequest.md +0 -26
  258. package/docs/PassportAuthUserChangePhoneResponse.md +0 -24
  259. package/docs/PassportAuthUserDeleteRequest.md +0 -30
  260. package/docs/PassportAuthUserGetSessionResponse.md +0 -24
  261. package/docs/PassportAuthUserInfoGetResponse.md +0 -24
  262. package/docs/PassportAuthUserRPCServiceApi.md +0 -223
  263. package/docs/PassportAuthUserServiceApi.md +0 -2000
  264. package/docs/PassportAuthUserSignOutRequest.md +0 -22
  265. package/docs/PassportAuthUserUpdateInfoRequest.md +0 -28
  266. package/docs/PassportAuthUserUpdateInfoResponse.md +0 -24
  267. package/docs/PassportAuthUserUpdatePassportResponse.md +0 -24
  268. package/docs/PassportAuthUserVerifyEmailRequest.md +0 -26
  269. package/docs/PassportAuthUserVerifyEmailResponse.md +0 -22
  270. package/docs/PassportAuthUserVerifyPhoneRequest.md +0 -24
  271. package/docs/PassportAuthUserVerifyPhoneResponse.md +0 -22
  272. package/docs/PassportEnterprisePasswordResetRequest.md +0 -24
  273. package/docs/PassportEnterpriseSendVerificationEmailRequest.md +0 -24
  274. package/docs/PassportEnterpriseSendVerificationEmailResponse.md +0 -22
  275. package/docs/PassportEnterpriseSendVerificationPhoneRequest.md +0 -24
  276. package/docs/PassportEnterpriseSendVerificationPhoneResponse.md +0 -22
  277. package/docs/PassportEnterpriseSignInEmailRequest.md +0 -30
  278. package/docs/PassportEnterpriseSignInPhoneRequest.md +0 -24
  279. package/docs/PassportEnterpriseSignInPhoneResponse.md +0 -26
  280. package/docs/PassportEnterpriseSignUpEmailRequest.md +0 -34
  281. package/docs/PassportEnterpriseTokenAuthRequest.md +0 -20
  282. package/docs/PassportEnterpriseTokenAuthResponse.md +0 -28
  283. package/docs/PassportSendVerificationEmailRequest.md +0 -26
  284. package/docs/PassportSendVerificationEmailResponse.md +0 -22
  285. package/docs/PassportSendVerificationPhoneRequest.md +0 -26
  286. package/docs/PassportSendVerificationPhoneResponse.md +0 -22
  287. package/docs/PassportUserInfoBatchGetRequest.md +0 -24
  288. package/docs/PassportUserInfoBatchGetResponse.md +0 -24
  289. package/docs/PassportUserInfoGetRequest.md +0 -24
  290. package/docs/PassportUserOAuthCallbackResponse.md +0 -36
  291. package/docs/PassportUserPasswordForgetRequest.md +0 -24
  292. package/docs/PassportUserPasswordForgetResponse.md +0 -22
  293. package/docs/PassportUserPasswordResetRequest.md +0 -30
  294. package/docs/PassportUserPasswordResetTokenVerifyRequest.md +0 -22
  295. package/docs/PassportUserPasswordResetTokenVerifyResponse.md +0 -26
  296. package/docs/PassportUserSignInEmailRequest.md +0 -32
  297. package/docs/PassportUserSignInEmailResponse.md +0 -32
  298. package/docs/PassportUserSignInPhoneRequest.md +0 -26
  299. package/docs/PassportUserSignInPhoneResponse.md +0 -28
  300. package/docs/PassportUserSignInSocialResponse.md +0 -32
  301. package/docs/PassportUserSignUpEmailRequest.md +0 -36
  302. package/docs/PassportUserSignUpEmailResponse.md +0 -32
  303. package/docs/PassportUserTokenAuthResponse.md +0 -28
  304. package/docs/PassportUserUpdateInfoRequest.md +0 -30
  305. package/docs/PassportUserUpdateInfoResponse.md +0 -22
  306. package/docs/ProviderGCPAuth.md +0 -27
  307. package/docs/QRCodeAdminServiceApi.md +0 -286
  308. package/docs/QRCodeCreateRequest.md +0 -37
  309. package/docs/QRCodeCreateResponse.md +0 -25
  310. package/docs/QRCodeDeleteResponse.md +0 -23
  311. package/docs/QRCodeGetResponse.md +0 -25
  312. package/docs/QRCodeHistoryItem.md +0 -29
  313. package/docs/QRCodeInfo.md +0 -59
  314. package/docs/QRCodeListResponse.md +0 -27
  315. package/docs/QRCodeSnapshot.md +0 -37
  316. package/docs/QRCodeUpdateRequest.md +0 -39
  317. package/docs/QRCodeUpdateResponse.md +0 -25
  318. package/docs/QRCodeWithHistory.md +0 -23
  319. package/docs/UserBasic.md +0 -42
  320. package/docs/UserExtendInfo.md +0 -20
  321. package/docs/UserInfoQueryOptions.md +0 -28
  322. package/docs/UserPaymentInfo.md +0 -20
  323. package/docs/UserPreferences.md +0 -22
@@ -1,4 +1,4 @@
1
- # PassportAuthUserUpdatePassportRequest
1
+ # AuthUpdateUserRequest
2
2
 
3
3
 
4
4
  ## Properties
@@ -6,16 +6,16 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **name** | **string** | | [optional] [default to undefined]
9
- **avatar_url** | **string** | | [optional] [default to undefined]
9
+ **image** | **string** | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { PassportAuthUserUpdatePassportRequest } from '@cherryin/api-client';
14
+ import { AuthUpdateUserRequest } from '@cherryin/api-client';
15
15
 
16
- const instance: PassportAuthUserUpdatePassportRequest = {
16
+ const instance: AuthUpdateUserRequest = {
17
17
  name,
18
- avatar_url,
18
+ image,
19
19
  };
20
20
  ```
21
21
 
@@ -0,0 +1,24 @@
1
+ # AuthUpdateUserResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **code** | **string** | | [optional] [default to undefined]
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AuthUpdateUserResponse } from '@cherryin/api-client';
16
+
17
+ const instance: AuthUpdateUserResponse = {
18
+ code,
19
+ message,
20
+ user,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # AuthVerifyEmailResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **code** | **string** | | [optional] [default to undefined]
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AuthVerifyEmailResponse } from '@cherryin/api-client';
16
+
17
+ const instance: AuthVerifyEmailResponse = {
18
+ code,
19
+ message,
20
+ user,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,9 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [optional] [default to undefined]
9
- **service** | **string** | | [optional] [default to undefined]
10
9
  **key** | **string** | | [optional] [default to undefined]
11
- **env** | **string** | | [optional] [default to undefined]
12
10
  **values** | **{ [key: string]: any; }** | | [optional] [default to undefined]
13
11
  **payload** | **{ [key: string]: any; }** | | [optional] [default to undefined]
14
12
  **createdAt** | **string** | | [optional] [default to undefined]
@@ -22,9 +20,7 @@ import { ConfigItem } from '@cherryin/api-client';
22
20
 
23
21
  const instance: ConfigItem = {
24
22
  id,
25
- service,
26
23
  key,
27
- env,
28
24
  values,
29
25
  payload,
30
26
  createdAt,
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
 
11
11
  ## Example
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **discount** | [**DiscountInfo**](DiscountInfo.md) | | [optional] [default to undefined]
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **discount** | [**Array<DiscountInfo>**](DiscountInfo.md) | | [optional] [default to undefined]
11
11
  **total** | **string** | | [optional] [default to undefined]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **discount** | [**DiscountInfo**](DiscountInfo.md) | 更新后的 Discount 信息 | [optional] [default to undefined]
11
11
 
@@ -1,15 +1,15 @@
1
1
  # FeatureCostPricing
2
2
 
3
- FeatureCostPricing 特殊功能计费(新版)
3
+ FeatureCostPricing 特殊功能计费(新版) Feature cost pricing (new version)
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | id 价格配置ID | [optional] [default to undefined]
10
- **name** | **string** | name 功能名称 | [optional] [default to undefined]
11
- **per_cost** | **string** | per_cost 每次使用费用 | [optional] [default to undefined]
12
- **extra** | **{ [key: string]: string; }** | extra 扩展规则 | [optional] [default to undefined]
9
+ **id** | **string** | id 价格配置ID Price configuration ID | [optional] [default to undefined]
10
+ **name** | **string** | name 功能名称 Feature name | [optional] [default to undefined]
11
+ **per_cost** | **string** | per_cost 每次使用费用 Cost per usage | [optional] [default to undefined]
12
+ **extra** | **{ [key: string]: string; }** | extra 扩展规则 Extra rules | [optional] [default to undefined]
13
13
 
14
14
  ## Example
15
15
 
@@ -1,23 +1,24 @@
1
1
  # FrontAIModel
2
2
 
3
- FrontAIModel 代表面向终端用户的 AI 模型配置(符合 OpenAI API 格式) 注意,这是最经典、最精简的模型列表,一般不会给很多数据
3
+ FrontAIModel 代表面向终端用户的 AI 模型配置(符合 OpenAI API 格式) FrontAIModel represents an AI model configuration exposed to end users (OpenAI API compatible)
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | id 模型的唯一名称标识,例如 \"gpt-4\", \"claude-3-opus\" 对应 OpenAI API 的 \"id\" 字段 | [optional] [default to undefined]
9
+ **id** | **string** | id 模型的唯一名称标识,例如 \"gpt-4\", \"claude-3-opus\" 对应 OpenAI API 的 \"id\" 字段 Unique name identifier for the model, e.g., \"gpt-4\", \"claude-3-opus\" Maps to OpenAI API \"id\" field | [optional] [default to undefined]
10
10
  **name** | **string** | name 模型的唯一名称标识,例如 \"gpt-4\", \"claude-3-opus\" 对应 OpenAI API 的 \"id\" 字段, Gemini 兼容 | [optional] [default to undefined]
11
- **object** | **string** | object 对象类型,固定为 \"model\"(OpenAI API 格式) | [optional] [default to undefined]
12
- **created** | **string** | created_at 创建时间戳(Unix 时间戳) 对应 OpenAI API 的 \"created\" 字段 | [optional] [default to undefined]
13
- **updated** | **string** | updated_at 更新时间戳(Unix 时间戳) | [optional] [default to undefined]
14
- **display_name** | **string** | display_name 模型的显示名称,例如 \"GPT-4\", \"Claude 3 Opus\" | [optional] [default to undefined]
15
- **baseModelID** | **string** | gemini 接口兼容的基础模型 ID,而且是必须字段,例如 \"gemini-1.5-pro\" json tag 也需要遵循 gemini 命名规范 - camelCase | [optional] [default to undefined]
16
- **description** | **string** | description 模型描述 | [optional] [default to undefined]
11
+ **object** | **string** | object 对象类型,固定为 \"model\"(OpenAI API 格式) Object type, always \"model\" (OpenAI API format) | [optional] [default to undefined]
12
+ **created** | **string** | created_at 创建时间戳(Unix 时间戳) 对应 OpenAI API 的 \"created\" 字段 Creation timestamp (Unix timestamp) Maps to OpenAI API \"created\" field | [optional] [default to undefined]
13
+ **updated** | **string** | updated_at 更新时间戳(Unix 时间戳) Last update timestamp (Unix timestamp) | [optional] [default to undefined]
14
+ **display_name** | **string** | display_name 模型的显示名称,例如 \"GPT-4\", \"Claude 3 Opus\" Display name for the model, e.g., \"GPT-4\", \"Claude 3 Opus\" | [optional] [default to undefined]
15
+ **description** | **string** | description 模型描述 Model description | [optional] [default to undefined]
17
16
  **status** | **number** | status 模型状态 Model status 1: 草稿 (Draft) 2: 已发布 (Published) 3: 已禁用 (Disabled) | [optional] [default to undefined]
18
- **modalities** | [**ModelModalities**](ModelModalities.md) | modalities 模态信息 | [optional] [default to undefined]
19
- **limits** | [**ModelLimits**](ModelLimits.md) | limits 模型限制 | [optional] [default to undefined]
20
- **provider_id** | **string** | 关联的供应商 id (一般是 FrontendProviderInfo.id) | [optional] [default to undefined]
17
+ **meta** | [**AIModelMeta**](AIModelMeta.md) | meta 元数据 Metadata | [optional] [default to undefined]
18
+ **pricing_configs** | [**Array<AIModelPricingConfig>**](AIModelPricingConfig.md) | pricing_configs 价格配置列表(支持多货币和多种价格类型) Pricing configurations (supports multiple currencies and pricing types) | [optional] [default to undefined]
19
+ **owned_by** | **string** | owned_by 模型所有者,例如 \"openai\", \"anthropic\", \"organization-owner\"(OpenAI API 格式) Model owner, e.g., \"openai\", \"anthropic\", \"organization-owner\" (OpenAI API format) | [optional] [default to undefined]
20
+ **internal_id** | **string** | internal_id AIModel 的内部数据库 ID Internal database ID for the AI model | [optional] [default to undefined]
21
+ **baseModelID** | **string** | gemini 接口兼容的基础模型 ID,而且是必须字段,例如 \"gemini-1.5-pro\" json tag 也需要遵循 gemini 命名规范 - camelCase Gemini-compatible base model ID, also a required field, e.g., \"gemini-1.5-pro\" json tag also needs to follow gemini naming convention - camelCase | [optional] [default to undefined]
21
22
 
22
23
  ## Example
23
24
 
@@ -31,12 +32,13 @@ const instance: FrontAIModel = {
31
32
  created,
32
33
  updated,
33
34
  display_name,
34
- baseModelID,
35
35
  description,
36
36
  status,
37
- modalities,
38
- limits,
39
- provider_id,
37
+ meta,
38
+ pricing_configs,
39
+ owned_by,
40
+ internal_id,
41
+ baseModelID,
40
42
  };
41
43
  ```
42
44
 
@@ -0,0 +1,27 @@
1
+ # GCPAuth
2
+
3
+ GCPAuth 代表 Google Cloud Platform 的认证详情 GCP authentication details for Google Cloud Platform services
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **region** | **string** | region GCP 区域,例如 \"us-central1\", \"europe-west4\" GCP region, e.g., \"us-central1\", \"europe-west4\" | [optional] [default to undefined]
10
+ **project_name** | **string** | project_name GCP 项目名称 GCP project name where Vertex AI APIs are enabled | [optional] [default to undefined]
11
+ **credentials** | **string** | credentials GCP 凭证的 JSON 格式内容 JSON-formatted GCP credentials content | [optional] [default to undefined]
12
+ **backend** | **number** | backend Google 后端类型 Google backend type 1: Gemini API 2: Vertex AI | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { GCPAuth } from '@cherryin/api-client';
18
+
19
+ const instance: GCPAuth = {
20
+ region,
21
+ project_name,
22
+ credentials,
23
+ backend,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,17 +1,17 @@
1
1
  # ImagePricing
2
2
 
3
- ImagePricing 图片计费
3
+ ImagePricing 图片计费 Image pricing
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | id 价格配置ID | [optional] [default to undefined]
10
- **mode** | **string** | mode 计费模式: \"per_item\", \"per_token\", \"hybrid\" | [optional] [default to undefined]
11
- **per_image** | **string** | per_image 每张图片费用 | [optional] [default to undefined]
12
- **per_token** | **string** | per_token 每Token价格 | [optional] [default to undefined]
13
- **resolution_multiplier** | **{ [key: string]: string; }** | resolution_multiplier 分辨率倍数(key: 分辨率如\"1024x1024\", value: 倍数) | [optional] [default to undefined]
14
- **extra** | **{ [key: string]: string; }** | extra 扩展计算 | [optional] [default to undefined]
9
+ **id** | **string** | id 价格配置ID Price configuration ID | [optional] [default to undefined]
10
+ **mode** | **string** | mode 计费模式: \"per_item\", \"per_token\", \"hybrid\" Pricing mode | [optional] [default to undefined]
11
+ **per_image** | **string** | per_image 每张图片费用 Fee per image | [optional] [default to undefined]
12
+ **per_token** | **string** | per_token 每Token价格 Fee per token | [optional] [default to undefined]
13
+ **resolution_multiplier** | **{ [key: string]: string; }** | resolution_multiplier 分辨率倍数(key: 分辨率如\"1024x1024\", value: 倍数) Resolution multiplier (key: resolution like \"1024x1024\", value: multiplier) | [optional] [default to undefined]
14
+ **extra** | **{ [key: string]: string; }** | extra 扩展计算 Extra calculation options | [optional] [default to undefined]
15
15
 
16
16
  ## Example
17
17
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **data** | [**Label**](Label.md) | 创建的 Discount 信息 | [optional] [default to undefined]
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
 
11
11
  ## Example
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **data** | [**Array<Label>**](Label.md) | | [optional] [default to undefined]
11
11
  **total** | **string** | | [optional] [default to undefined]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | code 响应状态码,200 表示成功 | [optional] [default to undefined]
8
+ **code** | **string** | code 响应状态码,0 表示成功 | [optional] [default to undefined]
9
9
  **message** | **string** | message 响应消息 | [optional] [default to undefined]
10
10
  **data** | [**Label**](Label.md) | 创建的 Discount 信息 | [optional] [default to undefined]
11
11
 
@@ -1,14 +1,14 @@
1
1
  # MultimodalPricing
2
2
 
3
- MultimodalPricing 多模态计费
3
+ MultimodalPricing 多模态计费 Multimodal pricing
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **image** | [**ImagePricing**](ImagePricing.md) | image 图片计费 | [optional] [default to undefined]
10
- **audio** | [**AudioPricing**](AudioPricing.md) | audio 音频计费 | [optional] [default to undefined]
11
- **video** | [**VideoPricing**](VideoPricing.md) | video 视频计费 | [optional] [default to undefined]
9
+ **image** | [**ImagePricing**](ImagePricing.md) | image 图片计费 Image pricing | [optional] [default to undefined]
10
+ **audio** | [**AudioPricing**](AudioPricing.md) | audio 音频计费 Audio pricing | [optional] [default to undefined]
11
+ **video** | [**VideoPricing**](VideoPricing.md) | video 视频计费 Video pricing | [optional] [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
@@ -1,17 +1,17 @@
1
1
  # PricingConditions
2
2
 
3
- PricingConditions 价格生效条件
3
+ PricingConditions 价格生效条件 Pricing conditions
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **user_tiers** | **Array<string>** | user_tiers 用户层级:standard, premium, enterprise | [optional] [default to undefined]
10
- **api_versions** | **Array<string>** | api_versions API版本:v1, v2 | [optional] [default to undefined]
11
- **regions** | **Array<string>** | regions 区域:us, eu, asia | [optional] [default to undefined]
12
- **min_balance** | **string** | min_balance 最低余额要求 | [optional] [default to undefined]
13
- **max_daily_usage** | **string** | max_daily_usage 每日使用上限 | [optional] [default to undefined]
14
- **extra** | **{ [key: string]: string; }** | extra 扩展条件 | [optional] [default to undefined]
9
+ **user_tiers** | **Array<string>** | user_tiers 用户层级:standard, premium, enterprise User tiers | [optional] [default to undefined]
10
+ **api_versions** | **Array<string>** | api_versions API版本:v1, v2 API versions | [optional] [default to undefined]
11
+ **regions** | **Array<string>** | regions 区域:us, eu, asia Regions | [optional] [default to undefined]
12
+ **min_balance** | **string** | min_balance 最低余额要求 Minimum balance requirement | [optional] [default to undefined]
13
+ **max_daily_usage** | **string** | max_daily_usage 每日使用上限 Maximum daily usage | [optional] [default to undefined]
14
+ **extra** | **{ [key: string]: string; }** | extra 扩展条件 Extra conditions | [optional] [default to undefined]
15
15
 
16
16
  ## Example
17
17
 
@@ -1,16 +1,16 @@
1
1
  # PricingRules
2
2
 
3
- PricingRules 价格规则配置
3
+ PricingRules 价格规则配置 Pricing rules configuration
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **text_token_pricing** | [**TextTokenPricing**](TextTokenPricing.md) | text_token_pricing Text Token计费规则 | [optional] [default to undefined]
10
- **request_pricing** | [**RequestPricing**](RequestPricing.md) | request_pricing 请求级别计费 | [optional] [default to undefined]
11
- **multimodal_pricing** | [**MultimodalPricing**](MultimodalPricing.md) | multimodal_pricing 多模态计费 | [optional] [default to undefined]
12
- **feature_cost_pricing** | [**Array<FeatureCostPricing>**](FeatureCostPricing.md) | feature_cost_pricing 特殊功能计费(新版) | [optional] [default to undefined]
13
- **extra** | **{ [key: string]: string; }** | extra 扩展字段,支持自定义规则 | [optional] [default to undefined]
9
+ **text_token_pricing** | [**TextTokenPricing**](TextTokenPricing.md) | text_token_pricing Text Token计费规则 Text token pricing rules | [optional] [default to undefined]
10
+ **request_pricing** | [**RequestPricing**](RequestPricing.md) | request_pricing 请求级别计费 Request-level pricing | [optional] [default to undefined]
11
+ **multimodal_pricing** | [**MultimodalPricing**](MultimodalPricing.md) | multimodal_pricing 多模态计费 Multimodal pricing | [optional] [default to undefined]
12
+ **feature_cost_pricing** | [**Array<FeatureCostPricing>**](FeatureCostPricing.md) | feature_cost_pricing 特殊功能计费(新版) Feature cost pricing (new version) | [optional] [default to undefined]
13
+ **extra** | **{ [key: string]: string; }** | extra 扩展字段,支持自定义规则 Extra field for custom rules | [optional] [default to undefined]
14
14
 
15
15
  ## Example
16
16
 
@@ -0,0 +1,37 @@
1
+ # Provider
2
+
3
+ Provider 代表第三方 AI 模型提供商(例如 OpenAI、Anthropic、Google) Provider represents a third-party AI model provider (e.g., OpenAI, Anthropic, Google)
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | id Provider 的唯一标识符 Unique identifier for the provider | [optional] [default to undefined]
10
+ **created_at** | **string** | created_at 创建时间戳(Unix 时间戳) Creation timestamp (Unix timestamp) | [optional] [default to undefined]
11
+ **updated_at** | **string** | updated_at 更新时间戳(Unix 时间戳) Last update timestamp (Unix timestamp) | [optional] [default to undefined]
12
+ **deleted_at** | **string** | deleted_at 软删除时间戳,0 表示未删除 Soft deletion timestamp, 0 means not deleted | [optional] [default to undefined]
13
+ **name** | **string** | name Provider 的唯一名称标识,例如 \"openai-prod-1\" Unique name identifier for the provider, e.g., \"openai-prod-1\" 用于系统内部引用,必须唯一 Used for internal system reference, must be unique | [optional] [default to undefined]
14
+ **display_name** | **string** | display_name Provider 的显示名称,例如 \"OpenAI Production\" Display name for the provider, e.g., \"OpenAI Production\" 用于用户界面显示 Used for UI display | [optional] [default to undefined]
15
+ **provider_type** | **string** | provider_type Provider 类型,例如 \"openai\", \"anthropic\", \"google\" Provider type, e.g., \"openai\", \"anthropic\", \"google\" 可选值: \"openai\", \"anthropic\", \"google\" Available values: \"openai\", \"anthropic\", \"google\" | [optional] [default to undefined]
16
+ **provider_status** | **number** | provider_status Provider 状态 Provider status 1: 启用 (Active) 2: 禁用 (Disabled) | [optional] [default to undefined]
17
+ **payload** | [**ProviderPayload**](ProviderPayload.md) | payload Provider 的认证和配置详情 Authentication and configuration details for the provider | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { Provider } from '@cherryin/api-client';
23
+
24
+ const instance: Provider = {
25
+ id,
26
+ created_at,
27
+ updated_at,
28
+ deleted_at,
29
+ name,
30
+ display_name,
31
+ provider_type,
32
+ provider_status,
33
+ payload,
34
+ };
35
+ ```
36
+
37
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)