@cherryin/api-client 0.1.7 → 0.1.8

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @cherryin/api-client@0.1.7
1
+ ## @cherryin/api-client@0.1.8
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @cherryin/api-client@0.1.7 --save
39
+ npm install @cherryin/api-client@0.1.8 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -210,8 +210,8 @@ Class | Method | HTTP request | Description
210
210
  *UserManageAdminServiceApi* | [**userManageAdminServiceSetUserRole**](docs/UserManageAdminServiceApi.md#usermanageadminservicesetuserrole) | **POST** /admin/users/manage/role |
211
211
  *UserManageAdminServiceApi* | [**userManageAdminServiceSetUserStatus**](docs/UserManageAdminServiceApi.md#usermanageadminservicesetuserstatus) | **POST** /admin/users/manage/status |
212
212
  *UserManageAdminServiceApi* | [**userManageAdminServiceUpdateUserInfo**](docs/UserManageAdminServiceApi.md#usermanageadminserviceupdateuserinfo) | **POST** /admin/users/manage/info |
213
- *UserModelServiceApi* | [**userModelServiceFrontendModels**](docs/UserModelServiceApi.md#usermodelservicefrontendmodels) | **GET** /v1/frontend/models |
214
- *UserModelServiceApi* | [**userModelServiceFrontendProviders**](docs/UserModelServiceApi.md#usermodelservicefrontendproviders) | **GET** /v1/frontend/providers |
213
+ *UserModelServiceApi* | [**userModelServiceFrontendModels**](docs/UserModelServiceApi.md#usermodelservicefrontendmodels) | **GET** /api/v1/frontend/models |
214
+ *UserModelServiceApi* | [**userModelServiceFrontendProviders**](docs/UserModelServiceApi.md#usermodelservicefrontendproviders) | **GET** /api/v1/frontend/providers |
215
215
  *UserModelServiceApi* | [**userModelServiceModelList**](docs/UserModelServiceApi.md#usermodelservicemodellist) | **GET** /v1/models |
216
216
  *UserPayServiceApi* | [**userPayServiceUserPayStripeCheckout**](docs/UserPayServiceApi.md#userpayserviceuserpaystripecheckout) | **POST** /api/v1/user/pay/stripe/checkout |
217
217
  *UserPortalServiceApi* | [**userPortalServiceUserMeInfo**](docs/UserPortalServiceApi.md#userportalserviceusermeinfo) | **POST** /api/v1/user/me/info |
package/api.ts CHANGED
@@ -17556,7 +17556,7 @@ export class UserManageAdminServiceApi extends BaseAPI implements UserManageAdmi
17556
17556
  export const UserModelServiceApiAxiosParamCreator = function (configuration?: Configuration) {
17557
17557
  return {
17558
17558
  /**
17559
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
17559
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
17560
17560
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\"provider_id\"
17561
17561
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\"limit\"
17562
17562
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\"offset\"
@@ -17564,7 +17564,7 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration?: Co
17564
17564
  * @throws {RequiredError}
17565
17565
  */
17566
17566
  userModelServiceFrontendModels: async (providerId?: string, limit?: number, offset?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
17567
- const localVarPath = `/v1/frontend/models`;
17567
+ const localVarPath = `/api/v1/frontend/models`;
17568
17568
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
17569
17569
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
17570
17570
  let baseOptions;
@@ -17600,14 +17600,14 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration?: Co
17600
17600
  };
17601
17601
  },
17602
17602
  /**
17603
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
17603
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
17604
17604
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17605
17605
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
17606
17606
  * @param {*} [options] Override http request option.
17607
17607
  * @throws {RequiredError}
17608
17608
  */
17609
17609
  userModelServiceFrontendProviders: async (limit?: number, offset?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
17610
- const localVarPath = `/v1/frontend/providers`;
17610
+ const localVarPath = `/api/v1/frontend/providers`;
17611
17611
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
17612
17612
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
17613
17613
  let baseOptions;
@@ -17639,7 +17639,7 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration?: Co
17639
17639
  };
17640
17640
  },
17641
17641
  /**
17642
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
17642
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
17643
17643
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
17644
17644
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
17645
17645
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -17697,7 +17697,7 @@ export const UserModelServiceApiFp = function(configuration?: Configuration) {
17697
17697
  const localVarAxiosParamCreator = UserModelServiceApiAxiosParamCreator(configuration)
17698
17698
  return {
17699
17699
  /**
17700
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
17700
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
17701
17701
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
17702
17702
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17703
17703
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -17711,7 +17711,7 @@ export const UserModelServiceApiFp = function(configuration?: Configuration) {
17711
17711
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
17712
17712
  },
17713
17713
  /**
17714
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
17714
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
17715
17715
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17716
17716
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
17717
17717
  * @param {*} [options] Override http request option.
@@ -17724,7 +17724,7 @@ export const UserModelServiceApiFp = function(configuration?: Configuration) {
17724
17724
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
17725
17725
  },
17726
17726
  /**
17727
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
17727
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
17728
17728
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
17729
17729
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
17730
17730
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -17748,7 +17748,7 @@ export const UserModelServiceApiFactory = function (configuration?: Configuratio
17748
17748
  const localVarFp = UserModelServiceApiFp(configuration)
17749
17749
  return {
17750
17750
  /**
17751
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
17751
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
17752
17752
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
17753
17753
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17754
17754
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -17759,7 +17759,7 @@ export const UserModelServiceApiFactory = function (configuration?: Configuratio
17759
17759
  return localVarFp.userModelServiceFrontendModels(providerId, limit, offset, options).then((request) => request(axios, basePath));
17760
17760
  },
17761
17761
  /**
17762
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
17762
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
17763
17763
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17764
17764
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
17765
17765
  * @param {*} [options] Override http request option.
@@ -17769,7 +17769,7 @@ export const UserModelServiceApiFactory = function (configuration?: Configuratio
17769
17769
  return localVarFp.userModelServiceFrontendProviders(limit, offset, options).then((request) => request(axios, basePath));
17770
17770
  },
17771
17771
  /**
17772
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
17772
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
17773
17773
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
17774
17774
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
17775
17775
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -17788,7 +17788,7 @@ export const UserModelServiceApiFactory = function (configuration?: Configuratio
17788
17788
  */
17789
17789
  export interface UserModelServiceApiInterface {
17790
17790
  /**
17791
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
17791
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
17792
17792
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
17793
17793
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17794
17794
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -17798,7 +17798,7 @@ export interface UserModelServiceApiInterface {
17798
17798
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendModelsResponse>;
17799
17799
 
17800
17800
  /**
17801
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
17801
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
17802
17802
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17803
17803
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
17804
17804
  * @param {*} [options] Override http request option.
@@ -17807,7 +17807,7 @@ export interface UserModelServiceApiInterface {
17807
17807
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendProvidersResponse>;
17808
17808
 
17809
17809
  /**
17810
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
17810
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
17811
17811
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
17812
17812
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
17813
17813
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -17824,7 +17824,7 @@ export interface UserModelServiceApiInterface {
17824
17824
  */
17825
17825
  export class UserModelServiceApi extends BaseAPI implements UserModelServiceApiInterface {
17826
17826
  /**
17827
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
17827
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
17828
17828
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
17829
17829
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17830
17830
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -17836,7 +17836,7 @@ export class UserModelServiceApi extends BaseAPI implements UserModelServiceApiI
17836
17836
  }
17837
17837
 
17838
17838
  /**
17839
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
17839
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
17840
17840
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
17841
17841
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
17842
17842
  * @param {*} [options] Override http request option.
@@ -17847,7 +17847,7 @@ export class UserModelServiceApi extends BaseAPI implements UserModelServiceApiI
17847
17847
  }
17848
17848
 
17849
17849
  /**
17850
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
17850
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
17851
17851
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
17852
17852
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
17853
17853
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
package/dist/api.d.ts CHANGED
@@ -10814,7 +10814,7 @@ export declare class UserManageAdminServiceApi extends BaseAPI implements UserMa
10814
10814
  */
10815
10815
  export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Configuration) => {
10816
10816
  /**
10817
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10817
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10818
10818
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10819
10819
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10820
10820
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10823,7 +10823,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10823
10823
  */
10824
10824
  userModelServiceFrontendModels: (providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10825
10825
  /**
10826
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10826
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10827
10827
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10828
10828
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10829
10829
  * @param {*} [options] Override http request option.
@@ -10831,7 +10831,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10831
10831
  */
10832
10832
  userModelServiceFrontendProviders: (limit?: number, offset?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10833
10833
  /**
10834
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10834
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10835
10835
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10836
10836
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10837
10837
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10846,7 +10846,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10846
10846
  */
10847
10847
  export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10848
10848
  /**
10849
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10849
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10850
10850
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10851
10851
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10852
10852
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10855,7 +10855,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10855
10855
  */
10856
10856
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrontendModelsResponse>>;
10857
10857
  /**
10858
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10858
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10859
10859
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10860
10860
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10861
10861
  * @param {*} [options] Override http request option.
@@ -10863,7 +10863,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10863
10863
  */
10864
10864
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrontendProvidersResponse>>;
10865
10865
  /**
10866
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10866
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10867
10867
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10868
10868
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10869
10869
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10878,7 +10878,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10878
10878
  */
10879
10879
  export declare const UserModelServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10880
10880
  /**
10881
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10881
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10882
10882
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10883
10883
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10884
10884
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10887,7 +10887,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10887
10887
  */
10888
10888
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendModelsResponse>;
10889
10889
  /**
10890
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10890
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10891
10891
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10892
10892
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10893
10893
  * @param {*} [options] Override http request option.
@@ -10895,7 +10895,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10895
10895
  */
10896
10896
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendProvidersResponse>;
10897
10897
  /**
10898
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10898
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10899
10899
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10900
10900
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10901
10901
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10910,7 +10910,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10910
10910
  */
10911
10911
  export interface UserModelServiceApiInterface {
10912
10912
  /**
10913
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10913
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10914
10914
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10915
10915
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10916
10916
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10919,7 +10919,7 @@ export interface UserModelServiceApiInterface {
10919
10919
  */
10920
10920
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendModelsResponse>;
10921
10921
  /**
10922
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10922
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10923
10923
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10924
10924
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10925
10925
  * @param {*} [options] Override http request option.
@@ -10927,7 +10927,7 @@ export interface UserModelServiceApiInterface {
10927
10927
  */
10928
10928
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendProvidersResponse>;
10929
10929
  /**
10930
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10930
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10931
10931
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10932
10932
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10933
10933
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10942,7 +10942,7 @@ export interface UserModelServiceApiInterface {
10942
10942
  */
10943
10943
  export declare class UserModelServiceApi extends BaseAPI implements UserModelServiceApiInterface {
10944
10944
  /**
10945
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10945
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10946
10946
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10947
10947
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10948
10948
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10951,7 +10951,7 @@ export declare class UserModelServiceApi extends BaseAPI implements UserModelSer
10951
10951
  */
10952
10952
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrontendModelsResponse, any, {}>>;
10953
10953
  /**
10954
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10954
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10955
10955
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10956
10956
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10957
10957
  * @param {*} [options] Override http request option.
@@ -10959,7 +10959,7 @@ export declare class UserModelServiceApi extends BaseAPI implements UserModelSer
10959
10959
  */
10960
10960
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrontendProvidersResponse, any, {}>>;
10961
10961
  /**
10962
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10962
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10963
10963
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10964
10964
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10965
10965
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
package/dist/api.js CHANGED
@@ -11024,7 +11024,7 @@ exports.UserManageAdminServiceApi = UserManageAdminServiceApi;
11024
11024
  const UserModelServiceApiAxiosParamCreator = function (configuration) {
11025
11025
  return {
11026
11026
  /**
11027
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11027
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11028
11028
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11029
11029
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11030
11030
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11032,7 +11032,7 @@ const UserModelServiceApiAxiosParamCreator = function (configuration) {
11032
11032
  * @throws {RequiredError}
11033
11033
  */
11034
11034
  userModelServiceFrontendModels: (providerId_1, limit_1, offset_1, ...args_1) => __awaiter(this, [providerId_1, limit_1, offset_1, ...args_1], void 0, function* (providerId, limit, offset, options = {}) {
11035
- const localVarPath = `/v1/frontend/models`;
11035
+ const localVarPath = `/api/v1/frontend/models`;
11036
11036
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
11037
11037
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
11038
11038
  let baseOptions;
@@ -11060,14 +11060,14 @@ const UserModelServiceApiAxiosParamCreator = function (configuration) {
11060
11060
  };
11061
11061
  }),
11062
11062
  /**
11063
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11063
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11064
11064
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11065
11065
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11066
11066
  * @param {*} [options] Override http request option.
11067
11067
  * @throws {RequiredError}
11068
11068
  */
11069
11069
  userModelServiceFrontendProviders: (limit_1, offset_1, ...args_1) => __awaiter(this, [limit_1, offset_1, ...args_1], void 0, function* (limit, offset, options = {}) {
11070
- const localVarPath = `/v1/frontend/providers`;
11070
+ const localVarPath = `/api/v1/frontend/providers`;
11071
11071
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
11072
11072
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
11073
11073
  let baseOptions;
@@ -11092,7 +11092,7 @@ const UserModelServiceApiAxiosParamCreator = function (configuration) {
11092
11092
  };
11093
11093
  }),
11094
11094
  /**
11095
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11095
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11096
11096
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11097
11097
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11098
11098
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11141,7 +11141,7 @@ const UserModelServiceApiFp = function (configuration) {
11141
11141
  const localVarAxiosParamCreator = (0, exports.UserModelServiceApiAxiosParamCreator)(configuration);
11142
11142
  return {
11143
11143
  /**
11144
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11144
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11145
11145
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11146
11146
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11147
11147
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11158,7 +11158,7 @@ const UserModelServiceApiFp = function (configuration) {
11158
11158
  });
11159
11159
  },
11160
11160
  /**
11161
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11161
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11162
11162
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11163
11163
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11164
11164
  * @param {*} [options] Override http request option.
@@ -11174,7 +11174,7 @@ const UserModelServiceApiFp = function (configuration) {
11174
11174
  });
11175
11175
  },
11176
11176
  /**
11177
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11177
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11178
11178
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11179
11179
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11180
11180
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11201,7 +11201,7 @@ const UserModelServiceApiFactory = function (configuration, basePath, axios) {
11201
11201
  const localVarFp = (0, exports.UserModelServiceApiFp)(configuration);
11202
11202
  return {
11203
11203
  /**
11204
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11204
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11205
11205
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11206
11206
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11207
11207
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11212,7 +11212,7 @@ const UserModelServiceApiFactory = function (configuration, basePath, axios) {
11212
11212
  return localVarFp.userModelServiceFrontendModels(providerId, limit, offset, options).then((request) => request(axios, basePath));
11213
11213
  },
11214
11214
  /**
11215
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11215
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11216
11216
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11217
11217
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11218
11218
  * @param {*} [options] Override http request option.
@@ -11222,7 +11222,7 @@ const UserModelServiceApiFactory = function (configuration, basePath, axios) {
11222
11222
  return localVarFp.userModelServiceFrontendProviders(limit, offset, options).then((request) => request(axios, basePath));
11223
11223
  },
11224
11224
  /**
11225
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11225
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11226
11226
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11227
11227
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11228
11228
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11241,7 +11241,7 @@ exports.UserModelServiceApiFactory = UserModelServiceApiFactory;
11241
11241
  */
11242
11242
  class UserModelServiceApi extends base_1.BaseAPI {
11243
11243
  /**
11244
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11244
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11245
11245
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11246
11246
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11247
11247
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11252,7 +11252,7 @@ class UserModelServiceApi extends base_1.BaseAPI {
11252
11252
  return (0, exports.UserModelServiceApiFp)(this.configuration).userModelServiceFrontendModels(providerId, limit, offset, options).then((request) => request(this.axios, this.basePath));
11253
11253
  }
11254
11254
  /**
11255
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11255
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11256
11256
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11257
11257
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11258
11258
  * @param {*} [options] Override http request option.
@@ -11262,7 +11262,7 @@ class UserModelServiceApi extends base_1.BaseAPI {
11262
11262
  return (0, exports.UserModelServiceApiFp)(this.configuration).userModelServiceFrontendProviders(limit, offset, options).then((request) => request(this.axios, this.basePath));
11263
11263
  }
11264
11264
  /**
11265
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11265
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11266
11266
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11267
11267
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11268
11268
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
package/dist/esm/api.d.ts CHANGED
@@ -10814,7 +10814,7 @@ export declare class UserManageAdminServiceApi extends BaseAPI implements UserMa
10814
10814
  */
10815
10815
  export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Configuration) => {
10816
10816
  /**
10817
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10817
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10818
10818
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10819
10819
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10820
10820
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10823,7 +10823,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10823
10823
  */
10824
10824
  userModelServiceFrontendModels: (providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10825
10825
  /**
10826
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10826
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10827
10827
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10828
10828
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10829
10829
  * @param {*} [options] Override http request option.
@@ -10831,7 +10831,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10831
10831
  */
10832
10832
  userModelServiceFrontendProviders: (limit?: number, offset?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10833
10833
  /**
10834
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10834
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10835
10835
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10836
10836
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10837
10837
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10846,7 +10846,7 @@ export declare const UserModelServiceApiAxiosParamCreator: (configuration?: Conf
10846
10846
  */
10847
10847
  export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10848
10848
  /**
10849
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10849
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10850
10850
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10851
10851
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10852
10852
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10855,7 +10855,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10855
10855
  */
10856
10856
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrontendModelsResponse>>;
10857
10857
  /**
10858
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10858
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10859
10859
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10860
10860
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10861
10861
  * @param {*} [options] Override http request option.
@@ -10863,7 +10863,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10863
10863
  */
10864
10864
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FrontendProvidersResponse>>;
10865
10865
  /**
10866
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10866
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10867
10867
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10868
10868
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10869
10869
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10878,7 +10878,7 @@ export declare const UserModelServiceApiFp: (configuration?: Configuration) => {
10878
10878
  */
10879
10879
  export declare const UserModelServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10880
10880
  /**
10881
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10881
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10882
10882
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10883
10883
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10884
10884
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10887,7 +10887,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10887
10887
  */
10888
10888
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendModelsResponse>;
10889
10889
  /**
10890
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10890
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10891
10891
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10892
10892
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10893
10893
  * @param {*} [options] Override http request option.
@@ -10895,7 +10895,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10895
10895
  */
10896
10896
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendProvidersResponse>;
10897
10897
  /**
10898
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10898
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10899
10899
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10900
10900
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10901
10901
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10910,7 +10910,7 @@ export declare const UserModelServiceApiFactory: (configuration?: Configuration,
10910
10910
  */
10911
10911
  export interface UserModelServiceApiInterface {
10912
10912
  /**
10913
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10913
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10914
10914
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10915
10915
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10916
10916
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10919,7 +10919,7 @@ export interface UserModelServiceApiInterface {
10919
10919
  */
10920
10920
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendModelsResponse>;
10921
10921
  /**
10922
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10922
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10923
10923
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10924
10924
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10925
10925
  * @param {*} [options] Override http request option.
@@ -10927,7 +10927,7 @@ export interface UserModelServiceApiInterface {
10927
10927
  */
10928
10928
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): AxiosPromise<FrontendProvidersResponse>;
10929
10929
  /**
10930
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10930
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10931
10931
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10932
10932
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10933
10933
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -10942,7 +10942,7 @@ export interface UserModelServiceApiInterface {
10942
10942
  */
10943
10943
  export declare class UserModelServiceApi extends BaseAPI implements UserModelServiceApiInterface {
10944
10944
  /**
10945
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10945
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10946
10946
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10947
10947
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10948
10948
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10951,7 +10951,7 @@ export declare class UserModelServiceApi extends BaseAPI implements UserModelSer
10951
10951
  */
10952
10952
  userModelServiceFrontendModels(providerId?: string, limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrontendModelsResponse, any, {}>>;
10953
10953
  /**
10954
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10954
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10955
10955
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10956
10956
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10957
10957
  * @param {*} [options] Override http request option.
@@ -10959,7 +10959,7 @@ export declare class UserModelServiceApi extends BaseAPI implements UserModelSer
10959
10959
  */
10960
10960
  userModelServiceFrontendProviders(limit?: number, offset?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FrontendProvidersResponse, any, {}>>;
10961
10961
  /**
10962
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
10962
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
10963
10963
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
10964
10964
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
10965
10965
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
package/dist/esm/api.js CHANGED
@@ -10952,7 +10952,7 @@ export class UserManageAdminServiceApi extends BaseAPI {
10952
10952
  export const UserModelServiceApiAxiosParamCreator = function (configuration) {
10953
10953
  return {
10954
10954
  /**
10955
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
10955
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
10956
10956
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
10957
10957
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10958
10958
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -10960,7 +10960,7 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration) {
10960
10960
  * @throws {RequiredError}
10961
10961
  */
10962
10962
  userModelServiceFrontendModels: (providerId_1, limit_1, offset_1, ...args_1) => __awaiter(this, [providerId_1, limit_1, offset_1, ...args_1], void 0, function* (providerId, limit, offset, options = {}) {
10963
- const localVarPath = `/v1/frontend/models`;
10963
+ const localVarPath = `/api/v1/frontend/models`;
10964
10964
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
10965
10965
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
10966
10966
  let baseOptions;
@@ -10988,14 +10988,14 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration) {
10988
10988
  };
10989
10989
  }),
10990
10990
  /**
10991
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
10991
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
10992
10992
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
10993
10993
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
10994
10994
  * @param {*} [options] Override http request option.
10995
10995
  * @throws {RequiredError}
10996
10996
  */
10997
10997
  userModelServiceFrontendProviders: (limit_1, offset_1, ...args_1) => __awaiter(this, [limit_1, offset_1, ...args_1], void 0, function* (limit, offset, options = {}) {
10998
- const localVarPath = `/v1/frontend/providers`;
10998
+ const localVarPath = `/api/v1/frontend/providers`;
10999
10999
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
11000
11000
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
11001
11001
  let baseOptions;
@@ -11020,7 +11020,7 @@ export const UserModelServiceApiAxiosParamCreator = function (configuration) {
11020
11020
  };
11021
11021
  }),
11022
11022
  /**
11023
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11023
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11024
11024
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11025
11025
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11026
11026
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11068,7 +11068,7 @@ export const UserModelServiceApiFp = function (configuration) {
11068
11068
  const localVarAxiosParamCreator = UserModelServiceApiAxiosParamCreator(configuration);
11069
11069
  return {
11070
11070
  /**
11071
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11071
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11072
11072
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11073
11073
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11074
11074
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11085,7 +11085,7 @@ export const UserModelServiceApiFp = function (configuration) {
11085
11085
  });
11086
11086
  },
11087
11087
  /**
11088
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11088
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11089
11089
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11090
11090
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11091
11091
  * @param {*} [options] Override http request option.
@@ -11101,7 +11101,7 @@ export const UserModelServiceApiFp = function (configuration) {
11101
11101
  });
11102
11102
  },
11103
11103
  /**
11104
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11104
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11105
11105
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11106
11106
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11107
11107
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11127,7 +11127,7 @@ export const UserModelServiceApiFactory = function (configuration, basePath, axi
11127
11127
  const localVarFp = UserModelServiceApiFp(configuration);
11128
11128
  return {
11129
11129
  /**
11130
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11130
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11131
11131
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11132
11132
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11133
11133
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11138,7 +11138,7 @@ export const UserModelServiceApiFactory = function (configuration, basePath, axi
11138
11138
  return localVarFp.userModelServiceFrontendModels(providerId, limit, offset, options).then((request) => request(axios, basePath));
11139
11139
  },
11140
11140
  /**
11141
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11141
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11142
11142
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11143
11143
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11144
11144
  * @param {*} [options] Override http request option.
@@ -11148,7 +11148,7 @@ export const UserModelServiceApiFactory = function (configuration, basePath, axi
11148
11148
  return localVarFp.userModelServiceFrontendProviders(limit, offset, options).then((request) => request(axios, basePath));
11149
11149
  },
11150
11150
  /**
11151
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11151
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11152
11152
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11153
11153
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11154
11154
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -11166,7 +11166,7 @@ export const UserModelServiceApiFactory = function (configuration, basePath, axi
11166
11166
  */
11167
11167
  export class UserModelServiceApi extends BaseAPI {
11168
11168
  /**
11169
- * FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
11169
+ * FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
11170
11170
  * @param {string} [providerId] provider_id 可选的供应商 ID 过滤 @gotags: form:\&quot;provider_id\&quot;
11171
11171
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11172
11172
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
@@ -11177,7 +11177,7 @@ export class UserModelServiceApi extends BaseAPI {
11177
11177
  return UserModelServiceApiFp(this.configuration).userModelServiceFrontendModels(providerId, limit, offset, options).then((request) => request(this.axios, this.basePath));
11178
11178
  }
11179
11179
  /**
11180
- * FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
11180
+ * FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
11181
11181
  * @param {number} [limit] limit 每页数量,0 或不传表示返回全部(默认不分页) Page size, 0 or not set means return all (no pagination by default) @gotags: form:\&quot;limit\&quot;
11182
11182
  * @param {number} [offset] offset 偏移量,配合 limit 使用 Offset, used with limit @gotags: form:\&quot;offset\&quot;
11183
11183
  * @param {*} [options] Override http request option.
@@ -11187,7 +11187,7 @@ export class UserModelServiceApi extends BaseAPI {
11187
11187
  return UserModelServiceApiFp(this.configuration).userModelServiceFrontendProviders(limit, offset, options).then((request) => request(this.axios, this.basePath));
11188
11188
  }
11189
11189
  /**
11190
- * ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
11190
+ * ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
11191
11191
  * @param {string} [beforeId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately before this object. @gotags: form:\&quot;before_id\&quot;
11192
11192
  * @param {string} [afterId] ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. @gotags: form:\&quot;after_id\&quot;
11193
11193
  * @param {string} [limit] Number of items to return per page. Defaults to 0. Ranges from 1 to 1000. if limit is 0, server will return all models. @gotags: form:\&quot;limit\&quot;
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
- |[**userModelServiceFrontendModels**](#usermodelservicefrontendmodels) | **GET** /v1/frontend/models | |
8
- |[**userModelServiceFrontendProviders**](#usermodelservicefrontendproviders) | **GET** /v1/frontend/providers | |
7
+ |[**userModelServiceFrontendModels**](#usermodelservicefrontendmodels) | **GET** /api/v1/frontend/models | |
8
+ |[**userModelServiceFrontendProviders**](#usermodelservicefrontendproviders) | **GET** /api/v1/frontend/providers | |
9
9
  |[**userModelServiceModelList**](#usermodelservicemodellist) | **GET** /v1/models | |
10
10
 
11
11
  # **userModelServiceFrontendModels**
12
12
  > FrontendModelsResponse userModelServiceFrontendModels()
13
13
 
14
- FrontendModels 获取前端模型列表 NOTE: 暂时不需要鉴权
14
+ FrontendModels 获取前端模型列表 NOTE: 登录态鉴权
15
15
 
16
16
  ### Example
17
17
 
@@ -69,7 +69,7 @@ No authorization required
69
69
  # **userModelServiceFrontendProviders**
70
70
  > FrontendProvidersResponse userModelServiceFrontendProviders()
71
71
 
72
- FrontendProviders 获取前端供应商列表 NOTE: 暂时不需要鉴权
72
+ FrontendProviders 获取前端供应商列表 NOTE: 登录态鉴权
73
73
 
74
74
  ### Example
75
75
 
@@ -124,7 +124,7 @@ No authorization required
124
124
  # **userModelServiceModelList**
125
125
  > ModelListResponse userModelServiceModelList()
126
126
 
127
- ModelList OpenAI 通用模型列表 NOTE: 暂时不需要鉴权
127
+ ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
128
128
 
129
129
  ### Example
130
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cherryin/api-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "OpenAPI client for @cherryin/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {