@roo-code/types 1.86.0 → 1.87.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.cjs +159 -250
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +142 -272
- package/dist/index.d.ts +142 -272
- package/dist/index.js +155 -249
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -7257,21 +7257,18 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7257
7257
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
7258
7258
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
7259
7259
|
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
7260
|
-
nativeToolCalling: z.ZodOptional<z.ZodBoolean>;
|
|
7261
7260
|
}, "strip", z.ZodTypeAny, {
|
|
7262
7261
|
powerSteering?: boolean | undefined;
|
|
7263
7262
|
multiFileApplyDiff?: boolean | undefined;
|
|
7264
7263
|
preventFocusDisruption?: boolean | undefined;
|
|
7265
7264
|
imageGeneration?: boolean | undefined;
|
|
7266
7265
|
runSlashCommand?: boolean | undefined;
|
|
7267
|
-
nativeToolCalling?: boolean | undefined;
|
|
7268
7266
|
}, {
|
|
7269
7267
|
powerSteering?: boolean | undefined;
|
|
7270
7268
|
multiFileApplyDiff?: boolean | undefined;
|
|
7271
7269
|
preventFocusDisruption?: boolean | undefined;
|
|
7272
7270
|
imageGeneration?: boolean | undefined;
|
|
7273
7271
|
runSlashCommand?: boolean | undefined;
|
|
7274
|
-
nativeToolCalling?: boolean | undefined;
|
|
7275
7272
|
}>>;
|
|
7276
7273
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
7277
7274
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -7600,7 +7597,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7600
7597
|
preventFocusDisruption?: boolean | undefined;
|
|
7601
7598
|
imageGeneration?: boolean | undefined;
|
|
7602
7599
|
runSlashCommand?: boolean | undefined;
|
|
7603
|
-
nativeToolCalling?: boolean | undefined;
|
|
7604
7600
|
} | undefined;
|
|
7605
7601
|
codebaseIndexModels?: {
|
|
7606
7602
|
openai?: Record<string, {
|
|
@@ -7774,7 +7770,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7774
7770
|
preventFocusDisruption?: boolean | undefined;
|
|
7775
7771
|
imageGeneration?: boolean | undefined;
|
|
7776
7772
|
runSlashCommand?: boolean | undefined;
|
|
7777
|
-
nativeToolCalling?: boolean | undefined;
|
|
7778
7773
|
} | undefined;
|
|
7779
7774
|
codebaseIndexModels?: {
|
|
7780
7775
|
openai?: Record<string, {
|
|
@@ -8246,21 +8241,18 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8246
8241
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
8247
8242
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
8248
8243
|
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
8249
|
-
nativeToolCalling: z.ZodOptional<z.ZodBoolean>;
|
|
8250
8244
|
}, "strip", z.ZodTypeAny, {
|
|
8251
8245
|
powerSteering?: boolean | undefined;
|
|
8252
8246
|
multiFileApplyDiff?: boolean | undefined;
|
|
8253
8247
|
preventFocusDisruption?: boolean | undefined;
|
|
8254
8248
|
imageGeneration?: boolean | undefined;
|
|
8255
8249
|
runSlashCommand?: boolean | undefined;
|
|
8256
|
-
nativeToolCalling?: boolean | undefined;
|
|
8257
8250
|
}, {
|
|
8258
8251
|
powerSteering?: boolean | undefined;
|
|
8259
8252
|
multiFileApplyDiff?: boolean | undefined;
|
|
8260
8253
|
preventFocusDisruption?: boolean | undefined;
|
|
8261
8254
|
imageGeneration?: boolean | undefined;
|
|
8262
8255
|
runSlashCommand?: boolean | undefined;
|
|
8263
|
-
nativeToolCalling?: boolean | undefined;
|
|
8264
8256
|
}>>;
|
|
8265
8257
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
8266
8258
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -8755,7 +8747,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8755
8747
|
preventFocusDisruption?: boolean | undefined;
|
|
8756
8748
|
imageGeneration?: boolean | undefined;
|
|
8757
8749
|
runSlashCommand?: boolean | undefined;
|
|
8758
|
-
nativeToolCalling?: boolean | undefined;
|
|
8759
8750
|
} | undefined;
|
|
8760
8751
|
codebaseIndexModels?: {
|
|
8761
8752
|
openai?: Record<string, {
|
|
@@ -9095,7 +9086,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9095
9086
|
preventFocusDisruption?: boolean | undefined;
|
|
9096
9087
|
imageGeneration?: boolean | undefined;
|
|
9097
9088
|
runSlashCommand?: boolean | undefined;
|
|
9098
|
-
nativeToolCalling?: boolean | undefined;
|
|
9099
9089
|
} | undefined;
|
|
9100
9090
|
codebaseIndexModels?: {
|
|
9101
9091
|
openai?: Record<string, {
|
|
@@ -9636,21 +9626,18 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9636
9626
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
9637
9627
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
9638
9628
|
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
9639
|
-
nativeToolCalling: z.ZodOptional<z.ZodBoolean>;
|
|
9640
9629
|
}, "strip", z.ZodTypeAny, {
|
|
9641
9630
|
powerSteering?: boolean | undefined;
|
|
9642
9631
|
multiFileApplyDiff?: boolean | undefined;
|
|
9643
9632
|
preventFocusDisruption?: boolean | undefined;
|
|
9644
9633
|
imageGeneration?: boolean | undefined;
|
|
9645
9634
|
runSlashCommand?: boolean | undefined;
|
|
9646
|
-
nativeToolCalling?: boolean | undefined;
|
|
9647
9635
|
}, {
|
|
9648
9636
|
powerSteering?: boolean | undefined;
|
|
9649
9637
|
multiFileApplyDiff?: boolean | undefined;
|
|
9650
9638
|
preventFocusDisruption?: boolean | undefined;
|
|
9651
9639
|
imageGeneration?: boolean | undefined;
|
|
9652
9640
|
runSlashCommand?: boolean | undefined;
|
|
9653
|
-
nativeToolCalling?: boolean | undefined;
|
|
9654
9641
|
}>>;
|
|
9655
9642
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
9656
9643
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -10145,7 +10132,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10145
10132
|
preventFocusDisruption?: boolean | undefined;
|
|
10146
10133
|
imageGeneration?: boolean | undefined;
|
|
10147
10134
|
runSlashCommand?: boolean | undefined;
|
|
10148
|
-
nativeToolCalling?: boolean | undefined;
|
|
10149
10135
|
} | undefined;
|
|
10150
10136
|
codebaseIndexModels?: {
|
|
10151
10137
|
openai?: Record<string, {
|
|
@@ -10485,7 +10471,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10485
10471
|
preventFocusDisruption?: boolean | undefined;
|
|
10486
10472
|
imageGeneration?: boolean | undefined;
|
|
10487
10473
|
runSlashCommand?: boolean | undefined;
|
|
10488
|
-
nativeToolCalling?: boolean | undefined;
|
|
10489
10474
|
} | undefined;
|
|
10490
10475
|
codebaseIndexModels?: {
|
|
10491
10476
|
openai?: Record<string, {
|
|
@@ -10831,7 +10816,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10831
10816
|
preventFocusDisruption?: boolean | undefined;
|
|
10832
10817
|
imageGeneration?: boolean | undefined;
|
|
10833
10818
|
runSlashCommand?: boolean | undefined;
|
|
10834
|
-
nativeToolCalling?: boolean | undefined;
|
|
10835
10819
|
} | undefined;
|
|
10836
10820
|
codebaseIndexModels?: {
|
|
10837
10821
|
openai?: Record<string, {
|
|
@@ -11176,7 +11160,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11176
11160
|
preventFocusDisruption?: boolean | undefined;
|
|
11177
11161
|
imageGeneration?: boolean | undefined;
|
|
11178
11162
|
runSlashCommand?: boolean | undefined;
|
|
11179
|
-
nativeToolCalling?: boolean | undefined;
|
|
11180
11163
|
} | undefined;
|
|
11181
11164
|
codebaseIndexModels?: {
|
|
11182
11165
|
openai?: Record<string, {
|
|
@@ -11523,7 +11506,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11523
11506
|
preventFocusDisruption?: boolean | undefined;
|
|
11524
11507
|
imageGeneration?: boolean | undefined;
|
|
11525
11508
|
runSlashCommand?: boolean | undefined;
|
|
11526
|
-
nativeToolCalling?: boolean | undefined;
|
|
11527
11509
|
} | undefined;
|
|
11528
11510
|
codebaseIndexModels?: {
|
|
11529
11511
|
openai?: Record<string, {
|
|
@@ -11871,7 +11853,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11871
11853
|
preventFocusDisruption?: boolean | undefined;
|
|
11872
11854
|
imageGeneration?: boolean | undefined;
|
|
11873
11855
|
runSlashCommand?: boolean | undefined;
|
|
11874
|
-
nativeToolCalling?: boolean | undefined;
|
|
11875
11856
|
} | undefined;
|
|
11876
11857
|
codebaseIndexModels?: {
|
|
11877
11858
|
openai?: Record<string, {
|
|
@@ -12437,21 +12418,18 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12437
12418
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
12438
12419
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
12439
12420
|
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
12440
|
-
nativeToolCalling: z.ZodOptional<z.ZodBoolean>;
|
|
12441
12421
|
}, "strip", z.ZodTypeAny, {
|
|
12442
12422
|
powerSteering?: boolean | undefined;
|
|
12443
12423
|
multiFileApplyDiff?: boolean | undefined;
|
|
12444
12424
|
preventFocusDisruption?: boolean | undefined;
|
|
12445
12425
|
imageGeneration?: boolean | undefined;
|
|
12446
12426
|
runSlashCommand?: boolean | undefined;
|
|
12447
|
-
nativeToolCalling?: boolean | undefined;
|
|
12448
12427
|
}, {
|
|
12449
12428
|
powerSteering?: boolean | undefined;
|
|
12450
12429
|
multiFileApplyDiff?: boolean | undefined;
|
|
12451
12430
|
preventFocusDisruption?: boolean | undefined;
|
|
12452
12431
|
imageGeneration?: boolean | undefined;
|
|
12453
12432
|
runSlashCommand?: boolean | undefined;
|
|
12454
|
-
nativeToolCalling?: boolean | undefined;
|
|
12455
12433
|
}>>;
|
|
12456
12434
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
12457
12435
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -12946,7 +12924,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12946
12924
|
preventFocusDisruption?: boolean | undefined;
|
|
12947
12925
|
imageGeneration?: boolean | undefined;
|
|
12948
12926
|
runSlashCommand?: boolean | undefined;
|
|
12949
|
-
nativeToolCalling?: boolean | undefined;
|
|
12950
12927
|
} | undefined;
|
|
12951
12928
|
codebaseIndexModels?: {
|
|
12952
12929
|
openai?: Record<string, {
|
|
@@ -13286,7 +13263,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13286
13263
|
preventFocusDisruption?: boolean | undefined;
|
|
13287
13264
|
imageGeneration?: boolean | undefined;
|
|
13288
13265
|
runSlashCommand?: boolean | undefined;
|
|
13289
|
-
nativeToolCalling?: boolean | undefined;
|
|
13290
13266
|
} | undefined;
|
|
13291
13267
|
codebaseIndexModels?: {
|
|
13292
13268
|
openai?: Record<string, {
|
|
@@ -13632,7 +13608,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13632
13608
|
preventFocusDisruption?: boolean | undefined;
|
|
13633
13609
|
imageGeneration?: boolean | undefined;
|
|
13634
13610
|
runSlashCommand?: boolean | undefined;
|
|
13635
|
-
nativeToolCalling?: boolean | undefined;
|
|
13636
13611
|
} | undefined;
|
|
13637
13612
|
codebaseIndexModels?: {
|
|
13638
13613
|
openai?: Record<string, {
|
|
@@ -13977,7 +13952,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13977
13952
|
preventFocusDisruption?: boolean | undefined;
|
|
13978
13953
|
imageGeneration?: boolean | undefined;
|
|
13979
13954
|
runSlashCommand?: boolean | undefined;
|
|
13980
|
-
nativeToolCalling?: boolean | undefined;
|
|
13981
13955
|
} | undefined;
|
|
13982
13956
|
codebaseIndexModels?: {
|
|
13983
13957
|
openai?: Record<string, {
|
|
@@ -14324,7 +14298,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14324
14298
|
preventFocusDisruption?: boolean | undefined;
|
|
14325
14299
|
imageGeneration?: boolean | undefined;
|
|
14326
14300
|
runSlashCommand?: boolean | undefined;
|
|
14327
|
-
nativeToolCalling?: boolean | undefined;
|
|
14328
14301
|
} | undefined;
|
|
14329
14302
|
codebaseIndexModels?: {
|
|
14330
14303
|
openai?: Record<string, {
|
|
@@ -14672,7 +14645,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14672
14645
|
preventFocusDisruption?: boolean | undefined;
|
|
14673
14646
|
imageGeneration?: boolean | undefined;
|
|
14674
14647
|
runSlashCommand?: boolean | undefined;
|
|
14675
|
-
nativeToolCalling?: boolean | undefined;
|
|
14676
14648
|
} | undefined;
|
|
14677
14649
|
codebaseIndexModels?: {
|
|
14678
14650
|
openai?: Record<string, {
|
|
@@ -15074,7 +15046,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15074
15046
|
preventFocusDisruption?: boolean | undefined;
|
|
15075
15047
|
imageGeneration?: boolean | undefined;
|
|
15076
15048
|
runSlashCommand?: boolean | undefined;
|
|
15077
|
-
nativeToolCalling?: boolean | undefined;
|
|
15078
15049
|
} | undefined;
|
|
15079
15050
|
codebaseIndexModels?: {
|
|
15080
15051
|
openai?: Record<string, {
|
|
@@ -15442,7 +15413,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15442
15413
|
preventFocusDisruption?: boolean | undefined;
|
|
15443
15414
|
imageGeneration?: boolean | undefined;
|
|
15444
15415
|
runSlashCommand?: boolean | undefined;
|
|
15445
|
-
nativeToolCalling?: boolean | undefined;
|
|
15446
15416
|
} | undefined;
|
|
15447
15417
|
codebaseIndexModels?: {
|
|
15448
15418
|
openai?: Record<string, {
|
|
@@ -37332,8 +37302,8 @@ declare const COOKIE_CONSENT_EVENTS: {
|
|
|
37332
37302
|
/**
|
|
37333
37303
|
* ExperimentId
|
|
37334
37304
|
*/
|
|
37335
|
-
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"
|
|
37336
|
-
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"
|
|
37305
|
+
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"];
|
|
37306
|
+
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"]>;
|
|
37337
37307
|
type ExperimentId = z.infer<typeof experimentIdsSchema>;
|
|
37338
37308
|
/**
|
|
37339
37309
|
* Experiments
|
|
@@ -37344,21 +37314,18 @@ declare const experimentsSchema: z.ZodObject<{
|
|
|
37344
37314
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
37345
37315
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
37346
37316
|
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
37347
|
-
nativeToolCalling: z.ZodOptional<z.ZodBoolean>;
|
|
37348
37317
|
}, "strip", z.ZodTypeAny, {
|
|
37349
37318
|
powerSteering?: boolean | undefined;
|
|
37350
37319
|
multiFileApplyDiff?: boolean | undefined;
|
|
37351
37320
|
preventFocusDisruption?: boolean | undefined;
|
|
37352
37321
|
imageGeneration?: boolean | undefined;
|
|
37353
37322
|
runSlashCommand?: boolean | undefined;
|
|
37354
|
-
nativeToolCalling?: boolean | undefined;
|
|
37355
37323
|
}, {
|
|
37356
37324
|
powerSteering?: boolean | undefined;
|
|
37357
37325
|
multiFileApplyDiff?: boolean | undefined;
|
|
37358
37326
|
preventFocusDisruption?: boolean | undefined;
|
|
37359
37327
|
imageGeneration?: boolean | undefined;
|
|
37360
37328
|
runSlashCommand?: boolean | undefined;
|
|
37361
|
-
nativeToolCalling?: boolean | undefined;
|
|
37362
37329
|
}>;
|
|
37363
37330
|
type Experiments = z.infer<typeof experimentsSchema>;
|
|
37364
37331
|
|
|
@@ -37476,6 +37443,19 @@ declare const historyItemSchema: z.ZodObject<{
|
|
|
37476
37443
|
}>;
|
|
37477
37444
|
type HistoryItem = z.infer<typeof historyItemSchema>;
|
|
37478
37445
|
|
|
37446
|
+
/**
|
|
37447
|
+
* Image generation model constants
|
|
37448
|
+
*/
|
|
37449
|
+
interface ImageGenerationModel {
|
|
37450
|
+
value: string;
|
|
37451
|
+
label: string;
|
|
37452
|
+
}
|
|
37453
|
+
declare const IMAGE_GENERATION_MODELS: ImageGenerationModel[];
|
|
37454
|
+
/**
|
|
37455
|
+
* Get array of model values only (for backend validation)
|
|
37456
|
+
*/
|
|
37457
|
+
declare const IMAGE_GENERATION_MODEL_IDS: string[];
|
|
37458
|
+
|
|
37479
37459
|
/**
|
|
37480
37460
|
* Schema for MCP parameter definitions
|
|
37481
37461
|
*/
|
|
@@ -39876,124 +39856,33 @@ declare const fireworksModels: {
|
|
|
39876
39856
|
type GeminiModelId = keyof typeof geminiModels;
|
|
39877
39857
|
declare const geminiDefaultModelId: GeminiModelId;
|
|
39878
39858
|
declare const geminiModels: {
|
|
39879
|
-
readonly "gemini-
|
|
39880
|
-
readonly maxTokens: 65536;
|
|
39881
|
-
readonly contextWindow: 1048576;
|
|
39882
|
-
readonly supportsImages: true;
|
|
39883
|
-
readonly supportsPromptCache: true;
|
|
39884
|
-
readonly inputPrice: 0.3;
|
|
39885
|
-
readonly outputPrice: 2.5;
|
|
39886
|
-
readonly cacheReadsPrice: 0.075;
|
|
39887
|
-
readonly cacheWritesPrice: 1;
|
|
39888
|
-
readonly maxThinkingTokens: 24576;
|
|
39889
|
-
readonly supportsReasoningBudget: true;
|
|
39890
|
-
};
|
|
39891
|
-
readonly "gemini-flash-lite-latest": {
|
|
39892
|
-
readonly maxTokens: 65536;
|
|
39893
|
-
readonly contextWindow: 1048576;
|
|
39894
|
-
readonly supportsImages: true;
|
|
39895
|
-
readonly supportsPromptCache: true;
|
|
39896
|
-
readonly inputPrice: 0.1;
|
|
39897
|
-
readonly outputPrice: 0.4;
|
|
39898
|
-
readonly cacheReadsPrice: 0.025;
|
|
39899
|
-
readonly cacheWritesPrice: 1;
|
|
39900
|
-
readonly supportsReasoningBudget: true;
|
|
39901
|
-
readonly maxThinkingTokens: 24576;
|
|
39902
|
-
};
|
|
39903
|
-
readonly "gemini-2.5-flash-preview-09-2025": {
|
|
39904
|
-
readonly maxTokens: 65536;
|
|
39905
|
-
readonly contextWindow: 1048576;
|
|
39906
|
-
readonly supportsImages: true;
|
|
39907
|
-
readonly supportsPromptCache: true;
|
|
39908
|
-
readonly inputPrice: 0.3;
|
|
39909
|
-
readonly outputPrice: 2.5;
|
|
39910
|
-
readonly cacheReadsPrice: 0.075;
|
|
39911
|
-
readonly cacheWritesPrice: 1;
|
|
39912
|
-
readonly maxThinkingTokens: 24576;
|
|
39913
|
-
readonly supportsReasoningBudget: true;
|
|
39914
|
-
};
|
|
39915
|
-
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
39859
|
+
readonly "gemini-3-pro-preview": {
|
|
39916
39860
|
readonly maxTokens: 65536;
|
|
39917
39861
|
readonly contextWindow: 1048576;
|
|
39918
39862
|
readonly supportsImages: true;
|
|
39863
|
+
readonly supportsNativeTools: true;
|
|
39919
39864
|
readonly supportsPromptCache: true;
|
|
39920
|
-
readonly
|
|
39921
|
-
readonly
|
|
39922
|
-
readonly
|
|
39923
|
-
readonly
|
|
39924
|
-
readonly
|
|
39925
|
-
readonly
|
|
39926
|
-
|
|
39927
|
-
|
|
39928
|
-
|
|
39929
|
-
|
|
39930
|
-
|
|
39931
|
-
|
|
39932
|
-
|
|
39933
|
-
|
|
39934
|
-
|
|
39935
|
-
readonly cacheWritesPrice: 1;
|
|
39936
|
-
readonly supportsReasoningBudget: true;
|
|
39937
|
-
readonly maxThinkingTokens: 24576;
|
|
39938
|
-
};
|
|
39939
|
-
readonly "gemini-2.5-flash-preview-05-20:thinking": {
|
|
39940
|
-
readonly maxTokens: 65535;
|
|
39941
|
-
readonly contextWindow: 1048576;
|
|
39942
|
-
readonly supportsImages: true;
|
|
39943
|
-
readonly supportsPromptCache: true;
|
|
39944
|
-
readonly inputPrice: 0.15;
|
|
39945
|
-
readonly outputPrice: 3.5;
|
|
39946
|
-
readonly cacheReadsPrice: 0.0375;
|
|
39947
|
-
readonly cacheWritesPrice: 1;
|
|
39948
|
-
readonly maxThinkingTokens: 24576;
|
|
39949
|
-
readonly supportsReasoningBudget: true;
|
|
39950
|
-
readonly requiredReasoningBudget: true;
|
|
39951
|
-
};
|
|
39952
|
-
readonly "gemini-2.5-flash-preview-05-20": {
|
|
39953
|
-
readonly maxTokens: 65535;
|
|
39954
|
-
readonly contextWindow: 1048576;
|
|
39955
|
-
readonly supportsImages: true;
|
|
39956
|
-
readonly supportsPromptCache: true;
|
|
39957
|
-
readonly inputPrice: 0.15;
|
|
39958
|
-
readonly outputPrice: 0.6;
|
|
39959
|
-
readonly cacheReadsPrice: 0.0375;
|
|
39960
|
-
readonly cacheWritesPrice: 1;
|
|
39961
|
-
};
|
|
39962
|
-
readonly "gemini-2.5-flash-preview-04-17:thinking": {
|
|
39963
|
-
readonly maxTokens: 65535;
|
|
39964
|
-
readonly contextWindow: 1048576;
|
|
39965
|
-
readonly supportsImages: true;
|
|
39966
|
-
readonly supportsPromptCache: false;
|
|
39967
|
-
readonly inputPrice: 0.15;
|
|
39968
|
-
readonly outputPrice: 3.5;
|
|
39969
|
-
readonly maxThinkingTokens: 24576;
|
|
39970
|
-
readonly supportsReasoningBudget: true;
|
|
39971
|
-
readonly requiredReasoningBudget: true;
|
|
39972
|
-
};
|
|
39973
|
-
readonly "gemini-2.5-flash-preview-04-17": {
|
|
39974
|
-
readonly maxTokens: 65535;
|
|
39975
|
-
readonly contextWindow: 1048576;
|
|
39976
|
-
readonly supportsImages: true;
|
|
39977
|
-
readonly supportsPromptCache: false;
|
|
39978
|
-
readonly inputPrice: 0.15;
|
|
39979
|
-
readonly outputPrice: 0.6;
|
|
39865
|
+
readonly supportsReasoningEffort: ["low", "high"];
|
|
39866
|
+
readonly reasoningEffort: "low";
|
|
39867
|
+
readonly supportsTemperature: true;
|
|
39868
|
+
readonly defaultTemperature: 1;
|
|
39869
|
+
readonly inputPrice: 4;
|
|
39870
|
+
readonly outputPrice: 18;
|
|
39871
|
+
readonly tiers: [{
|
|
39872
|
+
readonly contextWindow: 200000;
|
|
39873
|
+
readonly inputPrice: 2;
|
|
39874
|
+
readonly outputPrice: 12;
|
|
39875
|
+
}, {
|
|
39876
|
+
readonly contextWindow: number;
|
|
39877
|
+
readonly inputPrice: 4;
|
|
39878
|
+
readonly outputPrice: 18;
|
|
39879
|
+
}];
|
|
39980
39880
|
};
|
|
39981
|
-
readonly "gemini-2.5-
|
|
39881
|
+
readonly "gemini-2.5-pro": {
|
|
39982
39882
|
readonly maxTokens: 64000;
|
|
39983
39883
|
readonly contextWindow: 1048576;
|
|
39984
39884
|
readonly supportsImages: true;
|
|
39985
|
-
readonly
|
|
39986
|
-
readonly inputPrice: 0.3;
|
|
39987
|
-
readonly outputPrice: 2.5;
|
|
39988
|
-
readonly cacheReadsPrice: 0.075;
|
|
39989
|
-
readonly cacheWritesPrice: 1;
|
|
39990
|
-
readonly maxThinkingTokens: 24576;
|
|
39991
|
-
readonly supportsReasoningBudget: true;
|
|
39992
|
-
};
|
|
39993
|
-
readonly "gemini-2.5-pro-preview-06-05": {
|
|
39994
|
-
readonly maxTokens: 65535;
|
|
39995
|
-
readonly contextWindow: 1048576;
|
|
39996
|
-
readonly supportsImages: true;
|
|
39885
|
+
readonly supportsNativeTools: true;
|
|
39997
39886
|
readonly supportsPromptCache: true;
|
|
39998
39887
|
readonly inputPrice: 2.5;
|
|
39999
39888
|
readonly outputPrice: 15;
|
|
@@ -40001,6 +39890,7 @@ declare const geminiModels: {
|
|
|
40001
39890
|
readonly cacheWritesPrice: 4.5;
|
|
40002
39891
|
readonly maxThinkingTokens: 32768;
|
|
40003
39892
|
readonly supportsReasoningBudget: true;
|
|
39893
|
+
readonly requiredReasoningBudget: true;
|
|
40004
39894
|
readonly tiers: [{
|
|
40005
39895
|
readonly contextWindow: 200000;
|
|
40006
39896
|
readonly inputPrice: 1.25;
|
|
@@ -40013,15 +39903,18 @@ declare const geminiModels: {
|
|
|
40013
39903
|
readonly cacheReadsPrice: 0.625;
|
|
40014
39904
|
}];
|
|
40015
39905
|
};
|
|
40016
|
-
readonly "gemini-2.5-pro-preview-05
|
|
39906
|
+
readonly "gemini-2.5-pro-preview-06-05": {
|
|
40017
39907
|
readonly maxTokens: 65535;
|
|
40018
39908
|
readonly contextWindow: 1048576;
|
|
40019
39909
|
readonly supportsImages: true;
|
|
39910
|
+
readonly supportsNativeTools: true;
|
|
40020
39911
|
readonly supportsPromptCache: true;
|
|
40021
39912
|
readonly inputPrice: 2.5;
|
|
40022
39913
|
readonly outputPrice: 15;
|
|
40023
39914
|
readonly cacheReadsPrice: 0.625;
|
|
40024
39915
|
readonly cacheWritesPrice: 4.5;
|
|
39916
|
+
readonly maxThinkingTokens: 32768;
|
|
39917
|
+
readonly supportsReasoningBudget: true;
|
|
40025
39918
|
readonly tiers: [{
|
|
40026
39919
|
readonly contextWindow: 200000;
|
|
40027
39920
|
readonly inputPrice: 1.25;
|
|
@@ -40034,17 +39927,16 @@ declare const geminiModels: {
|
|
|
40034
39927
|
readonly cacheReadsPrice: 0.625;
|
|
40035
39928
|
}];
|
|
40036
39929
|
};
|
|
40037
|
-
readonly "gemini-2.5-pro-preview-
|
|
39930
|
+
readonly "gemini-2.5-pro-preview-05-06": {
|
|
40038
39931
|
readonly maxTokens: 65535;
|
|
40039
39932
|
readonly contextWindow: 1048576;
|
|
40040
39933
|
readonly supportsImages: true;
|
|
39934
|
+
readonly supportsNativeTools: true;
|
|
40041
39935
|
readonly supportsPromptCache: true;
|
|
40042
39936
|
readonly inputPrice: 2.5;
|
|
40043
39937
|
readonly outputPrice: 15;
|
|
40044
39938
|
readonly cacheReadsPrice: 0.625;
|
|
40045
39939
|
readonly cacheWritesPrice: 4.5;
|
|
40046
|
-
readonly maxThinkingTokens: 32768;
|
|
40047
|
-
readonly supportsReasoningBudget: true;
|
|
40048
39940
|
readonly tiers: [{
|
|
40049
39941
|
readonly contextWindow: 200000;
|
|
40050
39942
|
readonly inputPrice: 1.25;
|
|
@@ -40057,18 +39949,11 @@ declare const geminiModels: {
|
|
|
40057
39949
|
readonly cacheReadsPrice: 0.625;
|
|
40058
39950
|
}];
|
|
40059
39951
|
};
|
|
40060
|
-
readonly "gemini-2.5-pro-
|
|
39952
|
+
readonly "gemini-2.5-pro-preview-03-25": {
|
|
40061
39953
|
readonly maxTokens: 65535;
|
|
40062
39954
|
readonly contextWindow: 1048576;
|
|
40063
39955
|
readonly supportsImages: true;
|
|
40064
|
-
readonly
|
|
40065
|
-
readonly inputPrice: 0;
|
|
40066
|
-
readonly outputPrice: 0;
|
|
40067
|
-
};
|
|
40068
|
-
readonly "gemini-2.5-pro": {
|
|
40069
|
-
readonly maxTokens: 64000;
|
|
40070
|
-
readonly contextWindow: 1048576;
|
|
40071
|
-
readonly supportsImages: true;
|
|
39956
|
+
readonly supportsNativeTools: true;
|
|
40072
39957
|
readonly supportsPromptCache: true;
|
|
40073
39958
|
readonly inputPrice: 2.5;
|
|
40074
39959
|
readonly outputPrice: 15;
|
|
@@ -40076,7 +39961,6 @@ declare const geminiModels: {
|
|
|
40076
39961
|
readonly cacheWritesPrice: 4.5;
|
|
40077
39962
|
readonly maxThinkingTokens: 32768;
|
|
40078
39963
|
readonly supportsReasoningBudget: true;
|
|
40079
|
-
readonly requiredReasoningBudget: true;
|
|
40080
39964
|
readonly tiers: [{
|
|
40081
39965
|
readonly contextWindow: 200000;
|
|
40082
39966
|
readonly inputPrice: 1.25;
|
|
@@ -40089,116 +39973,70 @@ declare const geminiModels: {
|
|
|
40089
39973
|
readonly cacheReadsPrice: 0.625;
|
|
40090
39974
|
}];
|
|
40091
39975
|
};
|
|
40092
|
-
readonly "gemini-
|
|
40093
|
-
readonly maxTokens:
|
|
39976
|
+
readonly "gemini-flash-latest": {
|
|
39977
|
+
readonly maxTokens: 65536;
|
|
40094
39978
|
readonly contextWindow: 1048576;
|
|
40095
39979
|
readonly supportsImages: true;
|
|
40096
|
-
readonly
|
|
40097
|
-
readonly
|
|
40098
|
-
readonly
|
|
39980
|
+
readonly supportsNativeTools: true;
|
|
39981
|
+
readonly supportsPromptCache: true;
|
|
39982
|
+
readonly inputPrice: 0.3;
|
|
39983
|
+
readonly outputPrice: 2.5;
|
|
39984
|
+
readonly cacheReadsPrice: 0.075;
|
|
39985
|
+
readonly cacheWritesPrice: 1;
|
|
39986
|
+
readonly maxThinkingTokens: 24576;
|
|
39987
|
+
readonly supportsReasoningBudget: true;
|
|
40099
39988
|
};
|
|
40100
|
-
readonly "gemini-2.
|
|
39989
|
+
readonly "gemini-2.5-flash-preview-09-2025": {
|
|
40101
39990
|
readonly maxTokens: 65536;
|
|
40102
39991
|
readonly contextWindow: 1048576;
|
|
40103
39992
|
readonly supportsImages: true;
|
|
40104
|
-
readonly
|
|
40105
|
-
readonly
|
|
40106
|
-
readonly
|
|
40107
|
-
|
|
40108
|
-
|
|
40109
|
-
readonly
|
|
40110
|
-
readonly
|
|
40111
|
-
readonly
|
|
40112
|
-
readonly supportsPromptCache: false;
|
|
40113
|
-
readonly inputPrice: 0;
|
|
40114
|
-
readonly outputPrice: 0;
|
|
39993
|
+
readonly supportsNativeTools: true;
|
|
39994
|
+
readonly supportsPromptCache: true;
|
|
39995
|
+
readonly inputPrice: 0.3;
|
|
39996
|
+
readonly outputPrice: 2.5;
|
|
39997
|
+
readonly cacheReadsPrice: 0.075;
|
|
39998
|
+
readonly cacheWritesPrice: 1;
|
|
39999
|
+
readonly maxThinkingTokens: 24576;
|
|
40000
|
+
readonly supportsReasoningBudget: true;
|
|
40115
40001
|
};
|
|
40116
|
-
readonly "gemini-2.
|
|
40117
|
-
readonly maxTokens:
|
|
40002
|
+
readonly "gemini-2.5-flash": {
|
|
40003
|
+
readonly maxTokens: 64000;
|
|
40118
40004
|
readonly contextWindow: 1048576;
|
|
40119
40005
|
readonly supportsImages: true;
|
|
40120
|
-
readonly
|
|
40121
|
-
readonly
|
|
40122
|
-
readonly
|
|
40006
|
+
readonly supportsNativeTools: true;
|
|
40007
|
+
readonly supportsPromptCache: true;
|
|
40008
|
+
readonly inputPrice: 0.3;
|
|
40009
|
+
readonly outputPrice: 2.5;
|
|
40010
|
+
readonly cacheReadsPrice: 0.075;
|
|
40011
|
+
readonly cacheWritesPrice: 1;
|
|
40012
|
+
readonly maxThinkingTokens: 24576;
|
|
40013
|
+
readonly supportsReasoningBudget: true;
|
|
40123
40014
|
};
|
|
40124
|
-
readonly "gemini-
|
|
40125
|
-
readonly maxTokens:
|
|
40015
|
+
readonly "gemini-flash-lite-latest": {
|
|
40016
|
+
readonly maxTokens: 65536;
|
|
40126
40017
|
readonly contextWindow: 1048576;
|
|
40127
40018
|
readonly supportsImages: true;
|
|
40019
|
+
readonly supportsNativeTools: true;
|
|
40128
40020
|
readonly supportsPromptCache: true;
|
|
40129
40021
|
readonly inputPrice: 0.1;
|
|
40130
40022
|
readonly outputPrice: 0.4;
|
|
40131
40023
|
readonly cacheReadsPrice: 0.025;
|
|
40132
40024
|
readonly cacheWritesPrice: 1;
|
|
40025
|
+
readonly supportsReasoningBudget: true;
|
|
40026
|
+
readonly maxThinkingTokens: 24576;
|
|
40133
40027
|
};
|
|
40134
|
-
readonly "gemini-2.
|
|
40135
|
-
readonly maxTokens:
|
|
40136
|
-
readonly contextWindow: 2097152;
|
|
40137
|
-
readonly supportsImages: true;
|
|
40138
|
-
readonly supportsPromptCache: false;
|
|
40139
|
-
readonly inputPrice: 0;
|
|
40140
|
-
readonly outputPrice: 0;
|
|
40141
|
-
};
|
|
40142
|
-
readonly "gemini-1.5-flash-002": {
|
|
40143
|
-
readonly maxTokens: 8192;
|
|
40028
|
+
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
40029
|
+
readonly maxTokens: 65536;
|
|
40144
40030
|
readonly contextWindow: 1048576;
|
|
40145
40031
|
readonly supportsImages: true;
|
|
40032
|
+
readonly supportsNativeTools: true;
|
|
40146
40033
|
readonly supportsPromptCache: true;
|
|
40147
|
-
readonly inputPrice: 0.
|
|
40148
|
-
readonly outputPrice: 0.
|
|
40149
|
-
readonly cacheReadsPrice: 0.
|
|
40034
|
+
readonly inputPrice: 0.1;
|
|
40035
|
+
readonly outputPrice: 0.4;
|
|
40036
|
+
readonly cacheReadsPrice: 0.025;
|
|
40150
40037
|
readonly cacheWritesPrice: 1;
|
|
40151
|
-
readonly
|
|
40152
|
-
|
|
40153
|
-
readonly inputPrice: 0.075;
|
|
40154
|
-
readonly outputPrice: 0.3;
|
|
40155
|
-
readonly cacheReadsPrice: 0.01875;
|
|
40156
|
-
}, {
|
|
40157
|
-
readonly contextWindow: number;
|
|
40158
|
-
readonly inputPrice: 0.15;
|
|
40159
|
-
readonly outputPrice: 0.6;
|
|
40160
|
-
readonly cacheReadsPrice: 0.0375;
|
|
40161
|
-
}];
|
|
40162
|
-
};
|
|
40163
|
-
readonly "gemini-1.5-flash-exp-0827": {
|
|
40164
|
-
readonly maxTokens: 8192;
|
|
40165
|
-
readonly contextWindow: 1048576;
|
|
40166
|
-
readonly supportsImages: true;
|
|
40167
|
-
readonly supportsPromptCache: false;
|
|
40168
|
-
readonly inputPrice: 0;
|
|
40169
|
-
readonly outputPrice: 0;
|
|
40170
|
-
};
|
|
40171
|
-
readonly "gemini-1.5-flash-8b-exp-0827": {
|
|
40172
|
-
readonly maxTokens: 8192;
|
|
40173
|
-
readonly contextWindow: 1048576;
|
|
40174
|
-
readonly supportsImages: true;
|
|
40175
|
-
readonly supportsPromptCache: false;
|
|
40176
|
-
readonly inputPrice: 0;
|
|
40177
|
-
readonly outputPrice: 0;
|
|
40178
|
-
};
|
|
40179
|
-
readonly "gemini-1.5-pro-002": {
|
|
40180
|
-
readonly maxTokens: 8192;
|
|
40181
|
-
readonly contextWindow: 2097152;
|
|
40182
|
-
readonly supportsImages: true;
|
|
40183
|
-
readonly supportsPromptCache: false;
|
|
40184
|
-
readonly inputPrice: 0;
|
|
40185
|
-
readonly outputPrice: 0;
|
|
40186
|
-
};
|
|
40187
|
-
readonly "gemini-1.5-pro-exp-0827": {
|
|
40188
|
-
readonly maxTokens: 8192;
|
|
40189
|
-
readonly contextWindow: 2097152;
|
|
40190
|
-
readonly supportsImages: true;
|
|
40191
|
-
readonly supportsPromptCache: false;
|
|
40192
|
-
readonly inputPrice: 0;
|
|
40193
|
-
readonly outputPrice: 0;
|
|
40194
|
-
};
|
|
40195
|
-
readonly "gemini-exp-1206": {
|
|
40196
|
-
readonly maxTokens: 8192;
|
|
40197
|
-
readonly contextWindow: 2097152;
|
|
40198
|
-
readonly supportsImages: true;
|
|
40199
|
-
readonly supportsPromptCache: false;
|
|
40200
|
-
readonly inputPrice: 0;
|
|
40201
|
-
readonly outputPrice: 0;
|
|
40038
|
+
readonly supportsReasoningBudget: true;
|
|
40039
|
+
readonly maxThinkingTokens: 24576;
|
|
40202
40040
|
};
|
|
40203
40041
|
};
|
|
40204
40042
|
|
|
@@ -40514,6 +40352,7 @@ declare const openAiNativeModels: {
|
|
|
40514
40352
|
readonly "gpt-5.1": {
|
|
40515
40353
|
readonly maxTokens: 128000;
|
|
40516
40354
|
readonly contextWindow: 400000;
|
|
40355
|
+
readonly supportsNativeTools: true;
|
|
40517
40356
|
readonly supportsImages: true;
|
|
40518
40357
|
readonly supportsPromptCache: true;
|
|
40519
40358
|
readonly promptCacheRetention: "24h";
|
|
@@ -40542,6 +40381,7 @@ declare const openAiNativeModels: {
|
|
|
40542
40381
|
readonly "gpt-5.1-codex": {
|
|
40543
40382
|
readonly maxTokens: 128000;
|
|
40544
40383
|
readonly contextWindow: 400000;
|
|
40384
|
+
readonly supportsNativeTools: true;
|
|
40545
40385
|
readonly supportsImages: true;
|
|
40546
40386
|
readonly supportsPromptCache: true;
|
|
40547
40387
|
readonly promptCacheRetention: "24h";
|
|
@@ -40563,6 +40403,7 @@ declare const openAiNativeModels: {
|
|
|
40563
40403
|
readonly "gpt-5.1-codex-mini": {
|
|
40564
40404
|
readonly maxTokens: 128000;
|
|
40565
40405
|
readonly contextWindow: 400000;
|
|
40406
|
+
readonly supportsNativeTools: true;
|
|
40566
40407
|
readonly supportsImages: true;
|
|
40567
40408
|
readonly supportsPromptCache: true;
|
|
40568
40409
|
readonly promptCacheRetention: "24h";
|
|
@@ -40577,6 +40418,7 @@ declare const openAiNativeModels: {
|
|
|
40577
40418
|
readonly "gpt-5": {
|
|
40578
40419
|
readonly maxTokens: 128000;
|
|
40579
40420
|
readonly contextWindow: 400000;
|
|
40421
|
+
readonly supportsNativeTools: true;
|
|
40580
40422
|
readonly supportsImages: true;
|
|
40581
40423
|
readonly supportsPromptCache: true;
|
|
40582
40424
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -40604,6 +40446,7 @@ declare const openAiNativeModels: {
|
|
|
40604
40446
|
readonly "gpt-5-mini": {
|
|
40605
40447
|
readonly maxTokens: 128000;
|
|
40606
40448
|
readonly contextWindow: 400000;
|
|
40449
|
+
readonly supportsNativeTools: true;
|
|
40607
40450
|
readonly supportsImages: true;
|
|
40608
40451
|
readonly supportsPromptCache: true;
|
|
40609
40452
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -40631,6 +40474,7 @@ declare const openAiNativeModels: {
|
|
|
40631
40474
|
readonly "gpt-5-codex": {
|
|
40632
40475
|
readonly maxTokens: 128000;
|
|
40633
40476
|
readonly contextWindow: 400000;
|
|
40477
|
+
readonly supportsNativeTools: true;
|
|
40634
40478
|
readonly supportsImages: true;
|
|
40635
40479
|
readonly supportsPromptCache: true;
|
|
40636
40480
|
readonly supportsReasoningEffort: ["low", "medium", "high"];
|
|
@@ -40651,6 +40495,7 @@ declare const openAiNativeModels: {
|
|
|
40651
40495
|
readonly "gpt-5-nano": {
|
|
40652
40496
|
readonly maxTokens: 128000;
|
|
40653
40497
|
readonly contextWindow: 400000;
|
|
40498
|
+
readonly supportsNativeTools: true;
|
|
40654
40499
|
readonly supportsImages: true;
|
|
40655
40500
|
readonly supportsPromptCache: true;
|
|
40656
40501
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -40672,6 +40517,7 @@ declare const openAiNativeModels: {
|
|
|
40672
40517
|
readonly "gpt-5-chat-latest": {
|
|
40673
40518
|
readonly maxTokens: 128000;
|
|
40674
40519
|
readonly contextWindow: 400000;
|
|
40520
|
+
readonly supportsNativeTools: true;
|
|
40675
40521
|
readonly supportsImages: true;
|
|
40676
40522
|
readonly supportsPromptCache: true;
|
|
40677
40523
|
readonly inputPrice: 1.25;
|
|
@@ -40682,6 +40528,7 @@ declare const openAiNativeModels: {
|
|
|
40682
40528
|
readonly "gpt-4.1": {
|
|
40683
40529
|
readonly maxTokens: 32768;
|
|
40684
40530
|
readonly contextWindow: 1047576;
|
|
40531
|
+
readonly supportsNativeTools: true;
|
|
40685
40532
|
readonly supportsImages: true;
|
|
40686
40533
|
readonly supportsPromptCache: true;
|
|
40687
40534
|
readonly inputPrice: 2;
|
|
@@ -40699,6 +40546,7 @@ declare const openAiNativeModels: {
|
|
|
40699
40546
|
readonly "gpt-4.1-mini": {
|
|
40700
40547
|
readonly maxTokens: 32768;
|
|
40701
40548
|
readonly contextWindow: 1047576;
|
|
40549
|
+
readonly supportsNativeTools: true;
|
|
40702
40550
|
readonly supportsImages: true;
|
|
40703
40551
|
readonly supportsPromptCache: true;
|
|
40704
40552
|
readonly inputPrice: 0.4;
|
|
@@ -40716,6 +40564,7 @@ declare const openAiNativeModels: {
|
|
|
40716
40564
|
readonly "gpt-4.1-nano": {
|
|
40717
40565
|
readonly maxTokens: 32768;
|
|
40718
40566
|
readonly contextWindow: 1047576;
|
|
40567
|
+
readonly supportsNativeTools: true;
|
|
40719
40568
|
readonly supportsImages: true;
|
|
40720
40569
|
readonly supportsPromptCache: true;
|
|
40721
40570
|
readonly inputPrice: 0.1;
|
|
@@ -40733,6 +40582,7 @@ declare const openAiNativeModels: {
|
|
|
40733
40582
|
readonly o3: {
|
|
40734
40583
|
readonly maxTokens: 100000;
|
|
40735
40584
|
readonly contextWindow: 200000;
|
|
40585
|
+
readonly supportsNativeTools: true;
|
|
40736
40586
|
readonly supportsImages: true;
|
|
40737
40587
|
readonly supportsPromptCache: true;
|
|
40738
40588
|
readonly inputPrice: 2;
|
|
@@ -40758,6 +40608,7 @@ declare const openAiNativeModels: {
|
|
|
40758
40608
|
readonly "o3-high": {
|
|
40759
40609
|
readonly maxTokens: 100000;
|
|
40760
40610
|
readonly contextWindow: 200000;
|
|
40611
|
+
readonly supportsNativeTools: true;
|
|
40761
40612
|
readonly supportsImages: true;
|
|
40762
40613
|
readonly supportsPromptCache: true;
|
|
40763
40614
|
readonly inputPrice: 2;
|
|
@@ -40769,6 +40620,7 @@ declare const openAiNativeModels: {
|
|
|
40769
40620
|
readonly "o3-low": {
|
|
40770
40621
|
readonly maxTokens: 100000;
|
|
40771
40622
|
readonly contextWindow: 200000;
|
|
40623
|
+
readonly supportsNativeTools: true;
|
|
40772
40624
|
readonly supportsImages: true;
|
|
40773
40625
|
readonly supportsPromptCache: true;
|
|
40774
40626
|
readonly inputPrice: 2;
|
|
@@ -40780,6 +40632,7 @@ declare const openAiNativeModels: {
|
|
|
40780
40632
|
readonly "o4-mini": {
|
|
40781
40633
|
readonly maxTokens: 100000;
|
|
40782
40634
|
readonly contextWindow: 200000;
|
|
40635
|
+
readonly supportsNativeTools: true;
|
|
40783
40636
|
readonly supportsImages: true;
|
|
40784
40637
|
readonly supportsPromptCache: true;
|
|
40785
40638
|
readonly inputPrice: 1.1;
|
|
@@ -40805,6 +40658,7 @@ declare const openAiNativeModels: {
|
|
|
40805
40658
|
readonly "o4-mini-high": {
|
|
40806
40659
|
readonly maxTokens: 100000;
|
|
40807
40660
|
readonly contextWindow: 200000;
|
|
40661
|
+
readonly supportsNativeTools: true;
|
|
40808
40662
|
readonly supportsImages: true;
|
|
40809
40663
|
readonly supportsPromptCache: true;
|
|
40810
40664
|
readonly inputPrice: 1.1;
|
|
@@ -40816,6 +40670,7 @@ declare const openAiNativeModels: {
|
|
|
40816
40670
|
readonly "o4-mini-low": {
|
|
40817
40671
|
readonly maxTokens: 100000;
|
|
40818
40672
|
readonly contextWindow: 200000;
|
|
40673
|
+
readonly supportsNativeTools: true;
|
|
40819
40674
|
readonly supportsImages: true;
|
|
40820
40675
|
readonly supportsPromptCache: true;
|
|
40821
40676
|
readonly inputPrice: 1.1;
|
|
@@ -40827,6 +40682,7 @@ declare const openAiNativeModels: {
|
|
|
40827
40682
|
readonly "o3-mini": {
|
|
40828
40683
|
readonly maxTokens: 100000;
|
|
40829
40684
|
readonly contextWindow: 200000;
|
|
40685
|
+
readonly supportsNativeTools: true;
|
|
40830
40686
|
readonly supportsImages: false;
|
|
40831
40687
|
readonly supportsPromptCache: true;
|
|
40832
40688
|
readonly inputPrice: 1.1;
|
|
@@ -40839,6 +40695,7 @@ declare const openAiNativeModels: {
|
|
|
40839
40695
|
readonly "o3-mini-high": {
|
|
40840
40696
|
readonly maxTokens: 100000;
|
|
40841
40697
|
readonly contextWindow: 200000;
|
|
40698
|
+
readonly supportsNativeTools: true;
|
|
40842
40699
|
readonly supportsImages: false;
|
|
40843
40700
|
readonly supportsPromptCache: true;
|
|
40844
40701
|
readonly inputPrice: 1.1;
|
|
@@ -40850,6 +40707,7 @@ declare const openAiNativeModels: {
|
|
|
40850
40707
|
readonly "o3-mini-low": {
|
|
40851
40708
|
readonly maxTokens: 100000;
|
|
40852
40709
|
readonly contextWindow: 200000;
|
|
40710
|
+
readonly supportsNativeTools: true;
|
|
40853
40711
|
readonly supportsImages: false;
|
|
40854
40712
|
readonly supportsPromptCache: true;
|
|
40855
40713
|
readonly inputPrice: 1.1;
|
|
@@ -40861,6 +40719,7 @@ declare const openAiNativeModels: {
|
|
|
40861
40719
|
readonly o1: {
|
|
40862
40720
|
readonly maxTokens: 100000;
|
|
40863
40721
|
readonly contextWindow: 200000;
|
|
40722
|
+
readonly supportsNativeTools: true;
|
|
40864
40723
|
readonly supportsImages: true;
|
|
40865
40724
|
readonly supportsPromptCache: true;
|
|
40866
40725
|
readonly inputPrice: 15;
|
|
@@ -40871,6 +40730,7 @@ declare const openAiNativeModels: {
|
|
|
40871
40730
|
readonly "o1-preview": {
|
|
40872
40731
|
readonly maxTokens: 32768;
|
|
40873
40732
|
readonly contextWindow: 128000;
|
|
40733
|
+
readonly supportsNativeTools: true;
|
|
40874
40734
|
readonly supportsImages: true;
|
|
40875
40735
|
readonly supportsPromptCache: true;
|
|
40876
40736
|
readonly inputPrice: 15;
|
|
@@ -40881,6 +40741,7 @@ declare const openAiNativeModels: {
|
|
|
40881
40741
|
readonly "o1-mini": {
|
|
40882
40742
|
readonly maxTokens: 65536;
|
|
40883
40743
|
readonly contextWindow: 128000;
|
|
40744
|
+
readonly supportsNativeTools: true;
|
|
40884
40745
|
readonly supportsImages: true;
|
|
40885
40746
|
readonly supportsPromptCache: true;
|
|
40886
40747
|
readonly inputPrice: 1.1;
|
|
@@ -40891,6 +40752,7 @@ declare const openAiNativeModels: {
|
|
|
40891
40752
|
readonly "gpt-4o": {
|
|
40892
40753
|
readonly maxTokens: 16384;
|
|
40893
40754
|
readonly contextWindow: 128000;
|
|
40755
|
+
readonly supportsNativeTools: true;
|
|
40894
40756
|
readonly supportsImages: true;
|
|
40895
40757
|
readonly supportsPromptCache: true;
|
|
40896
40758
|
readonly inputPrice: 2.5;
|
|
@@ -40908,6 +40770,7 @@ declare const openAiNativeModels: {
|
|
|
40908
40770
|
readonly "gpt-4o-mini": {
|
|
40909
40771
|
readonly maxTokens: 16384;
|
|
40910
40772
|
readonly contextWindow: 128000;
|
|
40773
|
+
readonly supportsNativeTools: true;
|
|
40911
40774
|
readonly supportsImages: true;
|
|
40912
40775
|
readonly supportsPromptCache: true;
|
|
40913
40776
|
readonly inputPrice: 0.15;
|
|
@@ -40925,6 +40788,7 @@ declare const openAiNativeModels: {
|
|
|
40925
40788
|
readonly "codex-mini-latest": {
|
|
40926
40789
|
readonly maxTokens: 16384;
|
|
40927
40790
|
readonly contextWindow: 200000;
|
|
40791
|
+
readonly supportsNativeTools: true;
|
|
40928
40792
|
readonly supportsImages: false;
|
|
40929
40793
|
readonly supportsPromptCache: false;
|
|
40930
40794
|
readonly inputPrice: 1.5;
|
|
@@ -40936,6 +40800,7 @@ declare const openAiNativeModels: {
|
|
|
40936
40800
|
readonly "gpt-5-2025-08-07": {
|
|
40937
40801
|
readonly maxTokens: 128000;
|
|
40938
40802
|
readonly contextWindow: 400000;
|
|
40803
|
+
readonly supportsNativeTools: true;
|
|
40939
40804
|
readonly supportsImages: true;
|
|
40940
40805
|
readonly supportsPromptCache: true;
|
|
40941
40806
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -40963,6 +40828,7 @@ declare const openAiNativeModels: {
|
|
|
40963
40828
|
readonly "gpt-5-mini-2025-08-07": {
|
|
40964
40829
|
readonly maxTokens: 128000;
|
|
40965
40830
|
readonly contextWindow: 400000;
|
|
40831
|
+
readonly supportsNativeTools: true;
|
|
40966
40832
|
readonly supportsImages: true;
|
|
40967
40833
|
readonly supportsPromptCache: true;
|
|
40968
40834
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -40990,6 +40856,7 @@ declare const openAiNativeModels: {
|
|
|
40990
40856
|
readonly "gpt-5-nano-2025-08-07": {
|
|
40991
40857
|
readonly maxTokens: 128000;
|
|
40992
40858
|
readonly contextWindow: 400000;
|
|
40859
|
+
readonly supportsNativeTools: true;
|
|
40993
40860
|
readonly supportsImages: true;
|
|
40994
40861
|
readonly supportsPromptCache: true;
|
|
40995
40862
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
@@ -41061,28 +40928,6 @@ declare const rooDefaultModelId = "xai/grok-code-fast-1";
|
|
|
41061
40928
|
* All model data comes dynamically from the API.
|
|
41062
40929
|
*/
|
|
41063
40930
|
declare const rooModels: {};
|
|
41064
|
-
/**
|
|
41065
|
-
* Model-specific defaults for Roo provider models.
|
|
41066
|
-
* These defaults are merged with dynamically fetched model data.
|
|
41067
|
-
*
|
|
41068
|
-
* Use this to configure model-specific settings like defaultToolProtocol.
|
|
41069
|
-
*
|
|
41070
|
-
* Example usage:
|
|
41071
|
-
* ```typescript
|
|
41072
|
-
* export const rooModelDefaults: Record<string, Partial<ModelInfo>> = {
|
|
41073
|
-
* "anthropic/claude-3-5-sonnet-20241022": {
|
|
41074
|
-
* defaultToolProtocol: "xml",
|
|
41075
|
-
* },
|
|
41076
|
-
* "openai/gpt-4o": {
|
|
41077
|
-
* defaultToolProtocol: "native",
|
|
41078
|
-
* },
|
|
41079
|
-
* "xai/grok-code-fast-1": {
|
|
41080
|
-
* defaultToolProtocol: "native",
|
|
41081
|
-
* },
|
|
41082
|
-
* }
|
|
41083
|
-
* ```
|
|
41084
|
-
*/
|
|
41085
|
-
declare const rooModelDefaults: Record<string, Partial<ModelInfo>>;
|
|
41086
40931
|
/**
|
|
41087
40932
|
* Roo Code Cloud API response schemas
|
|
41088
40933
|
*/
|
|
@@ -41382,6 +41227,27 @@ declare const unboundDefaultModelInfo: ModelInfo;
|
|
|
41382
41227
|
type VertexModelId = keyof typeof vertexModels;
|
|
41383
41228
|
declare const vertexDefaultModelId: VertexModelId;
|
|
41384
41229
|
declare const vertexModels: {
|
|
41230
|
+
readonly "gemini-3-pro-preview": {
|
|
41231
|
+
readonly maxTokens: 65536;
|
|
41232
|
+
readonly contextWindow: 1048576;
|
|
41233
|
+
readonly supportsImages: true;
|
|
41234
|
+
readonly supportsPromptCache: true;
|
|
41235
|
+
readonly supportsReasoningEffort: ["low", "high"];
|
|
41236
|
+
readonly reasoningEffort: "low";
|
|
41237
|
+
readonly supportsTemperature: true;
|
|
41238
|
+
readonly defaultTemperature: 1;
|
|
41239
|
+
readonly inputPrice: 4;
|
|
41240
|
+
readonly outputPrice: 18;
|
|
41241
|
+
readonly tiers: [{
|
|
41242
|
+
readonly contextWindow: 200000;
|
|
41243
|
+
readonly inputPrice: 2;
|
|
41244
|
+
readonly outputPrice: 12;
|
|
41245
|
+
}, {
|
|
41246
|
+
readonly contextWindow: number;
|
|
41247
|
+
readonly inputPrice: 4;
|
|
41248
|
+
readonly outputPrice: 18;
|
|
41249
|
+
}];
|
|
41250
|
+
};
|
|
41385
41251
|
readonly "gemini-2.5-flash-preview-05-20:thinking": {
|
|
41386
41252
|
readonly maxTokens: 65535;
|
|
41387
41253
|
readonly contextWindow: 1048576;
|
|
@@ -42228,11 +42094,12 @@ declare const minimaxModels: {
|
|
|
42228
42094
|
readonly contextWindow: 192000;
|
|
42229
42095
|
readonly supportsImages: false;
|
|
42230
42096
|
readonly supportsPromptCache: true;
|
|
42097
|
+
readonly supportsNativeTools: true;
|
|
42098
|
+
readonly preserveReasoning: true;
|
|
42231
42099
|
readonly inputPrice: 0.3;
|
|
42232
42100
|
readonly outputPrice: 1.2;
|
|
42233
42101
|
readonly cacheWritesPrice: 0.375;
|
|
42234
42102
|
readonly cacheReadsPrice: 0.03;
|
|
42235
|
-
readonly preserveReasoning: true;
|
|
42236
42103
|
readonly description: "MiniMax M2, a model born for Agents and code, featuring Top-tier Coding Capabilities, Powerful Agentic Performance, and Ultimate Cost-Effectiveness & Speed.";
|
|
42237
42104
|
};
|
|
42238
42105
|
readonly "MiniMax-M2-Stable": {
|
|
@@ -42240,14 +42107,17 @@ declare const minimaxModels: {
|
|
|
42240
42107
|
readonly contextWindow: 192000;
|
|
42241
42108
|
readonly supportsImages: false;
|
|
42242
42109
|
readonly supportsPromptCache: true;
|
|
42110
|
+
readonly supportsNativeTools: true;
|
|
42111
|
+
readonly preserveReasoning: true;
|
|
42243
42112
|
readonly inputPrice: 0.3;
|
|
42244
42113
|
readonly outputPrice: 1.2;
|
|
42245
42114
|
readonly cacheWritesPrice: 0.375;
|
|
42246
42115
|
readonly cacheReadsPrice: 0.03;
|
|
42247
|
-
readonly preserveReasoning: true;
|
|
42248
42116
|
readonly description: "MiniMax M2 Stable (High Concurrency, Commercial Use), a model born for Agents and code, featuring Top-tier Coding Capabilities, Powerful Agentic Performance, and Ultimate Cost-Effectiveness & Speed.";
|
|
42249
42117
|
};
|
|
42250
42118
|
};
|
|
42119
|
+
declare const minimaxDefaultModelInfo: ModelInfo;
|
|
42120
|
+
declare const MINIMAX_DEFAULT_MAX_TOKENS = 16384;
|
|
42251
42121
|
declare const MINIMAX_DEFAULT_TEMPERATURE = 1;
|
|
42252
42122
|
|
|
42253
42123
|
/**
|
|
@@ -42259,4 +42129,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
|
|
|
42259
42129
|
isChina?: boolean;
|
|
42260
42130
|
}): string;
|
|
42261
42131
|
|
|
42262
|
-
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, type BrowserActionParams, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, type ConsentCookieValue, type ContextCondense, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type MoonshotModelId, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypicalProvider, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getEffectiveProtocol, getModelId, getProviderDefaultModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModelDefaults, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|
|
42132
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, type BrowserActionParams, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, type ConsentCookieValue, type ContextCondense, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationModel, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type MoonshotModelId, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypicalProvider, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getEffectiveProtocol, getModelId, getProviderDefaultModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|