@caupulican/pi-ai 0.78.2 → 0.78.4
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/models.generated.d.ts +220 -33
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +232 -60
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +10 -3
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +31 -4
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +33 -12
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +7 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +2 -2
|
@@ -1883,6 +1883,7 @@ export declare const MODELS: {
|
|
|
1883
1883
|
baseUrl: string;
|
|
1884
1884
|
compat: {
|
|
1885
1885
|
forceAdaptiveThinking: true;
|
|
1886
|
+
supportsTemperature: false;
|
|
1886
1887
|
};
|
|
1887
1888
|
reasoning: true;
|
|
1888
1889
|
thinkingLevelMap: {
|
|
@@ -1906,6 +1907,7 @@ export declare const MODELS: {
|
|
|
1906
1907
|
baseUrl: string;
|
|
1907
1908
|
compat: {
|
|
1908
1909
|
forceAdaptiveThinking: true;
|
|
1910
|
+
supportsTemperature: false;
|
|
1909
1911
|
};
|
|
1910
1912
|
reasoning: true;
|
|
1911
1913
|
thinkingLevelMap: {
|
|
@@ -3068,6 +3070,7 @@ export declare const MODELS: {
|
|
|
3068
3070
|
baseUrl: string;
|
|
3069
3071
|
compat: {
|
|
3070
3072
|
forceAdaptiveThinking: true;
|
|
3073
|
+
supportsTemperature: false;
|
|
3071
3074
|
};
|
|
3072
3075
|
reasoning: true;
|
|
3073
3076
|
thinkingLevelMap: {
|
|
@@ -3091,6 +3094,7 @@ export declare const MODELS: {
|
|
|
3091
3094
|
baseUrl: string;
|
|
3092
3095
|
compat: {
|
|
3093
3096
|
forceAdaptiveThinking: true;
|
|
3097
|
+
supportsTemperature: false;
|
|
3094
3098
|
};
|
|
3095
3099
|
reasoning: true;
|
|
3096
3100
|
thinkingLevelMap: {
|
|
@@ -3640,26 +3644,6 @@ export declare const MODELS: {
|
|
|
3640
3644
|
contextWindow: number;
|
|
3641
3645
|
maxTokens: number;
|
|
3642
3646
|
};
|
|
3643
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3644
|
-
id: string;
|
|
3645
|
-
name: string;
|
|
3646
|
-
api: "openai-completions";
|
|
3647
|
-
provider: string;
|
|
3648
|
-
baseUrl: string;
|
|
3649
|
-
compat: {
|
|
3650
|
-
sendSessionAffinityHeaders: true;
|
|
3651
|
-
};
|
|
3652
|
-
reasoning: true;
|
|
3653
|
-
input: ("image" | "text")[];
|
|
3654
|
-
cost: {
|
|
3655
|
-
input: number;
|
|
3656
|
-
output: number;
|
|
3657
|
-
cacheRead: number;
|
|
3658
|
-
cacheWrite: number;
|
|
3659
|
-
};
|
|
3660
|
-
contextWindow: number;
|
|
3661
|
-
maxTokens: number;
|
|
3662
|
-
};
|
|
3663
3647
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3664
3648
|
id: string;
|
|
3665
3649
|
name: string;
|
|
@@ -4210,6 +4194,7 @@ export declare const MODELS: {
|
|
|
4210
4194
|
};
|
|
4211
4195
|
compat: {
|
|
4212
4196
|
forceAdaptiveThinking: true;
|
|
4197
|
+
supportsTemperature: false;
|
|
4213
4198
|
};
|
|
4214
4199
|
reasoning: true;
|
|
4215
4200
|
thinkingLevelMap: {
|
|
@@ -4239,6 +4224,7 @@ export declare const MODELS: {
|
|
|
4239
4224
|
};
|
|
4240
4225
|
compat: {
|
|
4241
4226
|
forceAdaptiveThinking: true;
|
|
4227
|
+
supportsTemperature: false;
|
|
4242
4228
|
};
|
|
4243
4229
|
reasoning: true;
|
|
4244
4230
|
thinkingLevelMap: {
|
|
@@ -6064,6 +6050,32 @@ export declare const MODELS: {
|
|
|
6064
6050
|
maxTokens: number;
|
|
6065
6051
|
};
|
|
6066
6052
|
};
|
|
6053
|
+
readonly "llama-cpp": {
|
|
6054
|
+
readonly local: {
|
|
6055
|
+
id: string;
|
|
6056
|
+
name: string;
|
|
6057
|
+
api: "openai-completions";
|
|
6058
|
+
provider: string;
|
|
6059
|
+
baseUrl: string;
|
|
6060
|
+
compat: {
|
|
6061
|
+
supportsDeveloperRole: false;
|
|
6062
|
+
supportsStore: false;
|
|
6063
|
+
supportsReasoningEffort: false;
|
|
6064
|
+
maxTokensField: "max_tokens";
|
|
6065
|
+
supportsStrictMode: false;
|
|
6066
|
+
};
|
|
6067
|
+
reasoning: false;
|
|
6068
|
+
input: "text"[];
|
|
6069
|
+
cost: {
|
|
6070
|
+
input: number;
|
|
6071
|
+
output: number;
|
|
6072
|
+
cacheRead: number;
|
|
6073
|
+
cacheWrite: number;
|
|
6074
|
+
};
|
|
6075
|
+
contextWindow: number;
|
|
6076
|
+
maxTokens: number;
|
|
6077
|
+
};
|
|
6078
|
+
};
|
|
6067
6079
|
readonly minimax: {
|
|
6068
6080
|
readonly "MiniMax-M2.7": {
|
|
6069
6081
|
id: string;
|
|
@@ -7586,6 +7598,7 @@ export declare const MODELS: {
|
|
|
7586
7598
|
thinkingLevelMap: {
|
|
7587
7599
|
off: string;
|
|
7588
7600
|
xhigh: string;
|
|
7601
|
+
minimal: null;
|
|
7589
7602
|
};
|
|
7590
7603
|
input: ("image" | "text")[];
|
|
7591
7604
|
cost: {
|
|
@@ -7985,6 +7998,7 @@ export declare const MODELS: {
|
|
|
7985
7998
|
baseUrl: string;
|
|
7986
7999
|
compat: {
|
|
7987
8000
|
forceAdaptiveThinking: true;
|
|
8001
|
+
supportsTemperature: false;
|
|
7988
8002
|
};
|
|
7989
8003
|
reasoning: true;
|
|
7990
8004
|
thinkingLevelMap: {
|
|
@@ -8008,6 +8022,7 @@ export declare const MODELS: {
|
|
|
8008
8022
|
baseUrl: string;
|
|
8009
8023
|
compat: {
|
|
8010
8024
|
forceAdaptiveThinking: true;
|
|
8025
|
+
supportsTemperature: false;
|
|
8011
8026
|
};
|
|
8012
8027
|
reasoning: true;
|
|
8013
8028
|
thinkingLevelMap: {
|
|
@@ -8677,6 +8692,23 @@ export declare const MODELS: {
|
|
|
8677
8692
|
contextWindow: number;
|
|
8678
8693
|
maxTokens: number;
|
|
8679
8694
|
};
|
|
8695
|
+
readonly "minimax-m3-free": {
|
|
8696
|
+
id: string;
|
|
8697
|
+
name: string;
|
|
8698
|
+
api: "anthropic-messages";
|
|
8699
|
+
provider: string;
|
|
8700
|
+
baseUrl: string;
|
|
8701
|
+
reasoning: true;
|
|
8702
|
+
input: ("image" | "text")[];
|
|
8703
|
+
cost: {
|
|
8704
|
+
input: number;
|
|
8705
|
+
output: number;
|
|
8706
|
+
cacheRead: number;
|
|
8707
|
+
cacheWrite: number;
|
|
8708
|
+
};
|
|
8709
|
+
contextWindow: number;
|
|
8710
|
+
maxTokens: number;
|
|
8711
|
+
};
|
|
8680
8712
|
readonly "nemotron-3-super-free": {
|
|
8681
8713
|
id: string;
|
|
8682
8714
|
name: string;
|
|
@@ -8931,6 +8963,23 @@ export declare const MODELS: {
|
|
|
8931
8963
|
contextWindow: number;
|
|
8932
8964
|
maxTokens: number;
|
|
8933
8965
|
};
|
|
8966
|
+
readonly "minimax-m3": {
|
|
8967
|
+
id: string;
|
|
8968
|
+
name: string;
|
|
8969
|
+
api: "anthropic-messages";
|
|
8970
|
+
provider: string;
|
|
8971
|
+
baseUrl: string;
|
|
8972
|
+
reasoning: true;
|
|
8973
|
+
input: ("image" | "text")[];
|
|
8974
|
+
cost: {
|
|
8975
|
+
input: number;
|
|
8976
|
+
output: number;
|
|
8977
|
+
cacheRead: number;
|
|
8978
|
+
cacheWrite: number;
|
|
8979
|
+
};
|
|
8980
|
+
contextWindow: number;
|
|
8981
|
+
maxTokens: number;
|
|
8982
|
+
};
|
|
8934
8983
|
readonly "qwen3.6-plus": {
|
|
8935
8984
|
id: string;
|
|
8936
8985
|
name: string;
|
|
@@ -10371,6 +10420,23 @@ export declare const MODELS: {
|
|
|
10371
10420
|
contextWindow: number;
|
|
10372
10421
|
maxTokens: number;
|
|
10373
10422
|
};
|
|
10423
|
+
readonly "minimax/minimax-m3": {
|
|
10424
|
+
id: string;
|
|
10425
|
+
name: string;
|
|
10426
|
+
api: "openai-completions";
|
|
10427
|
+
provider: string;
|
|
10428
|
+
baseUrl: string;
|
|
10429
|
+
reasoning: true;
|
|
10430
|
+
input: ("image" | "text")[];
|
|
10431
|
+
cost: {
|
|
10432
|
+
input: number;
|
|
10433
|
+
output: number;
|
|
10434
|
+
cacheRead: number;
|
|
10435
|
+
cacheWrite: number;
|
|
10436
|
+
};
|
|
10437
|
+
contextWindow: number;
|
|
10438
|
+
maxTokens: number;
|
|
10439
|
+
};
|
|
10374
10440
|
readonly "mistralai/codestral-2508": {
|
|
10375
10441
|
id: string;
|
|
10376
10442
|
name: string;
|
|
@@ -13993,7 +14059,7 @@ export declare const MODELS: {
|
|
|
13993
14059
|
api: "anthropic-messages";
|
|
13994
14060
|
provider: string;
|
|
13995
14061
|
baseUrl: string;
|
|
13996
|
-
reasoning:
|
|
14062
|
+
reasoning: true;
|
|
13997
14063
|
input: "text"[];
|
|
13998
14064
|
cost: {
|
|
13999
14065
|
input: number;
|
|
@@ -14078,7 +14144,7 @@ export declare const MODELS: {
|
|
|
14078
14144
|
api: "anthropic-messages";
|
|
14079
14145
|
provider: string;
|
|
14080
14146
|
baseUrl: string;
|
|
14081
|
-
reasoning:
|
|
14147
|
+
reasoning: true;
|
|
14082
14148
|
input: "text"[];
|
|
14083
14149
|
cost: {
|
|
14084
14150
|
input: number;
|
|
@@ -14112,7 +14178,7 @@ export declare const MODELS: {
|
|
|
14112
14178
|
api: "anthropic-messages";
|
|
14113
14179
|
provider: string;
|
|
14114
14180
|
baseUrl: string;
|
|
14115
|
-
reasoning:
|
|
14181
|
+
reasoning: true;
|
|
14116
14182
|
input: "text"[];
|
|
14117
14183
|
cost: {
|
|
14118
14184
|
input: number;
|
|
@@ -14191,6 +14257,40 @@ export declare const MODELS: {
|
|
|
14191
14257
|
contextWindow: number;
|
|
14192
14258
|
maxTokens: number;
|
|
14193
14259
|
};
|
|
14260
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
14261
|
+
id: string;
|
|
14262
|
+
name: string;
|
|
14263
|
+
api: "anthropic-messages";
|
|
14264
|
+
provider: string;
|
|
14265
|
+
baseUrl: string;
|
|
14266
|
+
reasoning: false;
|
|
14267
|
+
input: "text"[];
|
|
14268
|
+
cost: {
|
|
14269
|
+
input: number;
|
|
14270
|
+
output: number;
|
|
14271
|
+
cacheRead: number;
|
|
14272
|
+
cacheWrite: number;
|
|
14273
|
+
};
|
|
14274
|
+
contextWindow: number;
|
|
14275
|
+
maxTokens: number;
|
|
14276
|
+
};
|
|
14277
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
14278
|
+
id: string;
|
|
14279
|
+
name: string;
|
|
14280
|
+
api: "anthropic-messages";
|
|
14281
|
+
provider: string;
|
|
14282
|
+
baseUrl: string;
|
|
14283
|
+
reasoning: true;
|
|
14284
|
+
input: "text"[];
|
|
14285
|
+
cost: {
|
|
14286
|
+
input: number;
|
|
14287
|
+
output: number;
|
|
14288
|
+
cacheRead: number;
|
|
14289
|
+
cacheWrite: number;
|
|
14290
|
+
};
|
|
14291
|
+
contextWindow: number;
|
|
14292
|
+
maxTokens: number;
|
|
14293
|
+
};
|
|
14194
14294
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
14195
14295
|
id: string;
|
|
14196
14296
|
name: string;
|
|
@@ -14426,6 +14526,7 @@ export declare const MODELS: {
|
|
|
14426
14526
|
baseUrl: string;
|
|
14427
14527
|
compat: {
|
|
14428
14528
|
forceAdaptiveThinking: true;
|
|
14529
|
+
supportsTemperature: false;
|
|
14429
14530
|
};
|
|
14430
14531
|
reasoning: true;
|
|
14431
14532
|
thinkingLevelMap: {
|
|
@@ -14449,6 +14550,7 @@ export declare const MODELS: {
|
|
|
14449
14550
|
baseUrl: string;
|
|
14450
14551
|
compat: {
|
|
14451
14552
|
forceAdaptiveThinking: true;
|
|
14553
|
+
supportsTemperature: false;
|
|
14452
14554
|
};
|
|
14453
14555
|
reasoning: true;
|
|
14454
14556
|
thinkingLevelMap: {
|
|
@@ -14660,8 +14762,8 @@ export declare const MODELS: {
|
|
|
14660
14762
|
api: "anthropic-messages";
|
|
14661
14763
|
provider: string;
|
|
14662
14764
|
baseUrl: string;
|
|
14663
|
-
reasoning:
|
|
14664
|
-
input: "text"[];
|
|
14765
|
+
reasoning: true;
|
|
14766
|
+
input: ("image" | "text")[];
|
|
14665
14767
|
cost: {
|
|
14666
14768
|
input: number;
|
|
14667
14769
|
output: number;
|
|
@@ -14677,8 +14779,8 @@ export declare const MODELS: {
|
|
|
14677
14779
|
api: "anthropic-messages";
|
|
14678
14780
|
provider: string;
|
|
14679
14781
|
baseUrl: string;
|
|
14680
|
-
reasoning:
|
|
14681
|
-
input: "text"[];
|
|
14782
|
+
reasoning: true;
|
|
14783
|
+
input: ("image" | "text")[];
|
|
14682
14784
|
cost: {
|
|
14683
14785
|
input: number;
|
|
14684
14786
|
output: number;
|
|
@@ -14695,7 +14797,7 @@ export declare const MODELS: {
|
|
|
14695
14797
|
provider: string;
|
|
14696
14798
|
baseUrl: string;
|
|
14697
14799
|
reasoning: true;
|
|
14698
|
-
input: "text"[];
|
|
14800
|
+
input: ("image" | "text")[];
|
|
14699
14801
|
cost: {
|
|
14700
14802
|
input: number;
|
|
14701
14803
|
output: number;
|
|
@@ -14712,7 +14814,7 @@ export declare const MODELS: {
|
|
|
14712
14814
|
provider: string;
|
|
14713
14815
|
baseUrl: string;
|
|
14714
14816
|
reasoning: true;
|
|
14715
|
-
input: "text"[];
|
|
14817
|
+
input: ("image" | "text")[];
|
|
14716
14818
|
cost: {
|
|
14717
14819
|
input: number;
|
|
14718
14820
|
output: number;
|
|
@@ -15205,7 +15307,7 @@ export declare const MODELS: {
|
|
|
15205
15307
|
provider: string;
|
|
15206
15308
|
baseUrl: string;
|
|
15207
15309
|
reasoning: true;
|
|
15208
|
-
input: "text"[];
|
|
15310
|
+
input: ("image" | "text")[];
|
|
15209
15311
|
cost: {
|
|
15210
15312
|
input: number;
|
|
15211
15313
|
output: number;
|
|
@@ -15249,6 +15351,23 @@ export declare const MODELS: {
|
|
|
15249
15351
|
contextWindow: number;
|
|
15250
15352
|
maxTokens: number;
|
|
15251
15353
|
};
|
|
15354
|
+
readonly "minimax/minimax-m3": {
|
|
15355
|
+
id: string;
|
|
15356
|
+
name: string;
|
|
15357
|
+
api: "anthropic-messages";
|
|
15358
|
+
provider: string;
|
|
15359
|
+
baseUrl: string;
|
|
15360
|
+
reasoning: true;
|
|
15361
|
+
input: ("image" | "text")[];
|
|
15362
|
+
cost: {
|
|
15363
|
+
input: number;
|
|
15364
|
+
output: number;
|
|
15365
|
+
cacheRead: number;
|
|
15366
|
+
cacheWrite: number;
|
|
15367
|
+
};
|
|
15368
|
+
contextWindow: number;
|
|
15369
|
+
maxTokens: number;
|
|
15370
|
+
};
|
|
15252
15371
|
readonly "mistral/codestral": {
|
|
15253
15372
|
id: string;
|
|
15254
15373
|
name: string;
|
|
@@ -15385,6 +15504,23 @@ export declare const MODELS: {
|
|
|
15385
15504
|
contextWindow: number;
|
|
15386
15505
|
maxTokens: number;
|
|
15387
15506
|
};
|
|
15507
|
+
readonly "mistral/mistral-nemo": {
|
|
15508
|
+
id: string;
|
|
15509
|
+
name: string;
|
|
15510
|
+
api: "anthropic-messages";
|
|
15511
|
+
provider: string;
|
|
15512
|
+
baseUrl: string;
|
|
15513
|
+
reasoning: false;
|
|
15514
|
+
input: "text"[];
|
|
15515
|
+
cost: {
|
|
15516
|
+
input: number;
|
|
15517
|
+
output: number;
|
|
15518
|
+
cacheRead: number;
|
|
15519
|
+
cacheWrite: number;
|
|
15520
|
+
};
|
|
15521
|
+
contextWindow: number;
|
|
15522
|
+
maxTokens: number;
|
|
15523
|
+
};
|
|
15388
15524
|
readonly "mistral/mistral-small": {
|
|
15389
15525
|
id: string;
|
|
15390
15526
|
name: string;
|
|
@@ -15538,6 +15674,23 @@ export declare const MODELS: {
|
|
|
15538
15674
|
contextWindow: number;
|
|
15539
15675
|
maxTokens: number;
|
|
15540
15676
|
};
|
|
15677
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15678
|
+
id: string;
|
|
15679
|
+
name: string;
|
|
15680
|
+
api: "anthropic-messages";
|
|
15681
|
+
provider: string;
|
|
15682
|
+
baseUrl: string;
|
|
15683
|
+
reasoning: true;
|
|
15684
|
+
input: "text"[];
|
|
15685
|
+
cost: {
|
|
15686
|
+
input: number;
|
|
15687
|
+
output: number;
|
|
15688
|
+
cacheRead: number;
|
|
15689
|
+
cacheWrite: number;
|
|
15690
|
+
};
|
|
15691
|
+
contextWindow: number;
|
|
15692
|
+
maxTokens: number;
|
|
15693
|
+
};
|
|
15541
15694
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15542
15695
|
id: string;
|
|
15543
15696
|
name: string;
|
|
@@ -15715,7 +15868,7 @@ export declare const MODELS: {
|
|
|
15715
15868
|
provider: string;
|
|
15716
15869
|
baseUrl: string;
|
|
15717
15870
|
reasoning: true;
|
|
15718
|
-
input: "text"[];
|
|
15871
|
+
input: ("image" | "text")[];
|
|
15719
15872
|
cost: {
|
|
15720
15873
|
input: number;
|
|
15721
15874
|
output: number;
|
|
@@ -16104,6 +16257,23 @@ export declare const MODELS: {
|
|
|
16104
16257
|
contextWindow: number;
|
|
16105
16258
|
maxTokens: number;
|
|
16106
16259
|
};
|
|
16260
|
+
readonly "openai/gpt-oss-120b": {
|
|
16261
|
+
id: string;
|
|
16262
|
+
name: string;
|
|
16263
|
+
api: "anthropic-messages";
|
|
16264
|
+
provider: string;
|
|
16265
|
+
baseUrl: string;
|
|
16266
|
+
reasoning: true;
|
|
16267
|
+
input: "text"[];
|
|
16268
|
+
cost: {
|
|
16269
|
+
input: number;
|
|
16270
|
+
output: number;
|
|
16271
|
+
cacheRead: number;
|
|
16272
|
+
cacheWrite: number;
|
|
16273
|
+
};
|
|
16274
|
+
contextWindow: number;
|
|
16275
|
+
maxTokens: number;
|
|
16276
|
+
};
|
|
16107
16277
|
readonly "openai/gpt-oss-20b": {
|
|
16108
16278
|
id: string;
|
|
16109
16279
|
name: string;
|
|
@@ -16274,6 +16444,23 @@ export declare const MODELS: {
|
|
|
16274
16444
|
contextWindow: number;
|
|
16275
16445
|
maxTokens: number;
|
|
16276
16446
|
};
|
|
16447
|
+
readonly "stepfun/step-3.5-flash": {
|
|
16448
|
+
id: string;
|
|
16449
|
+
name: string;
|
|
16450
|
+
api: "anthropic-messages";
|
|
16451
|
+
provider: string;
|
|
16452
|
+
baseUrl: string;
|
|
16453
|
+
reasoning: true;
|
|
16454
|
+
input: "text"[];
|
|
16455
|
+
cost: {
|
|
16456
|
+
input: number;
|
|
16457
|
+
output: number;
|
|
16458
|
+
cacheRead: number;
|
|
16459
|
+
cacheWrite: number;
|
|
16460
|
+
};
|
|
16461
|
+
contextWindow: number;
|
|
16462
|
+
maxTokens: number;
|
|
16463
|
+
};
|
|
16277
16464
|
readonly "stepfun/step-3.7-flash": {
|
|
16278
16465
|
id: string;
|
|
16279
16466
|
name: string;
|
|
@@ -16569,7 +16756,7 @@ export declare const MODELS: {
|
|
|
16569
16756
|
api: "anthropic-messages";
|
|
16570
16757
|
provider: string;
|
|
16571
16758
|
baseUrl: string;
|
|
16572
|
-
reasoning:
|
|
16759
|
+
reasoning: true;
|
|
16573
16760
|
input: ("image" | "text")[];
|
|
16574
16761
|
cost: {
|
|
16575
16762
|
input: number;
|
|
@@ -16723,7 +16910,7 @@ export declare const MODELS: {
|
|
|
16723
16910
|
provider: string;
|
|
16724
16911
|
baseUrl: string;
|
|
16725
16912
|
reasoning: true;
|
|
16726
|
-
input: "text"[];
|
|
16913
|
+
input: ("image" | "text")[];
|
|
16727
16914
|
cost: {
|
|
16728
16915
|
input: number;
|
|
16729
16916
|
output: number;
|