bailian-cli-commands 1.6.1 → 1.8.0

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/dist/index.d.mts CHANGED
@@ -1,213 +1,2059 @@
1
1
  import * as _$bailian_cli_core0 from "bailian-cli-core";
2
2
 
3
3
  //#region src/commands/auth/login.d.ts
4
- declare const _default$3: _$bailian_cli_core0.Command;
4
+ declare const _default$3: _$bailian_cli_core0.Command<{
5
+ apiKey: {
6
+ type: "string";
7
+ valueHint: string;
8
+ description: string;
9
+ };
10
+ baseUrl: {
11
+ type: "string";
12
+ valueHint: string;
13
+ description: string;
14
+ };
15
+ console: {
16
+ type: "switch";
17
+ description: string;
18
+ };
19
+ consoleSite: {
20
+ type: "string";
21
+ valueHint: string;
22
+ description: string;
23
+ };
24
+ openApi: {
25
+ type: "switch";
26
+ description: string;
27
+ };
28
+ accessKeyId: {
29
+ type: "string";
30
+ valueHint: string;
31
+ description: string;
32
+ };
33
+ accessKeySecret: {
34
+ type: "string";
35
+ valueHint: string;
36
+ description: string;
37
+ };
38
+ }>;
5
39
  //#endregion
6
40
  //#region src/commands/auth/status.d.ts
7
- declare const _default$5: _$bailian_cli_core0.Command;
41
+ declare const _default$5: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
8
42
  //#endregion
9
43
  //#region src/commands/auth/logout.d.ts
10
- declare const _default$4: _$bailian_cli_core0.Command;
44
+ declare const _default$4: _$bailian_cli_core0.Command<{
45
+ console: {
46
+ type: "switch";
47
+ description: string;
48
+ };
49
+ openApi: {
50
+ type: "switch";
51
+ description: string;
52
+ };
53
+ }>;
11
54
  //#endregion
12
55
  //#region src/commands/text/chat.d.ts
13
- declare const _default$56: _$bailian_cli_core0.Command;
56
+ declare const _default$59: _$bailian_cli_core0.Command<{
57
+ model: {
58
+ type: "string";
59
+ valueHint: string;
60
+ description: string;
61
+ };
62
+ message: {
63
+ type: "array";
64
+ valueHint: string;
65
+ description: string;
66
+ };
67
+ messagesFile: {
68
+ type: "string";
69
+ valueHint: string;
70
+ description: string;
71
+ };
72
+ system: {
73
+ type: "string";
74
+ valueHint: string;
75
+ description: string;
76
+ };
77
+ maxTokens: {
78
+ type: "number";
79
+ valueHint: string;
80
+ description: string;
81
+ };
82
+ temperature: {
83
+ type: "number";
84
+ valueHint: string;
85
+ description: string;
86
+ };
87
+ topP: {
88
+ type: "number";
89
+ valueHint: string;
90
+ description: string;
91
+ };
92
+ stream: {
93
+ type: "switch";
94
+ description: string;
95
+ };
96
+ tool: {
97
+ type: "array";
98
+ valueHint: string;
99
+ description: string;
100
+ };
101
+ enableThinking: {
102
+ type: "switch";
103
+ description: string;
104
+ };
105
+ thinkingBudget: {
106
+ type: "number";
107
+ valueHint: string;
108
+ description: string;
109
+ };
110
+ }>;
14
111
  //#endregion
15
112
  //#region src/commands/omni/chat.d.ts
16
- declare const _default$57: _$bailian_cli_core0.Command;
113
+ declare const _default$60: _$bailian_cli_core0.Command<{
114
+ message: {
115
+ type: "array";
116
+ valueHint: string;
117
+ description: string;
118
+ };
119
+ model: {
120
+ type: "string";
121
+ valueHint: string;
122
+ description: string;
123
+ };
124
+ system: {
125
+ type: "string";
126
+ valueHint: string;
127
+ description: string;
128
+ };
129
+ image: {
130
+ type: "array";
131
+ valueHint: string;
132
+ description: string;
133
+ };
134
+ audio: {
135
+ type: "array";
136
+ valueHint: string;
137
+ description: string;
138
+ };
139
+ video: {
140
+ type: "array";
141
+ valueHint: string;
142
+ description: string;
143
+ };
144
+ voice: {
145
+ type: "string";
146
+ valueHint: string;
147
+ description: string;
148
+ };
149
+ listVoices: {
150
+ type: "switch";
151
+ description: string;
152
+ };
153
+ audioFormat: {
154
+ type: "string";
155
+ valueHint: string;
156
+ description: string;
157
+ };
158
+ audioOut: {
159
+ type: "string";
160
+ valueHint: string;
161
+ description: string;
162
+ };
163
+ textOnly: {
164
+ type: "switch";
165
+ description: string;
166
+ };
167
+ maxTokens: {
168
+ type: "number";
169
+ valueHint: string;
170
+ description: string;
171
+ };
172
+ temperature: {
173
+ type: "number";
174
+ valueHint: string;
175
+ description: string;
176
+ };
177
+ }>;
17
178
  //#endregion
18
179
  //#region src/commands/image/generate.d.ts
19
- declare const _default$33: _$bailian_cli_core0.Command;
180
+ declare const _default$31: _$bailian_cli_core0.Command<{
181
+ concurrent: {
182
+ type: "number";
183
+ valueHint: string;
184
+ description: string;
185
+ };
186
+ async: {
187
+ type: "switch";
188
+ description: string;
189
+ };
190
+ prompt: {
191
+ type: "string";
192
+ valueHint: string;
193
+ description: string;
194
+ required: true;
195
+ };
196
+ model: {
197
+ type: "string";
198
+ valueHint: string;
199
+ description: string;
200
+ };
201
+ size: {
202
+ type: "string";
203
+ valueHint: string;
204
+ description: string;
205
+ };
206
+ n: {
207
+ type: "number";
208
+ valueHint: string;
209
+ description: string;
210
+ };
211
+ seed: {
212
+ type: "number";
213
+ valueHint: string;
214
+ description: string;
215
+ };
216
+ negativePrompt: {
217
+ type: "string";
218
+ valueHint: string;
219
+ description: string;
220
+ };
221
+ promptExtend: {
222
+ type: "boolean";
223
+ valueHint: string;
224
+ description: string;
225
+ };
226
+ watermark: {
227
+ type: "boolean";
228
+ valueHint: string;
229
+ description: string;
230
+ };
231
+ outDir: {
232
+ type: "string";
233
+ valueHint: string;
234
+ description: string;
235
+ };
236
+ outPrefix: {
237
+ type: "string";
238
+ valueHint: string;
239
+ description: string;
240
+ };
241
+ pollInterval: {
242
+ type: "number";
243
+ valueHint: string;
244
+ description: string;
245
+ };
246
+ }>;
20
247
  //#endregion
21
248
  //#region src/commands/image/edit.d.ts
22
- declare const _default$32: _$bailian_cli_core0.Command;
249
+ declare const _default$30: _$bailian_cli_core0.Command<{
250
+ concurrent: {
251
+ type: "number";
252
+ valueHint: string;
253
+ description: string;
254
+ };
255
+ async: {
256
+ type: "switch";
257
+ description: string;
258
+ };
259
+ image: {
260
+ type: "array";
261
+ valueHint: string;
262
+ description: string;
263
+ required: true;
264
+ };
265
+ prompt: {
266
+ type: "string";
267
+ valueHint: string;
268
+ description: string;
269
+ required: true;
270
+ };
271
+ model: {
272
+ type: "string";
273
+ valueHint: string;
274
+ description: string;
275
+ };
276
+ size: {
277
+ type: "string";
278
+ valueHint: string;
279
+ description: string;
280
+ };
281
+ n: {
282
+ type: "number";
283
+ valueHint: string;
284
+ description: string;
285
+ };
286
+ seed: {
287
+ type: "number";
288
+ valueHint: string;
289
+ description: string;
290
+ };
291
+ negativePrompt: {
292
+ type: "string";
293
+ valueHint: string;
294
+ description: string;
295
+ };
296
+ promptExtend: {
297
+ type: "boolean";
298
+ valueHint: string;
299
+ description: string;
300
+ };
301
+ watermark: {
302
+ type: "boolean";
303
+ valueHint: string;
304
+ description: string;
305
+ };
306
+ outDir: {
307
+ type: "string";
308
+ valueHint: string;
309
+ description: string;
310
+ };
311
+ outPrefix: {
312
+ type: "string";
313
+ valueHint: string;
314
+ description: string;
315
+ };
316
+ pollInterval: {
317
+ type: "number";
318
+ valueHint: string;
319
+ description: string;
320
+ };
321
+ }>;
23
322
  //#endregion
24
323
  //#region src/commands/video/generate.d.ts
25
- declare const _default$68: _$bailian_cli_core0.Command;
324
+ declare const _default$72: _$bailian_cli_core0.Command<{
325
+ concurrent: {
326
+ type: "number";
327
+ valueHint: string;
328
+ description: string;
329
+ };
330
+ async: {
331
+ type: "switch";
332
+ description: string;
333
+ };
334
+ model: {
335
+ type: "string";
336
+ valueHint: string;
337
+ description: string;
338
+ };
339
+ prompt: {
340
+ type: "string";
341
+ valueHint: string;
342
+ description: string;
343
+ required: true;
344
+ };
345
+ image: {
346
+ type: "string";
347
+ valueHint: string;
348
+ description: string;
349
+ };
350
+ negativePrompt: {
351
+ type: "string";
352
+ valueHint: string;
353
+ description: string;
354
+ };
355
+ resolution: {
356
+ type: "string";
357
+ valueHint: string;
358
+ description: string;
359
+ };
360
+ ratio: {
361
+ type: "string";
362
+ valueHint: string;
363
+ description: string;
364
+ };
365
+ duration: {
366
+ type: "number";
367
+ valueHint: string;
368
+ description: string;
369
+ };
370
+ promptExtend: {
371
+ type: "boolean";
372
+ valueHint: string;
373
+ description: string;
374
+ };
375
+ watermark: {
376
+ type: "boolean";
377
+ valueHint: string;
378
+ description: string;
379
+ };
380
+ seed: {
381
+ type: "number";
382
+ valueHint: string;
383
+ description: string;
384
+ };
385
+ download: {
386
+ type: "string";
387
+ valueHint: string;
388
+ description: string;
389
+ };
390
+ pollInterval: {
391
+ type: "number";
392
+ valueHint: string;
393
+ description: string;
394
+ };
395
+ }>;
26
396
  //#endregion
27
397
  //#region src/commands/video/edit.d.ts
28
- declare const _default$67: _$bailian_cli_core0.Command;
398
+ declare const _default$71: _$bailian_cli_core0.Command<{
399
+ concurrent: {
400
+ type: "number";
401
+ valueHint: string;
402
+ description: string;
403
+ };
404
+ async: {
405
+ type: "switch";
406
+ description: string;
407
+ };
408
+ model: {
409
+ type: "string";
410
+ valueHint: string;
411
+ description: string;
412
+ };
413
+ video: {
414
+ type: "string";
415
+ valueHint: string;
416
+ description: string;
417
+ required: true;
418
+ };
419
+ prompt: {
420
+ type: "string";
421
+ valueHint: string;
422
+ description: string;
423
+ };
424
+ refImage: {
425
+ type: "string";
426
+ valueHint: string;
427
+ description: string;
428
+ };
429
+ negativePrompt: {
430
+ type: "string";
431
+ valueHint: string;
432
+ description: string;
433
+ };
434
+ resolution: {
435
+ type: "string";
436
+ valueHint: string;
437
+ description: string;
438
+ };
439
+ ratio: {
440
+ type: "string";
441
+ valueHint: string;
442
+ description: string;
443
+ };
444
+ duration: {
445
+ type: "number";
446
+ valueHint: string;
447
+ description: string;
448
+ };
449
+ audioSetting: {
450
+ type: "string";
451
+ valueHint: string;
452
+ description: string;
453
+ choices: readonly ["auto", "origin"];
454
+ };
455
+ promptExtend: {
456
+ type: "boolean";
457
+ valueHint: string;
458
+ description: string;
459
+ };
460
+ watermark: {
461
+ type: "boolean";
462
+ valueHint: string;
463
+ description: string;
464
+ };
465
+ seed: {
466
+ type: "number";
467
+ valueHint: string;
468
+ description: string;
469
+ };
470
+ download: {
471
+ type: "string";
472
+ valueHint: string;
473
+ description: string;
474
+ };
475
+ pollInterval: {
476
+ type: "number";
477
+ valueHint: string;
478
+ description: string;
479
+ };
480
+ }>;
29
481
  //#endregion
30
482
  //#region src/commands/video/ref.d.ts
31
- declare const _default$69: _$bailian_cli_core0.Command;
483
+ declare const _default$73: _$bailian_cli_core0.Command<{
484
+ concurrent: {
485
+ type: "number";
486
+ valueHint: string;
487
+ description: string;
488
+ };
489
+ async: {
490
+ type: "switch";
491
+ description: string;
492
+ };
493
+ model: {
494
+ type: "string";
495
+ valueHint: string;
496
+ description: string;
497
+ };
498
+ prompt: {
499
+ type: "string";
500
+ valueHint: string;
501
+ description: string;
502
+ required: true;
503
+ };
504
+ image: {
505
+ type: "array";
506
+ valueHint: string;
507
+ description: string;
508
+ };
509
+ refVideo: {
510
+ type: "array";
511
+ valueHint: string;
512
+ description: string;
513
+ };
514
+ imageVoice: {
515
+ type: "array";
516
+ valueHint: string;
517
+ description: string;
518
+ };
519
+ videoVoice: {
520
+ type: "array";
521
+ valueHint: string;
522
+ description: string;
523
+ };
524
+ resolution: {
525
+ type: "string";
526
+ valueHint: string;
527
+ description: string;
528
+ };
529
+ ratio: {
530
+ type: "string";
531
+ valueHint: string;
532
+ description: string;
533
+ };
534
+ duration: {
535
+ type: "number";
536
+ valueHint: string;
537
+ description: string;
538
+ };
539
+ promptExtend: {
540
+ type: "boolean";
541
+ valueHint: string;
542
+ description: string;
543
+ };
544
+ watermark: {
545
+ type: "boolean";
546
+ valueHint: string;
547
+ description: string;
548
+ };
549
+ seed: {
550
+ type: "number";
551
+ valueHint: string;
552
+ description: string;
553
+ };
554
+ download: {
555
+ type: "string";
556
+ valueHint: string;
557
+ description: string;
558
+ };
559
+ pollInterval: {
560
+ type: "number";
561
+ valueHint: string;
562
+ description: string;
563
+ };
564
+ }>;
32
565
  //#endregion
33
566
  //#region src/commands/video/task-get.d.ts
34
- declare const _default$70: _$bailian_cli_core0.Command;
567
+ declare const _default$74: _$bailian_cli_core0.Command<{
568
+ taskId: {
569
+ type: "string";
570
+ valueHint: string;
571
+ description: string;
572
+ required: true;
573
+ };
574
+ }>;
35
575
  //#endregion
36
576
  //#region src/commands/video/download.d.ts
37
- declare const _default$66: _$bailian_cli_core0.Command;
577
+ declare const _default$70: _$bailian_cli_core0.Command<{
578
+ taskId: {
579
+ type: "string";
580
+ valueHint: string;
581
+ description: string;
582
+ required: true;
583
+ };
584
+ out: {
585
+ type: "string";
586
+ valueHint: string;
587
+ description: string;
588
+ required: true;
589
+ };
590
+ }>;
38
591
  //#endregion
39
592
  //#region src/commands/vision/describe.d.ts
40
- declare const _default$71: _$bailian_cli_core0.Command;
593
+ declare const _default$75: _$bailian_cli_core0.Command<{
594
+ image: {
595
+ type: "string";
596
+ valueHint: string;
597
+ description: string;
598
+ };
599
+ video: {
600
+ type: "array";
601
+ valueHint: string;
602
+ description: string;
603
+ };
604
+ prompt: {
605
+ type: "string";
606
+ valueHint: string;
607
+ description: string;
608
+ };
609
+ model: {
610
+ type: "string";
611
+ valueHint: string;
612
+ description: string;
613
+ };
614
+ }>;
41
615
  //#endregion
42
616
  //#region src/commands/config/show.d.ts
43
- declare const _default$7: _$bailian_cli_core0.Command;
617
+ declare const _default$7: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
44
618
  //#endregion
45
619
  //#region src/commands/config/set.d.ts
46
- declare const _default$6: _$bailian_cli_core0.Command;
620
+ declare const _default$6: _$bailian_cli_core0.Command<{
621
+ key: {
622
+ type: "string";
623
+ valueHint: string;
624
+ description: string;
625
+ required: true;
626
+ };
627
+ value: {
628
+ type: "string";
629
+ valueHint: string;
630
+ description: string;
631
+ required: true;
632
+ };
633
+ }>;
47
634
  //#endregion
48
635
  //#region src/commands/update.d.ts
49
- declare const _default$62: _$bailian_cli_core0.Command;
636
+ declare const _default$65: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
50
637
  //#endregion
51
638
  //#region src/commands/app/call.d.ts
52
- declare const _default$1: _$bailian_cli_core0.Command;
639
+ declare const _default$1: _$bailian_cli_core0.Command<{
640
+ appId: {
641
+ type: "string";
642
+ valueHint: string;
643
+ description: string;
644
+ required: true;
645
+ };
646
+ prompt: {
647
+ type: "string";
648
+ valueHint: string;
649
+ description: string;
650
+ required: true;
651
+ };
652
+ image: {
653
+ type: "array";
654
+ valueHint: string;
655
+ description: string;
656
+ };
657
+ fileId: {
658
+ type: "array";
659
+ valueHint: string;
660
+ description: string;
661
+ };
662
+ sessionId: {
663
+ type: "string";
664
+ valueHint: string;
665
+ description: string;
666
+ };
667
+ stream: {
668
+ type: "switch";
669
+ description: string;
670
+ };
671
+ pipelineIds: {
672
+ type: "string";
673
+ valueHint: string;
674
+ description: string;
675
+ };
676
+ memoryId: {
677
+ type: "string";
678
+ valueHint: string;
679
+ description: string;
680
+ };
681
+ bizParams: {
682
+ type: "string";
683
+ valueHint: string;
684
+ description: string;
685
+ };
686
+ hasThoughts: {
687
+ type: "switch";
688
+ description: string;
689
+ };
690
+ }>;
53
691
  //#endregion
54
692
  //#region src/commands/app/list.d.ts
55
- declare const _default$2: _$bailian_cli_core0.Command;
693
+ declare const _default$2: _$bailian_cli_core0.Command<{
694
+ name: {
695
+ type: "string";
696
+ valueHint: string;
697
+ description: string;
698
+ };
699
+ page: {
700
+ type: "number";
701
+ valueHint: string;
702
+ description: string;
703
+ };
704
+ pageSize: {
705
+ type: "number";
706
+ valueHint: string;
707
+ description: string;
708
+ };
709
+ }>;
56
710
  //#endregion
57
711
  //#region src/commands/memory/add.d.ts
58
- declare const _default$40: _$bailian_cli_core0.Command;
712
+ declare const _default$38: _$bailian_cli_core0.Command<{
713
+ userId: {
714
+ type: "string";
715
+ valueHint: string;
716
+ description: string;
717
+ required: true;
718
+ };
719
+ messages: {
720
+ type: "string";
721
+ valueHint: string;
722
+ description: string;
723
+ };
724
+ content: {
725
+ type: "string";
726
+ valueHint: string;
727
+ description: string;
728
+ };
729
+ profileSchema: {
730
+ type: "string";
731
+ valueHint: string;
732
+ description: string;
733
+ };
734
+ memoryLibraryId: {
735
+ type: "string";
736
+ valueHint: string;
737
+ description: string;
738
+ };
739
+ }>;
59
740
  //#endregion
60
741
  //#region src/commands/memory/search.d.ts
61
- declare const _default$45: _$bailian_cli_core0.Command;
742
+ declare const _default$43: _$bailian_cli_core0.Command<{
743
+ userId: {
744
+ type: "string";
745
+ valueHint: string;
746
+ description: string;
747
+ required: true;
748
+ };
749
+ query: {
750
+ type: "string";
751
+ valueHint: string;
752
+ description: string;
753
+ };
754
+ messages: {
755
+ type: "string";
756
+ valueHint: string;
757
+ description: string;
758
+ };
759
+ topK: {
760
+ type: "number";
761
+ valueHint: string;
762
+ description: string;
763
+ };
764
+ memoryLibraryId: {
765
+ type: "string";
766
+ valueHint: string;
767
+ description: string;
768
+ };
769
+ }>;
62
770
  //#endregion
63
771
  //#region src/commands/memory/list.d.ts
64
- declare const _default$42: _$bailian_cli_core0.Command;
772
+ declare const _default$40: _$bailian_cli_core0.Command<{
773
+ userId: {
774
+ type: "string";
775
+ valueHint: string;
776
+ description: string;
777
+ required: true;
778
+ };
779
+ pageSize: {
780
+ type: "number";
781
+ valueHint: string;
782
+ description: string;
783
+ };
784
+ page: {
785
+ type: "number";
786
+ valueHint: string;
787
+ description: string;
788
+ };
789
+ memoryLibraryId: {
790
+ type: "string";
791
+ valueHint: string;
792
+ description: string;
793
+ };
794
+ }>;
65
795
  //#endregion
66
796
  //#region src/commands/memory/update.d.ts
67
- declare const _default$46: _$bailian_cli_core0.Command;
797
+ declare const _default$44: _$bailian_cli_core0.Command<{
798
+ nodeId: {
799
+ type: "string";
800
+ valueHint: string;
801
+ description: string;
802
+ required: true;
803
+ };
804
+ userId: {
805
+ type: "string";
806
+ valueHint: string;
807
+ description: string;
808
+ required: true;
809
+ };
810
+ content: {
811
+ type: "string";
812
+ valueHint: string;
813
+ description: string;
814
+ required: true;
815
+ };
816
+ memoryLibraryId: {
817
+ type: "string";
818
+ valueHint: string;
819
+ description: string;
820
+ };
821
+ }>;
68
822
  //#endregion
69
823
  //#region src/commands/memory/delete.d.ts
70
- declare const _default$41: _$bailian_cli_core0.Command;
824
+ declare const _default$39: _$bailian_cli_core0.Command<{
825
+ nodeId: {
826
+ type: "string";
827
+ valueHint: string;
828
+ description: string;
829
+ required: true;
830
+ };
831
+ userId: {
832
+ type: "string";
833
+ valueHint: string;
834
+ description: string;
835
+ required: true;
836
+ };
837
+ memoryLibraryId: {
838
+ type: "string";
839
+ valueHint: string;
840
+ description: string;
841
+ };
842
+ }>;
71
843
  //#endregion
72
844
  //#region src/commands/memory/profile-create.d.ts
73
- declare const _default$43: _$bailian_cli_core0.Command;
845
+ declare const _default$41: _$bailian_cli_core0.Command<{
846
+ name: {
847
+ type: "string";
848
+ valueHint: string;
849
+ description: string;
850
+ required: true;
851
+ };
852
+ description: {
853
+ type: "string";
854
+ valueHint: string;
855
+ description: string;
856
+ };
857
+ attributes: {
858
+ type: "string";
859
+ valueHint: string;
860
+ description: string;
861
+ required: true;
862
+ };
863
+ }>;
74
864
  //#endregion
75
865
  //#region src/commands/memory/profile-get.d.ts
76
- declare const _default$44: _$bailian_cli_core0.Command;
866
+ declare const _default$42: _$bailian_cli_core0.Command<{
867
+ schemaId: {
868
+ type: "string";
869
+ valueHint: string;
870
+ description: string;
871
+ required: true;
872
+ };
873
+ userId: {
874
+ type: "string";
875
+ valueHint: string;
876
+ description: string;
877
+ required: true;
878
+ };
879
+ }>;
77
880
  //#endregion
78
881
  //#region src/commands/knowledge/retrieve.d.ts
79
- declare const _default$35: _$bailian_cli_core0.Command;
882
+ declare const _default$33: _$bailian_cli_core0.Command<{
883
+ indexId: {
884
+ type: "string";
885
+ valueHint: string;
886
+ description: string;
887
+ required: true;
888
+ };
889
+ query: {
890
+ type: "string";
891
+ valueHint: string;
892
+ description: string;
893
+ required: true;
894
+ };
895
+ denseSimilarityTopK: {
896
+ type: "number";
897
+ valueHint: string;
898
+ description: string;
899
+ };
900
+ sparseSimilarityTopK: {
901
+ type: "number";
902
+ valueHint: string;
903
+ description: string;
904
+ };
905
+ rerank: {
906
+ type: "switch";
907
+ description: string;
908
+ };
909
+ rerankTopN: {
910
+ type: "number";
911
+ valueHint: string;
912
+ description: string;
913
+ };
914
+ rerankModel: {
915
+ type: "string";
916
+ valueHint: string;
917
+ description: string;
918
+ };
919
+ rerankMode: {
920
+ type: "string";
921
+ valueHint: string;
922
+ description: string;
923
+ };
924
+ rerankInstruct: {
925
+ type: "string";
926
+ valueHint: string;
927
+ description: string;
928
+ };
929
+ topK: {
930
+ type: "number";
931
+ valueHint: string;
932
+ description: string;
933
+ };
934
+ }>;
80
935
  //#endregion
81
936
  //#region src/commands/knowledge/search.d.ts
82
- declare const _default$36: _$bailian_cli_core0.Command;
937
+ declare const _default$34: _$bailian_cli_core0.Command<{
938
+ query: {
939
+ type: "string";
940
+ valueHint: string;
941
+ description: string;
942
+ required: true;
943
+ };
944
+ agentId: {
945
+ type: "string";
946
+ valueHint: string;
947
+ description: string;
948
+ required: true;
949
+ };
950
+ workspaceId: {
951
+ type: "string";
952
+ valueHint: string;
953
+ description: string;
954
+ };
955
+ image: {
956
+ type: "array";
957
+ valueHint: string;
958
+ description: string;
959
+ };
960
+ queryHistory: {
961
+ type: "string";
962
+ valueHint: string;
963
+ description: string;
964
+ };
965
+ }>;
83
966
  //#endregion
84
967
  //#region src/commands/knowledge/chat.d.ts
85
- declare const _default$34: _$bailian_cli_core0.Command;
968
+ declare const _default$32: _$bailian_cli_core0.Command<{
969
+ message: {
970
+ type: "array";
971
+ valueHint: string;
972
+ description: string;
973
+ };
974
+ agentId: {
975
+ type: "string";
976
+ valueHint: string;
977
+ description: string;
978
+ required: true;
979
+ };
980
+ workspaceId: {
981
+ type: "string";
982
+ valueHint: string;
983
+ description: string;
984
+ };
985
+ image: {
986
+ type: "array";
987
+ valueHint: string;
988
+ description: string;
989
+ };
990
+ }>;
86
991
  //#endregion
87
992
  //#region src/commands/mcp/call.d.ts
88
- declare const _default$37: _$bailian_cli_core0.Command;
993
+ declare const _default$35: _$bailian_cli_core0.Command<{
994
+ target: {
995
+ type: "string";
996
+ valueHint: string;
997
+ description: string;
998
+ required: true;
999
+ };
1000
+ arg: {
1001
+ type: "array";
1002
+ valueHint: string;
1003
+ description: string;
1004
+ };
1005
+ json: {
1006
+ type: "string";
1007
+ valueHint: string;
1008
+ description: string;
1009
+ };
1010
+ query: {
1011
+ type: "string";
1012
+ valueHint: string;
1013
+ description: string;
1014
+ };
1015
+ url: {
1016
+ type: "string";
1017
+ valueHint: string;
1018
+ description: string;
1019
+ };
1020
+ }>;
89
1021
  //#endregion
90
1022
  //#region src/commands/mcp/list.d.ts
91
- declare const _default$38: _$bailian_cli_core0.Command;
1023
+ declare const _default$36: _$bailian_cli_core0.Command<{
1024
+ name: {
1025
+ type: "string";
1026
+ valueHint: string;
1027
+ description: string;
1028
+ };
1029
+ type: {
1030
+ type: "string";
1031
+ valueHint: string;
1032
+ description: string;
1033
+ };
1034
+ page: {
1035
+ type: "number";
1036
+ valueHint: string;
1037
+ description: string;
1038
+ };
1039
+ pageSize: {
1040
+ type: "number";
1041
+ valueHint: string;
1042
+ description: string;
1043
+ };
1044
+ }>;
92
1045
  //#endregion
93
1046
  //#region src/commands/mcp/tools.d.ts
94
- declare const _default$39: _$bailian_cli_core0.Command;
1047
+ declare const _default$37: _$bailian_cli_core0.Command<{
1048
+ server: {
1049
+ type: "string";
1050
+ valueHint: string;
1051
+ description: string;
1052
+ required: true;
1053
+ };
1054
+ url: {
1055
+ type: "string";
1056
+ valueHint: string;
1057
+ description: string;
1058
+ };
1059
+ }>;
95
1060
  //#endregion
96
1061
  //#region src/commands/search/web.d.ts
97
- declare const _default$53: _$bailian_cli_core0.Command;
1062
+ declare const _default$56: _$bailian_cli_core0.Command<{
1063
+ query: {
1064
+ type: "string";
1065
+ valueHint: string;
1066
+ description: string;
1067
+ };
1068
+ count: {
1069
+ type: "number";
1070
+ valueHint: string;
1071
+ description: string;
1072
+ };
1073
+ listTools: {
1074
+ type: "switch";
1075
+ description: string;
1076
+ };
1077
+ }>;
98
1078
  //#endregion
99
1079
  //#region src/commands/speech/synthesize.d.ts
100
- declare const _default$55: _$bailian_cli_core0.Command;
1080
+ declare const _default$58: _$bailian_cli_core0.Command<{
1081
+ concurrent: {
1082
+ type: "number";
1083
+ valueHint: string;
1084
+ description: string;
1085
+ };
1086
+ text: {
1087
+ type: "string";
1088
+ valueHint: string;
1089
+ description: string;
1090
+ };
1091
+ textFile: {
1092
+ type: "string";
1093
+ valueHint: string;
1094
+ description: string;
1095
+ };
1096
+ model: {
1097
+ type: "string";
1098
+ valueHint: string;
1099
+ description: string;
1100
+ };
1101
+ voice: {
1102
+ type: "string";
1103
+ valueHint: string;
1104
+ description: string;
1105
+ };
1106
+ listVoices: {
1107
+ type: "switch";
1108
+ description: string;
1109
+ };
1110
+ format: {
1111
+ type: "string";
1112
+ valueHint: string;
1113
+ description: string;
1114
+ choices: readonly ["mp3", "pcm", "wav", "opus"];
1115
+ };
1116
+ sampleRate: {
1117
+ type: "string";
1118
+ valueHint: string;
1119
+ description: string;
1120
+ };
1121
+ volume: {
1122
+ type: "string";
1123
+ valueHint: string;
1124
+ description: string;
1125
+ };
1126
+ rate: {
1127
+ type: "string";
1128
+ valueHint: string;
1129
+ description: string;
1130
+ };
1131
+ pitch: {
1132
+ type: "string";
1133
+ valueHint: string;
1134
+ description: string;
1135
+ };
1136
+ seed: {
1137
+ type: "string";
1138
+ valueHint: string;
1139
+ description: string;
1140
+ };
1141
+ language: {
1142
+ type: "string";
1143
+ valueHint: string;
1144
+ description: string;
1145
+ };
1146
+ instruction: {
1147
+ type: "string";
1148
+ valueHint: string;
1149
+ description: string;
1150
+ };
1151
+ enableSsml: {
1152
+ type: "switch";
1153
+ description: string;
1154
+ };
1155
+ out: {
1156
+ type: "string";
1157
+ valueHint: string;
1158
+ description: string;
1159
+ };
1160
+ stream: {
1161
+ type: "switch";
1162
+ description: string;
1163
+ };
1164
+ }>;
101
1165
  //#endregion
102
1166
  //#region src/commands/speech/recognize.d.ts
103
- declare const _default$54: _$bailian_cli_core0.Command;
1167
+ declare const _default$57: _$bailian_cli_core0.Command<{
1168
+ async: {
1169
+ type: "switch";
1170
+ description: string;
1171
+ };
1172
+ url: {
1173
+ type: "array";
1174
+ valueHint: string;
1175
+ description: string;
1176
+ required: true;
1177
+ };
1178
+ model: {
1179
+ type: "string";
1180
+ valueHint: string;
1181
+ description: string;
1182
+ };
1183
+ language: {
1184
+ type: "string";
1185
+ valueHint: string;
1186
+ description: string;
1187
+ };
1188
+ diarization: {
1189
+ type: "switch";
1190
+ description: string;
1191
+ };
1192
+ speakerCount: {
1193
+ type: "number";
1194
+ valueHint: string;
1195
+ description: string;
1196
+ };
1197
+ vocabularyId: {
1198
+ type: "string";
1199
+ valueHint: string;
1200
+ description: string;
1201
+ };
1202
+ channelId: {
1203
+ type: "number";
1204
+ valueHint: string;
1205
+ description: string;
1206
+ };
1207
+ out: {
1208
+ type: "string";
1209
+ valueHint: string;
1210
+ description: string;
1211
+ };
1212
+ pollInterval: {
1213
+ type: "number";
1214
+ valueHint: string;
1215
+ description: string;
1216
+ };
1217
+ }>;
104
1218
  //#endregion
105
1219
  //#region src/commands/file/upload.d.ts
106
- declare const _default$21: _$bailian_cli_core0.Command;
1220
+ declare const _default$20: _$bailian_cli_core0.Command<{
1221
+ file: {
1222
+ type: "string";
1223
+ valueHint: string;
1224
+ description: string;
1225
+ required: true;
1226
+ };
1227
+ model: {
1228
+ type: "string";
1229
+ valueHint: string;
1230
+ description: string;
1231
+ required: true;
1232
+ };
1233
+ }>;
107
1234
  //#endregion
108
1235
  //#region src/commands/console/call.d.ts
109
- declare const _default$8: _$bailian_cli_core0.Command;
1236
+ declare const _default$8: _$bailian_cli_core0.Command<{
1237
+ api: {
1238
+ type: "string";
1239
+ valueHint: string;
1240
+ description: string;
1241
+ required: true;
1242
+ };
1243
+ data: {
1244
+ type: "string";
1245
+ valueHint: string;
1246
+ description: string;
1247
+ required: true;
1248
+ };
1249
+ }>;
110
1250
  //#endregion
111
1251
  //#region src/commands/usage/free.d.ts
112
- declare const _default$63: _$bailian_cli_core0.Command;
1252
+ declare const _default$66: _$bailian_cli_core0.Command<{
1253
+ model: {
1254
+ type: "string";
1255
+ valueHint: string;
1256
+ description: string;
1257
+ };
1258
+ expiring: {
1259
+ type: "string";
1260
+ valueHint: string;
1261
+ description: string;
1262
+ };
1263
+ sort: {
1264
+ type: "string";
1265
+ valueHint: string;
1266
+ description: string;
1267
+ choices: readonly ["remaining", "expires"];
1268
+ };
1269
+ all: {
1270
+ type: "switch";
1271
+ description: string;
1272
+ };
1273
+ }>;
113
1274
  //#endregion
114
1275
  //#region src/commands/usage/freetier.d.ts
115
- declare const _default$64: _$bailian_cli_core0.Command;
1276
+ declare const _default$67: _$bailian_cli_core0.Command<{
1277
+ model: {
1278
+ type: "string";
1279
+ valueHint: string;
1280
+ description: string;
1281
+ };
1282
+ all: {
1283
+ type: "switch";
1284
+ description: string;
1285
+ };
1286
+ on: {
1287
+ type: "switch";
1288
+ description: string;
1289
+ };
1290
+ off: {
1291
+ type: "switch";
1292
+ description: string;
1293
+ };
1294
+ }>;
116
1295
  //#endregion
117
1296
  //#region src/commands/usage/stats.d.ts
118
- declare const _default$65: _$bailian_cli_core0.Command;
1297
+ declare const _default$68: _$bailian_cli_core0.Command<{
1298
+ model: {
1299
+ type: "string";
1300
+ valueHint: string;
1301
+ description: string;
1302
+ };
1303
+ days: {
1304
+ type: "string";
1305
+ valueHint: string;
1306
+ description: string;
1307
+ };
1308
+ type: {
1309
+ type: "string";
1310
+ valueHint: string;
1311
+ description: string;
1312
+ };
1313
+ }>;
1314
+ //#endregion
1315
+ //#region src/commands/usage/summary.d.ts
1316
+ declare const _default$69: _$bailian_cli_core0.Command<{
1317
+ days: {
1318
+ type: "string";
1319
+ valueHint: string;
1320
+ description: string;
1321
+ };
1322
+ }>;
119
1323
  //#endregion
120
1324
  //#region src/commands/pipeline/run.d.ts
121
- declare const _default$47: _$bailian_cli_core0.Command;
1325
+ declare const _default$46: _$bailian_cli_core0.Command<{
1326
+ file: {
1327
+ type: "string";
1328
+ valueHint: string;
1329
+ description: string;
1330
+ required: true;
1331
+ };
1332
+ input: {
1333
+ type: "string";
1334
+ valueHint: string;
1335
+ description: string;
1336
+ };
1337
+ inputFile: {
1338
+ type: "string";
1339
+ valueHint: string;
1340
+ description: string;
1341
+ };
1342
+ concurrency: {
1343
+ type: "number";
1344
+ valueHint: string;
1345
+ description: string;
1346
+ };
1347
+ events: {
1348
+ type: "string";
1349
+ valueHint: string;
1350
+ description: string;
1351
+ choices: readonly ["jsonl"];
1352
+ };
1353
+ stepTimeout: {
1354
+ type: "number";
1355
+ valueHint: string;
1356
+ description: string;
1357
+ };
1358
+ }>;
122
1359
  //#endregion
123
1360
  //#region src/commands/pipeline/validate.d.ts
124
- declare const _default$48: _$bailian_cli_core0.Command;
1361
+ declare const _default$47: _$bailian_cli_core0.Command<{
1362
+ file: {
1363
+ type: "string";
1364
+ valueHint: string;
1365
+ description: string;
1366
+ required: true;
1367
+ };
1368
+ }>;
125
1369
  //#endregion
126
1370
  //#region src/commands/advisor/recommend.d.ts
127
- declare const _default: _$bailian_cli_core0.Command;
1371
+ declare const _default: _$bailian_cli_core0.Command<{
1372
+ message: {
1373
+ type: "string";
1374
+ valueHint: string;
1375
+ description: string;
1376
+ required: true;
1377
+ };
1378
+ }>;
1379
+ //#endregion
1380
+ //#region src/commands/model/list.d.ts
1381
+ declare const _default$45: _$bailian_cli_core0.Command<{
1382
+ model: {
1383
+ type: "string";
1384
+ valueHint: string;
1385
+ description: string;
1386
+ };
1387
+ page: {
1388
+ type: "number";
1389
+ valueHint: string;
1390
+ description: string;
1391
+ };
1392
+ pageSize: {
1393
+ type: "number";
1394
+ valueHint: string;
1395
+ description: string;
1396
+ };
1397
+ provider: {
1398
+ type: "array";
1399
+ valueHint: string;
1400
+ description: string;
1401
+ };
1402
+ capability: {
1403
+ type: "array";
1404
+ valueHint: string;
1405
+ description: string;
1406
+ };
1407
+ feature: {
1408
+ type: "array";
1409
+ valueHint: string;
1410
+ description: string;
1411
+ };
1412
+ contextWindow: {
1413
+ type: "array";
1414
+ valueHint: string;
1415
+ description: string;
1416
+ };
1417
+ enrich: {
1418
+ type: "switch";
1419
+ description: string;
1420
+ };
1421
+ }>;
128
1422
  //#endregion
129
1423
  //#region src/commands/workspace/list.d.ts
130
- declare const _default$72: _$bailian_cli_core0.Command;
1424
+ declare const _default$76: _$bailian_cli_core0.Command<{
1425
+ list: {
1426
+ type: "string";
1427
+ valueHint: string;
1428
+ description: string;
1429
+ };
1430
+ }>;
131
1431
  //#endregion
132
1432
  //#region src/commands/quota/list.d.ts
133
- declare const _default$51: _$bailian_cli_core0.Command;
1433
+ declare const _default$54: _$bailian_cli_core0.Command<{
1434
+ model: {
1435
+ type: "string";
1436
+ valueHint: string;
1437
+ description: string;
1438
+ };
1439
+ }>;
134
1440
  //#endregion
135
1441
  //#region src/commands/quota/request.d.ts
136
- declare const _default$52: _$bailian_cli_core0.Command;
1442
+ declare const _default$55: _$bailian_cli_core0.Command<{
1443
+ model: {
1444
+ type: "string";
1445
+ valueHint: string;
1446
+ description: string;
1447
+ required: true;
1448
+ };
1449
+ tpm: {
1450
+ type: "string";
1451
+ valueHint: string;
1452
+ description: string;
1453
+ required: true;
1454
+ };
1455
+ }>;
137
1456
  //#endregion
138
1457
  //#region src/commands/quota/history.d.ts
139
- declare const _default$50: _$bailian_cli_core0.Command;
1458
+ declare const _default$53: _$bailian_cli_core0.Command<{
1459
+ page: {
1460
+ type: "string";
1461
+ valueHint: string;
1462
+ description: string;
1463
+ };
1464
+ pageSize: {
1465
+ type: "string";
1466
+ valueHint: string;
1467
+ description: string;
1468
+ };
1469
+ model: {
1470
+ type: "string";
1471
+ valueHint: string;
1472
+ description: string;
1473
+ };
1474
+ }>;
140
1475
  //#endregion
141
1476
  //#region src/commands/quota/check.d.ts
142
- declare const _default$49: _$bailian_cli_core0.Command;
1477
+ declare const _default$52: _$bailian_cli_core0.Command<{
1478
+ model: {
1479
+ type: "string";
1480
+ valueHint: string;
1481
+ description: string;
1482
+ };
1483
+ period: {
1484
+ type: "string";
1485
+ valueHint: string;
1486
+ description: string;
1487
+ };
1488
+ }>;
143
1489
  //#endregion
144
1490
  //#region src/commands/dataset/upload.d.ts
145
- declare const _default$12: _$bailian_cli_core0.Command;
1491
+ declare const _default$12: _$bailian_cli_core0.Command<{
1492
+ file: {
1493
+ type: "string";
1494
+ valueHint: string;
1495
+ description: string;
1496
+ required: true;
1497
+ };
1498
+ purpose: {
1499
+ type: "string";
1500
+ valueHint: string;
1501
+ description: string;
1502
+ };
1503
+ schema: {
1504
+ type: "string";
1505
+ valueHint: string;
1506
+ description: string;
1507
+ };
1508
+ noValidate: {
1509
+ type: "switch";
1510
+ description: string;
1511
+ };
1512
+ fullValidate: {
1513
+ type: "switch";
1514
+ description: string;
1515
+ };
1516
+ }>;
146
1517
  //#endregion
147
1518
  //#region src/commands/dataset/list.d.ts
148
- declare const _default$11: _$bailian_cli_core0.Command;
1519
+ declare const _default$11: _$bailian_cli_core0.Command<{
1520
+ page: {
1521
+ type: "number";
1522
+ valueHint: string;
1523
+ description: string;
1524
+ };
1525
+ pageSize: {
1526
+ type: "number";
1527
+ valueHint: string;
1528
+ description: string;
1529
+ };
1530
+ purpose: {
1531
+ type: "string";
1532
+ valueHint: string;
1533
+ description: string;
1534
+ };
1535
+ }>;
149
1536
  //#endregion
150
1537
  //#region src/commands/dataset/get.d.ts
151
- declare const _default$10: _$bailian_cli_core0.Command;
1538
+ declare const _default$10: _$bailian_cli_core0.Command<{
1539
+ fileId: {
1540
+ type: "string";
1541
+ valueHint: string;
1542
+ description: string;
1543
+ required: true;
1544
+ };
1545
+ }>;
152
1546
  //#endregion
153
1547
  //#region src/commands/dataset/delete.d.ts
154
- declare const _default$9: _$bailian_cli_core0.Command;
1548
+ declare const _default$9: _$bailian_cli_core0.Command<{
1549
+ fileId: {
1550
+ type: "string";
1551
+ valueHint: string;
1552
+ description: string;
1553
+ required: true;
1554
+ };
1555
+ }>;
155
1556
  //#endregion
156
1557
  //#region src/commands/dataset/validate.d.ts
157
- declare const _default$13: _$bailian_cli_core0.Command;
1558
+ declare const _default$13: _$bailian_cli_core0.Command<{
1559
+ file: {
1560
+ type: "string";
1561
+ valueHint: string;
1562
+ description: string;
1563
+ required: true;
1564
+ };
1565
+ fullValidate: {
1566
+ type: "switch";
1567
+ description: string;
1568
+ };
1569
+ schema: {
1570
+ type: "string";
1571
+ valueHint: string;
1572
+ description: string;
1573
+ };
1574
+ }>;
158
1575
  //#endregion
159
1576
  //#region src/commands/finetune/create.d.ts
160
- declare const _default$25: _$bailian_cli_core0.Command;
1577
+ /** `bl finetune text create` — fine-tune a text model. Datasets are `.jsonl`. */
1578
+ declare const finetuneTextCreate: _$bailian_cli_core0.Command<{
1579
+ model: {
1580
+ type: "string";
1581
+ valueHint: string;
1582
+ description: string;
1583
+ required: true;
1584
+ };
1585
+ datasets: {
1586
+ type: "string";
1587
+ valueHint: string;
1588
+ description: string;
1589
+ required: true;
1590
+ };
1591
+ validations: {
1592
+ type: "string";
1593
+ valueHint: string;
1594
+ description: string;
1595
+ };
1596
+ modelName: {
1597
+ type: "string";
1598
+ valueHint: string;
1599
+ description: string;
1600
+ };
1601
+ suffix: {
1602
+ type: "string";
1603
+ valueHint: string;
1604
+ description: string;
1605
+ };
1606
+ trainingType: {
1607
+ type: "string";
1608
+ valueHint: string;
1609
+ description: string;
1610
+ };
1611
+ nEpochs: {
1612
+ type: "number";
1613
+ valueHint: string;
1614
+ description: string;
1615
+ };
1616
+ batchSize: {
1617
+ type: "number";
1618
+ valueHint: string;
1619
+ description: string;
1620
+ };
1621
+ learningRate: {
1622
+ type: "string";
1623
+ valueHint: string;
1624
+ description: string;
1625
+ };
1626
+ maxLength: {
1627
+ type: "number";
1628
+ valueHint: string;
1629
+ description: string;
1630
+ };
1631
+ }>;
1632
+ /** `bl finetune audio create` — fine-tune an audio TTS model. Datasets are `.zip`. */
1633
+ declare const finetuneAudioCreate: _$bailian_cli_core0.Command<{
1634
+ model: {
1635
+ type: "string";
1636
+ valueHint: string;
1637
+ description: string;
1638
+ required: true;
1639
+ };
1640
+ datasets: {
1641
+ type: "string";
1642
+ valueHint: string;
1643
+ description: string;
1644
+ required: true;
1645
+ };
1646
+ validations: {
1647
+ type: "string";
1648
+ valueHint: string;
1649
+ description: string;
1650
+ };
1651
+ modelName: {
1652
+ type: "string";
1653
+ valueHint: string;
1654
+ description: string;
1655
+ };
1656
+ suffix: {
1657
+ type: "string";
1658
+ valueHint: string;
1659
+ description: string;
1660
+ };
1661
+ }>;
1662
+ /** `bl finetune image create` — fine-tune an image generation model. Datasets are `.zip`. */
1663
+ declare const finetuneImageCreate: _$bailian_cli_core0.Command<{
1664
+ model: {
1665
+ type: "string";
1666
+ valueHint: string;
1667
+ description: string;
1668
+ required: true;
1669
+ };
1670
+ datasets: {
1671
+ type: "string";
1672
+ valueHint: string;
1673
+ description: string;
1674
+ required: true;
1675
+ };
1676
+ validations: {
1677
+ type: "string";
1678
+ valueHint: string;
1679
+ description: string;
1680
+ };
1681
+ modelName: {
1682
+ type: "string";
1683
+ valueHint: string;
1684
+ description: string;
1685
+ };
1686
+ suffix: {
1687
+ type: "string";
1688
+ valueHint: string;
1689
+ description: string;
1690
+ };
1691
+ generationType: {
1692
+ type: "string";
1693
+ choices: readonly ["t2i", "i2i"];
1694
+ valueHint: string;
1695
+ description: string;
1696
+ };
1697
+ learningRate: {
1698
+ type: "string";
1699
+ valueHint: string;
1700
+ description: string;
1701
+ };
1702
+ }>;
161
1703
  //#endregion
162
1704
  //#region src/commands/finetune/list.d.ts
163
- declare const _default$29: _$bailian_cli_core0.Command;
1705
+ declare const _default$27: _$bailian_cli_core0.Command<{
1706
+ page: {
1707
+ type: "number";
1708
+ valueHint: string;
1709
+ description: string;
1710
+ };
1711
+ pageSize: {
1712
+ type: "number";
1713
+ valueHint: string;
1714
+ description: string;
1715
+ };
1716
+ status: {
1717
+ type: "string";
1718
+ valueHint: string;
1719
+ description: string;
1720
+ };
1721
+ }>;
164
1722
  //#endregion
165
1723
  //#region src/commands/finetune/get.d.ts
166
- declare const _default$28: _$bailian_cli_core0.Command;
1724
+ declare const _default$26: _$bailian_cli_core0.Command<{
1725
+ jobId: {
1726
+ type: "string";
1727
+ valueHint: string;
1728
+ description: string;
1729
+ required: true;
1730
+ };
1731
+ }>;
167
1732
  //#endregion
168
1733
  //#region src/commands/finetune/cancel.d.ts
169
- declare const _default$22: _$bailian_cli_core0.Command;
1734
+ declare const _default$21: _$bailian_cli_core0.Command<{
1735
+ jobId: {
1736
+ type: "string";
1737
+ valueHint: string;
1738
+ description: string;
1739
+ required: true;
1740
+ };
1741
+ }>;
170
1742
  //#endregion
171
1743
  //#region src/commands/finetune/delete.d.ts
172
- declare const _default$26: _$bailian_cli_core0.Command;
1744
+ declare const _default$24: _$bailian_cli_core0.Command<{
1745
+ jobId: {
1746
+ type: "string";
1747
+ valueHint: string;
1748
+ description: string;
1749
+ required: true;
1750
+ };
1751
+ }>;
173
1752
  //#endregion
174
1753
  //#region src/commands/finetune/logs.d.ts
175
- declare const _default$30: _$bailian_cli_core0.Command;
1754
+ declare const _default$28: _$bailian_cli_core0.Command<{
1755
+ jobId: {
1756
+ type: "string";
1757
+ valueHint: string;
1758
+ description: string;
1759
+ required: true;
1760
+ };
1761
+ page: {
1762
+ type: "number";
1763
+ valueHint: string;
1764
+ description: string;
1765
+ };
1766
+ pageSize: {
1767
+ type: "number";
1768
+ valueHint: string;
1769
+ description: string;
1770
+ };
1771
+ search: {
1772
+ type: "string";
1773
+ valueHint: string;
1774
+ description: string;
1775
+ };
1776
+ tail: {
1777
+ type: "number";
1778
+ valueHint: string;
1779
+ description: string;
1780
+ };
1781
+ }>;
176
1782
  //#endregion
177
1783
  //#region src/commands/finetune/checkpoints.d.ts
178
- declare const _default$24: _$bailian_cli_core0.Command;
1784
+ declare const _default$23: _$bailian_cli_core0.Command<{
1785
+ jobId: {
1786
+ type: "string";
1787
+ valueHint: string;
1788
+ description: string;
1789
+ required: true;
1790
+ };
1791
+ }>;
179
1792
  //#endregion
180
1793
  //#region src/commands/finetune/export.d.ts
181
- declare const _default$27: _$bailian_cli_core0.Command;
1794
+ declare const _default$25: _$bailian_cli_core0.Command<{
1795
+ jobId: {
1796
+ type: "string";
1797
+ valueHint: string;
1798
+ description: string;
1799
+ required: true;
1800
+ };
1801
+ checkpoint: {
1802
+ type: "string";
1803
+ valueHint: string;
1804
+ description: string;
1805
+ required: true;
1806
+ };
1807
+ modelName: {
1808
+ type: "string";
1809
+ valueHint: string;
1810
+ description: string;
1811
+ required: true;
1812
+ };
1813
+ }>;
182
1814
  //#endregion
183
1815
  //#region src/commands/finetune/watch.d.ts
184
- declare const _default$31: _$bailian_cli_core0.Command;
1816
+ declare const _default$29: _$bailian_cli_core0.Command<{
1817
+ jobId: {
1818
+ type: "string";
1819
+ valueHint: string;
1820
+ description: string;
1821
+ required: true;
1822
+ };
1823
+ follow: {
1824
+ type: "switch";
1825
+ description: string;
1826
+ };
1827
+ interval: {
1828
+ type: "number";
1829
+ valueHint: string;
1830
+ description: string;
1831
+ };
1832
+ pollTimeout: {
1833
+ type: "number";
1834
+ valueHint: string;
1835
+ description: string;
1836
+ };
1837
+ }>;
185
1838
  //#endregion
186
1839
  //#region src/commands/finetune/capability.d.ts
187
- declare const _default$23: _$bailian_cli_core0.Command;
1840
+ declare const _default$22: _$bailian_cli_core0.Command<{
1841
+ model: {
1842
+ type: "string";
1843
+ valueHint: string;
1844
+ description: string;
1845
+ };
1846
+ trainingType: {
1847
+ type: "string";
1848
+ valueHint: string;
1849
+ description: string;
1850
+ };
1851
+ }>;
188
1852
  //#endregion
189
1853
  //#region src/commands/deploy/create.d.ts
190
- /**
191
- * `bl deploy create` — create a model deployment.
192
- *
193
- * Plan-specific behaviour (required flags / body assembly / confirm rows /
194
- * auto-pick) lives in `plans.ts` (`PlanStrategy` + `STRATEGIES`). This file
195
- * only handles the shared envelope: argument parsing, dispatch, dry-run,
196
- * confirmation prompt, and result formatting. Adding a new plan = one entry
197
- * in the strategy table; nothing here changes.
198
- *
199
- * `--model` (model identifier) and `--name` (console display name) are required.
200
- */
201
- declare const _default$14: _$bailian_cli_core0.Command;
1854
+ /** `bl deploy text create` — deploy a text model. */
1855
+ declare const deployTextCreate: _$bailian_cli_core0.Command<{
1856
+ model: {
1857
+ type: "string";
1858
+ valueHint: string;
1859
+ description: string;
1860
+ required: true;
1861
+ };
1862
+ name: {
1863
+ type: "string";
1864
+ valueHint: string;
1865
+ description: string;
1866
+ required: true;
1867
+ };
1868
+ plan: {
1869
+ type: "string";
1870
+ valueHint: string;
1871
+ description: string;
1872
+ };
1873
+ deploySpec: {
1874
+ type: "string";
1875
+ valueHint: string;
1876
+ description: string;
1877
+ };
1878
+ capacity: {
1879
+ type: "number";
1880
+ valueHint: string;
1881
+ description: string;
1882
+ };
1883
+ billingMethod: {
1884
+ type: "string";
1885
+ valueHint: string;
1886
+ description: string;
1887
+ };
1888
+ inputTpm: {
1889
+ type: "number";
1890
+ valueHint: string;
1891
+ description: string;
1892
+ };
1893
+ outputTpm: {
1894
+ type: "number";
1895
+ valueHint: string;
1896
+ description: string;
1897
+ };
1898
+ thinkingOutputTpm: {
1899
+ type: "number";
1900
+ valueHint: string;
1901
+ description: string;
1902
+ };
1903
+ }>;
1904
+ /** `bl deploy audio create` — deploy an audio (TTS) model. Defaults to plan=mu. */
1905
+ declare const deployAudioCreate: _$bailian_cli_core0.Command<{
1906
+ model: {
1907
+ type: "string";
1908
+ valueHint: string;
1909
+ description: string;
1910
+ required: true;
1911
+ };
1912
+ name: {
1913
+ type: "string";
1914
+ valueHint: string;
1915
+ description: string;
1916
+ required: true;
1917
+ };
1918
+ plan: {
1919
+ type: "string";
1920
+ valueHint: string;
1921
+ description: string;
1922
+ };
1923
+ deploySpec: {
1924
+ type: "string";
1925
+ valueHint: string;
1926
+ description: string;
1927
+ };
1928
+ capacity: {
1929
+ type: "number";
1930
+ valueHint: string;
1931
+ description: string;
1932
+ };
1933
+ billingMethod: {
1934
+ type: "string";
1935
+ valueHint: string;
1936
+ description: string;
1937
+ };
1938
+ inputTpm: {
1939
+ type: "number";
1940
+ valueHint: string;
1941
+ description: string;
1942
+ };
1943
+ outputTpm: {
1944
+ type: "number";
1945
+ valueHint: string;
1946
+ description: string;
1947
+ };
1948
+ thinkingOutputTpm: {
1949
+ type: "number";
1950
+ valueHint: string;
1951
+ description: string;
1952
+ };
1953
+ }>;
1954
+ /** `bl deploy image create` — deploy an image generation model. */
1955
+ declare const deployImageCreate: _$bailian_cli_core0.Command<{
1956
+ model: {
1957
+ type: "string";
1958
+ valueHint: string;
1959
+ description: string;
1960
+ required: true;
1961
+ };
1962
+ name: {
1963
+ type: "string";
1964
+ valueHint: string;
1965
+ description: string;
1966
+ required: true;
1967
+ };
1968
+ plan: {
1969
+ type: "string";
1970
+ valueHint: string;
1971
+ description: string;
1972
+ };
1973
+ deploySpec: {
1974
+ type: "string";
1975
+ valueHint: string;
1976
+ description: string;
1977
+ };
1978
+ capacity: {
1979
+ type: "number";
1980
+ valueHint: string;
1981
+ description: string;
1982
+ };
1983
+ billingMethod: {
1984
+ type: "string";
1985
+ valueHint: string;
1986
+ description: string;
1987
+ };
1988
+ inputTpm: {
1989
+ type: "number";
1990
+ valueHint: string;
1991
+ description: string;
1992
+ };
1993
+ outputTpm: {
1994
+ type: "number";
1995
+ valueHint: string;
1996
+ description: string;
1997
+ };
1998
+ thinkingOutputTpm: {
1999
+ type: "number";
2000
+ valueHint: string;
2001
+ description: string;
2002
+ };
2003
+ }>;
202
2004
  //#endregion
203
2005
  //#region src/commands/deploy/list.d.ts
204
- declare const _default$17: _$bailian_cli_core0.Command;
2006
+ declare const _default$16: _$bailian_cli_core0.Command<{
2007
+ page: {
2008
+ type: "number";
2009
+ valueHint: string;
2010
+ description: string;
2011
+ };
2012
+ pageSize: {
2013
+ type: "number";
2014
+ valueHint: string;
2015
+ description: string;
2016
+ };
2017
+ status: {
2018
+ type: "string";
2019
+ valueHint: string;
2020
+ description: string;
2021
+ };
2022
+ }>;
205
2023
  //#endregion
206
2024
  //#region src/commands/deploy/get.d.ts
207
- declare const _default$16: _$bailian_cli_core0.Command;
2025
+ declare const _default$15: _$bailian_cli_core0.Command<{
2026
+ deployedModel: {
2027
+ type: "string";
2028
+ valueHint: string;
2029
+ description: string;
2030
+ required: true;
2031
+ };
2032
+ }>;
208
2033
  //#endregion
209
2034
  //#region src/commands/deploy/models.d.ts
210
- declare const _default$18: _$bailian_cli_core0.Command;
2035
+ declare const _default$17: _$bailian_cli_core0.Command<{
2036
+ page: {
2037
+ type: "number";
2038
+ valueHint: string;
2039
+ description: string;
2040
+ };
2041
+ pageSize: {
2042
+ type: "number";
2043
+ valueHint: string;
2044
+ description: string;
2045
+ };
2046
+ catalogVersion: {
2047
+ type: "string";
2048
+ valueHint: string;
2049
+ description: string;
2050
+ };
2051
+ source: {
2052
+ type: "string";
2053
+ valueHint: string;
2054
+ description: string;
2055
+ };
2056
+ }>;
211
2057
  //#endregion
212
2058
  //#region src/commands/deploy/scale.d.ts
213
2059
  /**
@@ -216,7 +2062,29 @@ declare const _default$18: _$bailian_cli_core0.Command;
216
2062
  * Server-side capacity constraint: positive integer, < 1000, must be an
217
2063
  * integer multiple of `base_capacity` (visible via `bl deploy get`).
218
2064
  */
219
- declare const _default$19: _$bailian_cli_core0.Command;
2065
+ declare const _default$18: _$bailian_cli_core0.Command<{
2066
+ deployedModel: {
2067
+ type: "string";
2068
+ valueHint: string;
2069
+ description: string;
2070
+ required: true;
2071
+ };
2072
+ capacity: {
2073
+ type: "number";
2074
+ valueHint: string;
2075
+ description: string;
2076
+ };
2077
+ inputTpm: {
2078
+ type: "number";
2079
+ valueHint: string;
2080
+ description: string;
2081
+ };
2082
+ outputTpm: {
2083
+ type: "number";
2084
+ valueHint: string;
2085
+ description: string;
2086
+ };
2087
+ }>;
220
2088
  //#endregion
221
2089
  //#region src/commands/deploy/update.d.ts
222
2090
  /**
@@ -225,7 +2093,24 @@ declare const _default$19: _$bailian_cli_core0.Command;
225
2093
  * PUT /api/v1/deployments/{deployed_model}
226
2094
  * Body: at least one of `rpm_limit` (requests/min) or `tpm_limit` (tokens/min).
227
2095
  */
228
- declare const _default$20: _$bailian_cli_core0.Command;
2096
+ declare const _default$19: _$bailian_cli_core0.Command<{
2097
+ deployedModel: {
2098
+ type: "string";
2099
+ valueHint: string;
2100
+ description: string;
2101
+ required: true;
2102
+ };
2103
+ rpmLimit: {
2104
+ type: "number";
2105
+ valueHint: string;
2106
+ description: string;
2107
+ };
2108
+ tpmLimit: {
2109
+ type: "number";
2110
+ valueHint: string;
2111
+ description: string;
2112
+ };
2113
+ }>;
229
2114
  //#endregion
230
2115
  //#region src/commands/deploy/delete.d.ts
231
2116
  /**
@@ -235,18 +2120,200 @@ declare const _default$20: _$bailian_cli_core0.Command;
235
2120
  * clear local hint for RUNNING / PENDING deployments before issuing the
236
2121
  * DELETE call.
237
2122
  */
238
- declare const _default$15: _$bailian_cli_core0.Command;
2123
+ declare const _default$14: _$bailian_cli_core0.Command<{
2124
+ deployedModel: {
2125
+ type: "string";
2126
+ valueHint: string;
2127
+ description: string;
2128
+ required: true;
2129
+ };
2130
+ skipPrecheck: {
2131
+ type: "switch";
2132
+ description: string;
2133
+ };
2134
+ }>;
239
2135
  //#endregion
240
2136
  //#region src/commands/token-plan/list-seats.d.ts
241
- declare const _default$61: _$bailian_cli_core0.Command;
2137
+ declare const _default$64: _$bailian_cli_core0.Command<{
2138
+ callerUacAccountId: {
2139
+ type: "string";
2140
+ valueHint: string;
2141
+ description: string;
2142
+ };
2143
+ namespaceId: {
2144
+ type: "string";
2145
+ valueHint: string;
2146
+ description: string;
2147
+ };
2148
+ pageNo: {
2149
+ type: "number";
2150
+ valueHint: string;
2151
+ description: string;
2152
+ };
2153
+ pageSize: {
2154
+ type: "number";
2155
+ valueHint: string;
2156
+ description: string;
2157
+ };
2158
+ status: {
2159
+ type: "array";
2160
+ valueHint: string;
2161
+ description: string;
2162
+ };
2163
+ statusListStr: {
2164
+ type: "string";
2165
+ valueHint: string;
2166
+ description: string;
2167
+ };
2168
+ seatId: {
2169
+ type: "string";
2170
+ valueHint: string;
2171
+ description: string;
2172
+ };
2173
+ seatType: {
2174
+ type: "string";
2175
+ valueHint: string;
2176
+ description: string;
2177
+ };
2178
+ queryAssigned: {
2179
+ type: "string";
2180
+ valueHint: string;
2181
+ description: string;
2182
+ };
2183
+ }>;
242
2184
  //#endregion
243
2185
  //#region src/commands/token-plan/create-key.d.ts
244
- declare const _default$60: _$bailian_cli_core0.Command;
2186
+ declare const _default$63: _$bailian_cli_core0.Command<{
2187
+ callerUacAccountId: {
2188
+ type: "string";
2189
+ valueHint: string;
2190
+ description: string;
2191
+ };
2192
+ namespaceId: {
2193
+ type: "string";
2194
+ valueHint: string;
2195
+ description: string;
2196
+ };
2197
+ workspaceId: {
2198
+ type: "string";
2199
+ valueHint: string;
2200
+ description: string;
2201
+ };
2202
+ accountId: {
2203
+ type: "string";
2204
+ valueHint: string;
2205
+ description: string;
2206
+ required: true;
2207
+ };
2208
+ description: {
2209
+ type: "string";
2210
+ valueHint: string;
2211
+ description: string;
2212
+ };
2213
+ }>;
245
2214
  //#endregion
246
2215
  //#region src/commands/token-plan/assign-seats.d.ts
247
- declare const _default$59: _$bailian_cli_core0.Command;
2216
+ declare const _default$62: _$bailian_cli_core0.Command<{
2217
+ callerUacAccountId: {
2218
+ type: "string";
2219
+ valueHint: string;
2220
+ description: string;
2221
+ };
2222
+ namespaceId: {
2223
+ type: "string";
2224
+ valueHint: string;
2225
+ description: string;
2226
+ };
2227
+ workspaceId: {
2228
+ type: "string";
2229
+ valueHint: string;
2230
+ description: string;
2231
+ };
2232
+ seatType: {
2233
+ type: "string";
2234
+ valueHint: string;
2235
+ description: string;
2236
+ required: true;
2237
+ };
2238
+ accountId: {
2239
+ type: "array";
2240
+ valueHint: string;
2241
+ description: string;
2242
+ };
2243
+ locale: {
2244
+ type: "string";
2245
+ valueHint: string;
2246
+ description: string;
2247
+ };
2248
+ }>;
248
2249
  //#endregion
249
2250
  //#region src/commands/token-plan/add-member.d.ts
250
- declare const _default$58: _$bailian_cli_core0.Command;
251
- //#endregion
252
- export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authLogin, _default$4 as authLogout, _default$5 as authStatus, _default$6 as configSet, _default$7 as configShow, _default$8 as consoleCall, _default$9 as datasetDelete, _default$10 as datasetGet, _default$11 as datasetList, _default$12 as datasetUpload, _default$13 as datasetValidate, _default$14 as deployCreate, _default$15 as deployDelete, _default$16 as deployGet, _default$17 as deployList, _default$18 as deployModels, _default$19 as deployScale, _default$20 as deployUpdate, _default$21 as fileUpload, _default$22 as finetuneCancel, _default$23 as finetuneCapability, _default$24 as finetuneCheckpoints, _default$25 as finetuneCreate, _default$26 as finetuneDelete, _default$27 as finetuneExport, _default$28 as finetuneGet, _default$29 as finetuneList, _default$30 as finetuneLogs, _default$31 as finetuneWatch, _default$32 as imageEdit, _default$33 as imageGenerate, _default$34 as knowledgeChat, _default$35 as knowledgeRetrieve, _default$36 as knowledgeSearch, _default$37 as mcpCall, _default$38 as mcpList, _default$39 as mcpTools, _default$40 as memoryAdd, _default$41 as memoryDelete, _default$42 as memoryList, _default$43 as memoryProfileCreate, _default$44 as memoryProfileGet, _default$45 as memorySearch, _default$46 as memoryUpdate, _default$47 as pipelineRun, _default$48 as pipelineValidate, _default$49 as quotaCheck, _default$50 as quotaHistory, _default$51 as quotaList, _default$52 as quotaRequest, _default$53 as searchWeb, _default$54 as speechRecognize, _default$55 as speechSynthesize, _default$56 as textChat, _default$57 as textOmni, _default$58 as tokenPlanAddMember, _default$59 as tokenPlanAssignSeats, _default$60 as tokenPlanCreateKey, _default$61 as tokenPlanListSeats, _default$62 as update, _default$63 as usageFree, _default$64 as usageFreetier, _default$65 as usageStats, _default$66 as videoDownload, _default$67 as videoEdit, _default$68 as videoGenerate, _default$69 as videoRef, _default$70 as videoTaskGet, _default$71 as visionDescribe, _default$72 as workspaceList };
2251
+ declare const _default$61: _$bailian_cli_core0.Command<{
2252
+ callerUacAccountId: {
2253
+ type: "string";
2254
+ valueHint: string;
2255
+ description: string;
2256
+ };
2257
+ namespaceId: {
2258
+ type: "string";
2259
+ valueHint: string;
2260
+ description: string;
2261
+ };
2262
+ accountName: {
2263
+ type: "string";
2264
+ valueHint: string;
2265
+ description: string;
2266
+ required: true;
2267
+ };
2268
+ orgId: {
2269
+ type: "string";
2270
+ valueHint: string;
2271
+ description: string;
2272
+ required: true;
2273
+ };
2274
+ orgRoleCode: {
2275
+ type: "string";
2276
+ valueHint: string;
2277
+ description: string;
2278
+ };
2279
+ specType: {
2280
+ type: "string";
2281
+ valueHint: string;
2282
+ description: string;
2283
+ };
2284
+ }>;
2285
+ //#endregion
2286
+ //#region src/commands/plugin/install.d.ts
2287
+ declare const _default$48: _$bailian_cli_core0.Command<{
2288
+ package: {
2289
+ type: "string";
2290
+ valueHint: string;
2291
+ description: string;
2292
+ required: true;
2293
+ };
2294
+ }>;
2295
+ //#endregion
2296
+ //#region src/commands/plugin/link.d.ts
2297
+ declare const _default$49: _$bailian_cli_core0.Command<{
2298
+ path: {
2299
+ type: "string";
2300
+ valueHint: string;
2301
+ description: string;
2302
+ required: true;
2303
+ };
2304
+ }>;
2305
+ //#endregion
2306
+ //#region src/commands/plugin/list.d.ts
2307
+ declare const _default$50: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
2308
+ //#endregion
2309
+ //#region src/commands/plugin/remove.d.ts
2310
+ declare const _default$51: _$bailian_cli_core0.Command<{
2311
+ name: {
2312
+ type: "string";
2313
+ valueHint: string;
2314
+ description: string;
2315
+ required: true;
2316
+ };
2317
+ }>;
2318
+ //#endregion
2319
+ export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authLogin, _default$4 as authLogout, _default$5 as authStatus, _default$6 as configSet, _default$7 as configShow, _default$8 as consoleCall, _default$9 as datasetDelete, _default$10 as datasetGet, _default$11 as datasetList, _default$12 as datasetUpload, _default$13 as datasetValidate, deployAudioCreate, _default$14 as deployDelete, _default$15 as deployGet, deployImageCreate, _default$16 as deployList, _default$17 as deployModels, _default$18 as deployScale, deployTextCreate, _default$19 as deployUpdate, _default$20 as fileUpload, finetuneAudioCreate, _default$21 as finetuneCancel, _default$22 as finetuneCapability, _default$23 as finetuneCheckpoints, _default$24 as finetuneDelete, _default$25 as finetuneExport, _default$26 as finetuneGet, finetuneImageCreate, _default$27 as finetuneList, _default$28 as finetuneLogs, finetuneTextCreate, _default$29 as finetuneWatch, _default$30 as imageEdit, _default$31 as imageGenerate, _default$32 as knowledgeChat, _default$33 as knowledgeRetrieve, _default$34 as knowledgeSearch, _default$35 as mcpCall, _default$36 as mcpList, _default$37 as mcpTools, _default$38 as memoryAdd, _default$39 as memoryDelete, _default$40 as memoryList, _default$41 as memoryProfileCreate, _default$42 as memoryProfileGet, _default$43 as memorySearch, _default$44 as memoryUpdate, _default$45 as modelList, _default$46 as pipelineRun, _default$47 as pipelineValidate, _default$48 as pluginInstall, _default$49 as pluginLink, _default$50 as pluginList, _default$51 as pluginRemove, _default$52 as quotaCheck, _default$53 as quotaHistory, _default$54 as quotaList, _default$55 as quotaRequest, _default$56 as searchWeb, _default$57 as speechRecognize, _default$58 as speechSynthesize, _default$59 as textChat, _default$60 as textOmni, _default$61 as tokenPlanAddMember, _default$62 as tokenPlanAssignSeats, _default$63 as tokenPlanCreateKey, _default$64 as tokenPlanListSeats, _default$65 as update, _default$66 as usageFree, _default$67 as usageFreetier, _default$68 as usageStats, _default$69 as usageSummary, _default$70 as videoDownload, _default$71 as videoEdit, _default$72 as videoGenerate, _default$73 as videoRef, _default$74 as videoTaskGet, _default$75 as visionDescribe, _default$76 as workspaceList };