@roo-code/types 1.91.0 → 1.93.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 +460 -146
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +486 -318
- package/dist/index.d.ts +486 -318
- package/dist/index.js +455 -143
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1322,9 +1322,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1322
1322
|
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
1323
1323
|
} & {
|
|
1324
1324
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
1325
|
-
} & {
|
|
1326
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
1327
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
1328
1325
|
} & {
|
|
1329
1326
|
apiProvider: z.ZodLiteral<"claude-code">;
|
|
1330
1327
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1343,8 +1340,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1343
1340
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
1344
1341
|
toolProtocol?: "xml" | "native" | undefined;
|
|
1345
1342
|
apiModelId?: string | undefined;
|
|
1346
|
-
claudeCodePath?: string | undefined;
|
|
1347
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
1348
1343
|
}, {
|
|
1349
1344
|
apiProvider: "claude-code";
|
|
1350
1345
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -1361,8 +1356,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1361
1356
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
1362
1357
|
toolProtocol?: "xml" | "native" | undefined;
|
|
1363
1358
|
apiModelId?: string | undefined;
|
|
1364
|
-
claudeCodePath?: string | undefined;
|
|
1365
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
1366
1359
|
}>, z.ZodObject<{
|
|
1367
1360
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1361
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1458,6 +1451,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1458
1451
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1459
1452
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
1460
1453
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
1454
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
1461
1455
|
} & {
|
|
1462
1456
|
apiProvider: z.ZodLiteral<"bedrock">;
|
|
1463
1457
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1492,6 +1486,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1492
1486
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
1493
1487
|
awsBedrockEndpoint?: string | undefined;
|
|
1494
1488
|
awsBedrock1MContext?: boolean | undefined;
|
|
1489
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
1495
1490
|
}, {
|
|
1496
1491
|
apiProvider: "bedrock";
|
|
1497
1492
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -1524,6 +1519,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1524
1519
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
1525
1520
|
awsBedrockEndpoint?: string | undefined;
|
|
1526
1521
|
awsBedrock1MContext?: boolean | undefined;
|
|
1522
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
1527
1523
|
}>, z.ZodObject<{
|
|
1528
1524
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
1529
1525
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3906,13 +3902,12 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3906
3902
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3907
3903
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
3908
3904
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3905
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
3909
3906
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
3910
3907
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
3911
3908
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3912
3909
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
3913
3910
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
3914
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
3915
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
3916
3911
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
3917
3912
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3918
3913
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3947,8 +3942,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3947
3942
|
anthropicBaseUrl?: string | undefined;
|
|
3948
3943
|
anthropicUseAuthToken?: boolean | undefined;
|
|
3949
3944
|
anthropicBeta1MContext?: boolean | undefined;
|
|
3950
|
-
claudeCodePath?: string | undefined;
|
|
3951
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
3952
3945
|
openRouterApiKey?: string | undefined;
|
|
3953
3946
|
openRouterModelId?: string | undefined;
|
|
3954
3947
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -3970,6 +3963,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3970
3963
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
3971
3964
|
awsBedrockEndpoint?: string | undefined;
|
|
3972
3965
|
awsBedrock1MContext?: boolean | undefined;
|
|
3966
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
3973
3967
|
vertexKeyFile?: string | undefined;
|
|
3974
3968
|
vertexJsonCredentials?: string | undefined;
|
|
3975
3969
|
vertexProjectId?: string | undefined;
|
|
@@ -4119,8 +4113,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4119
4113
|
anthropicBaseUrl?: string | undefined;
|
|
4120
4114
|
anthropicUseAuthToken?: boolean | undefined;
|
|
4121
4115
|
anthropicBeta1MContext?: boolean | undefined;
|
|
4122
|
-
claudeCodePath?: string | undefined;
|
|
4123
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
4124
4116
|
openRouterApiKey?: string | undefined;
|
|
4125
4117
|
openRouterModelId?: string | undefined;
|
|
4126
4118
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -4142,6 +4134,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4142
4134
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
4143
4135
|
awsBedrockEndpoint?: string | undefined;
|
|
4144
4136
|
awsBedrock1MContext?: boolean | undefined;
|
|
4137
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
4145
4138
|
vertexKeyFile?: string | undefined;
|
|
4146
4139
|
vertexJsonCredentials?: string | undefined;
|
|
4147
4140
|
vertexProjectId?: string | undefined;
|
|
@@ -4530,13 +4523,12 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4530
4523
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4531
4524
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
4532
4525
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
4526
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
4533
4527
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
4534
4528
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
4535
4529
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4536
4530
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
4537
4531
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
4538
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
4539
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
4540
4532
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
4541
4533
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4542
4534
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4574,8 +4566,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4574
4566
|
anthropicBaseUrl?: string | undefined;
|
|
4575
4567
|
anthropicUseAuthToken?: boolean | undefined;
|
|
4576
4568
|
anthropicBeta1MContext?: boolean | undefined;
|
|
4577
|
-
claudeCodePath?: string | undefined;
|
|
4578
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
4579
4569
|
openRouterApiKey?: string | undefined;
|
|
4580
4570
|
openRouterModelId?: string | undefined;
|
|
4581
4571
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -4597,6 +4587,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4597
4587
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
4598
4588
|
awsBedrockEndpoint?: string | undefined;
|
|
4599
4589
|
awsBedrock1MContext?: boolean | undefined;
|
|
4590
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
4600
4591
|
vertexKeyFile?: string | undefined;
|
|
4601
4592
|
vertexJsonCredentials?: string | undefined;
|
|
4602
4593
|
vertexProjectId?: string | undefined;
|
|
@@ -4747,8 +4738,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4747
4738
|
anthropicBaseUrl?: string | undefined;
|
|
4748
4739
|
anthropicUseAuthToken?: boolean | undefined;
|
|
4749
4740
|
anthropicBeta1MContext?: boolean | undefined;
|
|
4750
|
-
claudeCodePath?: string | undefined;
|
|
4751
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
4752
4741
|
openRouterApiKey?: string | undefined;
|
|
4753
4742
|
openRouterModelId?: string | undefined;
|
|
4754
4743
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -4770,6 +4759,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4770
4759
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
4771
4760
|
awsBedrockEndpoint?: string | undefined;
|
|
4772
4761
|
awsBedrock1MContext?: boolean | undefined;
|
|
4762
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
4773
4763
|
vertexKeyFile?: string | undefined;
|
|
4774
4764
|
vertexJsonCredentials?: string | undefined;
|
|
4775
4765
|
vertexProjectId?: string | undefined;
|
|
@@ -4970,9 +4960,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4970
4960
|
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
4971
4961
|
} & {
|
|
4972
4962
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
4973
|
-
} & {
|
|
4974
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
4975
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
4976
4963
|
} & {
|
|
4977
4964
|
apiProvider: z.ZodLiteral<"claude-code">;
|
|
4978
4965
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4991,8 +4978,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4991
4978
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
4992
4979
|
toolProtocol?: "xml" | "native" | undefined;
|
|
4993
4980
|
apiModelId?: string | undefined;
|
|
4994
|
-
claudeCodePath?: string | undefined;
|
|
4995
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
4996
4981
|
}, {
|
|
4997
4982
|
apiProvider: "claude-code";
|
|
4998
4983
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -5009,8 +4994,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5009
4994
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5010
4995
|
toolProtocol?: "xml" | "native" | undefined;
|
|
5011
4996
|
apiModelId?: string | undefined;
|
|
5012
|
-
claudeCodePath?: string | undefined;
|
|
5013
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
5014
4997
|
}>, z.ZodObject<{
|
|
5015
4998
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
5016
4999
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5106,6 +5089,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5106
5089
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5107
5090
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
5108
5091
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
5092
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
5109
5093
|
} & {
|
|
5110
5094
|
apiProvider: z.ZodLiteral<"bedrock">;
|
|
5111
5095
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5140,6 +5124,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5140
5124
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
5141
5125
|
awsBedrockEndpoint?: string | undefined;
|
|
5142
5126
|
awsBedrock1MContext?: boolean | undefined;
|
|
5127
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
5143
5128
|
}, {
|
|
5144
5129
|
apiProvider: "bedrock";
|
|
5145
5130
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -5172,6 +5157,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5172
5157
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
5173
5158
|
awsBedrockEndpoint?: string | undefined;
|
|
5174
5159
|
awsBedrock1MContext?: boolean | undefined;
|
|
5160
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
5175
5161
|
}>, z.ZodObject<{
|
|
5176
5162
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
5177
5163
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7295,7 +7281,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
7295
7281
|
id?: string | undefined;
|
|
7296
7282
|
}>>;
|
|
7297
7283
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
7298
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "
|
|
7284
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "enableUrlContext", "enableGrounding", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
|
|
7299
7285
|
/**
|
|
7300
7286
|
* ModelIdKey
|
|
7301
7287
|
*/
|
|
@@ -7448,7 +7434,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7448
7434
|
alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
|
|
7449
7435
|
writeDelayMs: z.ZodOptional<z.ZodNumber>;
|
|
7450
7436
|
alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
|
|
7451
|
-
alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
|
|
7452
7437
|
requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
|
|
7453
7438
|
alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
|
|
7454
7439
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7456,7 +7441,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7456
7441
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
7457
7442
|
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
7458
7443
|
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
7459
|
-
alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
|
|
7460
7444
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7461
7445
|
deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7462
7446
|
commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7851,7 +7835,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7851
7835
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
7852
7836
|
writeDelayMs?: number | undefined;
|
|
7853
7837
|
alwaysAllowBrowser?: boolean | undefined;
|
|
7854
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
7855
7838
|
requestDelaySeconds?: number | undefined;
|
|
7856
7839
|
alwaysAllowMcp?: boolean | undefined;
|
|
7857
7840
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -7859,7 +7842,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7859
7842
|
alwaysAllowExecute?: boolean | undefined;
|
|
7860
7843
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
7861
7844
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
7862
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
7863
7845
|
allowedCommands?: string[] | undefined;
|
|
7864
7846
|
deniedCommands?: string[] | undefined;
|
|
7865
7847
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -8039,7 +8021,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
8039
8021
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
8040
8022
|
writeDelayMs?: number | undefined;
|
|
8041
8023
|
alwaysAllowBrowser?: boolean | undefined;
|
|
8042
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
8043
8024
|
requestDelaySeconds?: number | undefined;
|
|
8044
8025
|
alwaysAllowMcp?: boolean | undefined;
|
|
8045
8026
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -8047,7 +8028,6 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
8047
8028
|
alwaysAllowExecute?: boolean | undefined;
|
|
8048
8029
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
8049
8030
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
8050
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
8051
8031
|
allowedCommands?: string[] | undefined;
|
|
8052
8032
|
deniedCommands?: string[] | undefined;
|
|
8053
8033
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -8164,7 +8144,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
8164
8144
|
lastModeImportPath?: string | undefined;
|
|
8165
8145
|
}>;
|
|
8166
8146
|
type GlobalSettings = z.infer<typeof globalSettingsSchema>;
|
|
8167
|
-
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "
|
|
8147
|
+
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "includeCurrentTime", "includeCurrentCost", "maxGitStatusFiles", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "checkpointTimeout", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "maxImageFileSize", "maxTotalImageSize", "terminalOutputLineLimit", "terminalOutputCharacterLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "reasoningBlockCollapsed", "enterBehavior", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
|
|
8168
8148
|
/**
|
|
8169
8149
|
* RooCodeSettings
|
|
8170
8150
|
*/
|
|
@@ -8431,13 +8411,12 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8431
8411
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8432
8412
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
8433
8413
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
8414
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
8434
8415
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
8435
8416
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
8436
8417
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8437
8418
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
8438
8419
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
8439
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
8440
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
8441
8420
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
8442
8421
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8443
8422
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8542,7 +8521,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8542
8521
|
alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
|
|
8543
8522
|
writeDelayMs: z.ZodOptional<z.ZodNumber>;
|
|
8544
8523
|
alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
|
|
8545
|
-
alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
|
|
8546
8524
|
requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
|
|
8547
8525
|
alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
|
|
8548
8526
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8550,7 +8528,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8550
8528
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
8551
8529
|
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
8552
8530
|
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
8553
|
-
alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
|
|
8554
8531
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8555
8532
|
deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8556
8533
|
commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8883,8 +8860,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8883
8860
|
anthropicBaseUrl?: string | undefined;
|
|
8884
8861
|
anthropicUseAuthToken?: boolean | undefined;
|
|
8885
8862
|
anthropicBeta1MContext?: boolean | undefined;
|
|
8886
|
-
claudeCodePath?: string | undefined;
|
|
8887
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
8888
8863
|
openRouterApiKey?: string | undefined;
|
|
8889
8864
|
openRouterModelId?: string | undefined;
|
|
8890
8865
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -8906,6 +8881,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8906
8881
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
8907
8882
|
awsBedrockEndpoint?: string | undefined;
|
|
8908
8883
|
awsBedrock1MContext?: boolean | undefined;
|
|
8884
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
8909
8885
|
vertexKeyFile?: string | undefined;
|
|
8910
8886
|
vertexJsonCredentials?: string | undefined;
|
|
8911
8887
|
vertexProjectId?: string | undefined;
|
|
@@ -9086,7 +9062,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9086
9062
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
9087
9063
|
writeDelayMs?: number | undefined;
|
|
9088
9064
|
alwaysAllowBrowser?: boolean | undefined;
|
|
9089
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
9090
9065
|
requestDelaySeconds?: number | undefined;
|
|
9091
9066
|
alwaysAllowMcp?: boolean | undefined;
|
|
9092
9067
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -9094,7 +9069,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9094
9069
|
alwaysAllowExecute?: boolean | undefined;
|
|
9095
9070
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9096
9071
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9097
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
9098
9072
|
allowedCommands?: string[] | undefined;
|
|
9099
9073
|
deniedCommands?: string[] | undefined;
|
|
9100
9074
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -9239,8 +9213,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9239
9213
|
anthropicBaseUrl?: string | undefined;
|
|
9240
9214
|
anthropicUseAuthToken?: boolean | undefined;
|
|
9241
9215
|
anthropicBeta1MContext?: boolean | undefined;
|
|
9242
|
-
claudeCodePath?: string | undefined;
|
|
9243
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
9244
9216
|
openRouterApiKey?: string | undefined;
|
|
9245
9217
|
openRouterModelId?: string | undefined;
|
|
9246
9218
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -9262,6 +9234,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9262
9234
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
9263
9235
|
awsBedrockEndpoint?: string | undefined;
|
|
9264
9236
|
awsBedrock1MContext?: boolean | undefined;
|
|
9237
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
9265
9238
|
vertexKeyFile?: string | undefined;
|
|
9266
9239
|
vertexJsonCredentials?: string | undefined;
|
|
9267
9240
|
vertexProjectId?: string | undefined;
|
|
@@ -9442,7 +9415,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9442
9415
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
9443
9416
|
writeDelayMs?: number | undefined;
|
|
9444
9417
|
alwaysAllowBrowser?: boolean | undefined;
|
|
9445
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
9446
9418
|
requestDelaySeconds?: number | undefined;
|
|
9447
9419
|
alwaysAllowMcp?: boolean | undefined;
|
|
9448
9420
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -9450,7 +9422,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9450
9422
|
alwaysAllowExecute?: boolean | undefined;
|
|
9451
9423
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9452
9424
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9453
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
9454
9425
|
allowedCommands?: string[] | undefined;
|
|
9455
9426
|
deniedCommands?: string[] | undefined;
|
|
9456
9427
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -9903,13 +9874,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9903
9874
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
9904
9875
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
9905
9876
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
9877
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
9906
9878
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
9907
9879
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
9908
9880
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
9909
9881
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
9910
9882
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
9911
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
9912
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
9913
9883
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
9914
9884
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
9915
9885
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10014,7 +9984,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10014
9984
|
alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
|
|
10015
9985
|
writeDelayMs: z.ZodOptional<z.ZodNumber>;
|
|
10016
9986
|
alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
|
|
10017
|
-
alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
|
|
10018
9987
|
requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
|
|
10019
9988
|
alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
|
|
10020
9989
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10022,7 +9991,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10022
9991
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
10023
9992
|
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
10024
9993
|
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
10025
|
-
alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
|
|
10026
9994
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10027
9995
|
deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10028
9996
|
commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10355,8 +10323,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10355
10323
|
anthropicBaseUrl?: string | undefined;
|
|
10356
10324
|
anthropicUseAuthToken?: boolean | undefined;
|
|
10357
10325
|
anthropicBeta1MContext?: boolean | undefined;
|
|
10358
|
-
claudeCodePath?: string | undefined;
|
|
10359
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
10360
10326
|
openRouterApiKey?: string | undefined;
|
|
10361
10327
|
openRouterModelId?: string | undefined;
|
|
10362
10328
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -10378,6 +10344,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10378
10344
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
10379
10345
|
awsBedrockEndpoint?: string | undefined;
|
|
10380
10346
|
awsBedrock1MContext?: boolean | undefined;
|
|
10347
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
10381
10348
|
vertexKeyFile?: string | undefined;
|
|
10382
10349
|
vertexJsonCredentials?: string | undefined;
|
|
10383
10350
|
vertexProjectId?: string | undefined;
|
|
@@ -10558,7 +10525,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10558
10525
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
10559
10526
|
writeDelayMs?: number | undefined;
|
|
10560
10527
|
alwaysAllowBrowser?: boolean | undefined;
|
|
10561
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
10562
10528
|
requestDelaySeconds?: number | undefined;
|
|
10563
10529
|
alwaysAllowMcp?: boolean | undefined;
|
|
10564
10530
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -10566,7 +10532,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10566
10532
|
alwaysAllowExecute?: boolean | undefined;
|
|
10567
10533
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
10568
10534
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
10569
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
10570
10535
|
allowedCommands?: string[] | undefined;
|
|
10571
10536
|
deniedCommands?: string[] | undefined;
|
|
10572
10537
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -10711,8 +10676,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10711
10676
|
anthropicBaseUrl?: string | undefined;
|
|
10712
10677
|
anthropicUseAuthToken?: boolean | undefined;
|
|
10713
10678
|
anthropicBeta1MContext?: boolean | undefined;
|
|
10714
|
-
claudeCodePath?: string | undefined;
|
|
10715
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
10716
10679
|
openRouterApiKey?: string | undefined;
|
|
10717
10680
|
openRouterModelId?: string | undefined;
|
|
10718
10681
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -10734,6 +10697,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10734
10697
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
10735
10698
|
awsBedrockEndpoint?: string | undefined;
|
|
10736
10699
|
awsBedrock1MContext?: boolean | undefined;
|
|
10700
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
10737
10701
|
vertexKeyFile?: string | undefined;
|
|
10738
10702
|
vertexJsonCredentials?: string | undefined;
|
|
10739
10703
|
vertexProjectId?: string | undefined;
|
|
@@ -10914,7 +10878,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10914
10878
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
10915
10879
|
writeDelayMs?: number | undefined;
|
|
10916
10880
|
alwaysAllowBrowser?: boolean | undefined;
|
|
10917
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
10918
10881
|
requestDelaySeconds?: number | undefined;
|
|
10919
10882
|
alwaysAllowMcp?: boolean | undefined;
|
|
10920
10883
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -10922,7 +10885,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10922
10885
|
alwaysAllowExecute?: boolean | undefined;
|
|
10923
10886
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
10924
10887
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
10925
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
10926
10888
|
allowedCommands?: string[] | undefined;
|
|
10927
10889
|
deniedCommands?: string[] | undefined;
|
|
10928
10890
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -11073,8 +11035,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11073
11035
|
anthropicBaseUrl?: string | undefined;
|
|
11074
11036
|
anthropicUseAuthToken?: boolean | undefined;
|
|
11075
11037
|
anthropicBeta1MContext?: boolean | undefined;
|
|
11076
|
-
claudeCodePath?: string | undefined;
|
|
11077
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
11078
11038
|
openRouterApiKey?: string | undefined;
|
|
11079
11039
|
openRouterModelId?: string | undefined;
|
|
11080
11040
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -11096,6 +11056,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11096
11056
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
11097
11057
|
awsBedrockEndpoint?: string | undefined;
|
|
11098
11058
|
awsBedrock1MContext?: boolean | undefined;
|
|
11059
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
11099
11060
|
vertexKeyFile?: string | undefined;
|
|
11100
11061
|
vertexJsonCredentials?: string | undefined;
|
|
11101
11062
|
vertexProjectId?: string | undefined;
|
|
@@ -11276,7 +11237,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11276
11237
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
11277
11238
|
writeDelayMs?: number | undefined;
|
|
11278
11239
|
alwaysAllowBrowser?: boolean | undefined;
|
|
11279
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
11280
11240
|
requestDelaySeconds?: number | undefined;
|
|
11281
11241
|
alwaysAllowMcp?: boolean | undefined;
|
|
11282
11242
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -11284,7 +11244,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11284
11244
|
alwaysAllowExecute?: boolean | undefined;
|
|
11285
11245
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
11286
11246
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
11287
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
11288
11247
|
allowedCommands?: string[] | undefined;
|
|
11289
11248
|
deniedCommands?: string[] | undefined;
|
|
11290
11249
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -11434,8 +11393,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11434
11393
|
anthropicBaseUrl?: string | undefined;
|
|
11435
11394
|
anthropicUseAuthToken?: boolean | undefined;
|
|
11436
11395
|
anthropicBeta1MContext?: boolean | undefined;
|
|
11437
|
-
claudeCodePath?: string | undefined;
|
|
11438
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
11439
11396
|
openRouterApiKey?: string | undefined;
|
|
11440
11397
|
openRouterModelId?: string | undefined;
|
|
11441
11398
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -11457,6 +11414,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11457
11414
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
11458
11415
|
awsBedrockEndpoint?: string | undefined;
|
|
11459
11416
|
awsBedrock1MContext?: boolean | undefined;
|
|
11417
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
11460
11418
|
vertexKeyFile?: string | undefined;
|
|
11461
11419
|
vertexJsonCredentials?: string | undefined;
|
|
11462
11420
|
vertexProjectId?: string | undefined;
|
|
@@ -11637,7 +11595,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11637
11595
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
11638
11596
|
writeDelayMs?: number | undefined;
|
|
11639
11597
|
alwaysAllowBrowser?: boolean | undefined;
|
|
11640
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
11641
11598
|
requestDelaySeconds?: number | undefined;
|
|
11642
11599
|
alwaysAllowMcp?: boolean | undefined;
|
|
11643
11600
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -11645,7 +11602,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11645
11602
|
alwaysAllowExecute?: boolean | undefined;
|
|
11646
11603
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
11647
11604
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
11648
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
11649
11605
|
allowedCommands?: string[] | undefined;
|
|
11650
11606
|
deniedCommands?: string[] | undefined;
|
|
11651
11607
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -11797,8 +11753,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11797
11753
|
anthropicBaseUrl?: string | undefined;
|
|
11798
11754
|
anthropicUseAuthToken?: boolean | undefined;
|
|
11799
11755
|
anthropicBeta1MContext?: boolean | undefined;
|
|
11800
|
-
claudeCodePath?: string | undefined;
|
|
11801
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
11802
11756
|
openRouterApiKey?: string | undefined;
|
|
11803
11757
|
openRouterModelId?: string | undefined;
|
|
11804
11758
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -11820,6 +11774,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11820
11774
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
11821
11775
|
awsBedrockEndpoint?: string | undefined;
|
|
11822
11776
|
awsBedrock1MContext?: boolean | undefined;
|
|
11777
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
11823
11778
|
vertexKeyFile?: string | undefined;
|
|
11824
11779
|
vertexJsonCredentials?: string | undefined;
|
|
11825
11780
|
vertexProjectId?: string | undefined;
|
|
@@ -12000,7 +11955,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12000
11955
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
12001
11956
|
writeDelayMs?: number | undefined;
|
|
12002
11957
|
alwaysAllowBrowser?: boolean | undefined;
|
|
12003
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
12004
11958
|
requestDelaySeconds?: number | undefined;
|
|
12005
11959
|
alwaysAllowMcp?: boolean | undefined;
|
|
12006
11960
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -12008,7 +11962,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12008
11962
|
alwaysAllowExecute?: boolean | undefined;
|
|
12009
11963
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
12010
11964
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
12011
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
12012
11965
|
allowedCommands?: string[] | undefined;
|
|
12013
11966
|
deniedCommands?: string[] | undefined;
|
|
12014
11967
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -12161,8 +12114,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12161
12114
|
anthropicBaseUrl?: string | undefined;
|
|
12162
12115
|
anthropicUseAuthToken?: boolean | undefined;
|
|
12163
12116
|
anthropicBeta1MContext?: boolean | undefined;
|
|
12164
|
-
claudeCodePath?: string | undefined;
|
|
12165
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
12166
12117
|
openRouterApiKey?: string | undefined;
|
|
12167
12118
|
openRouterModelId?: string | undefined;
|
|
12168
12119
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -12184,6 +12135,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12184
12135
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
12185
12136
|
awsBedrockEndpoint?: string | undefined;
|
|
12186
12137
|
awsBedrock1MContext?: boolean | undefined;
|
|
12138
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
12187
12139
|
vertexKeyFile?: string | undefined;
|
|
12188
12140
|
vertexJsonCredentials?: string | undefined;
|
|
12189
12141
|
vertexProjectId?: string | undefined;
|
|
@@ -12364,7 +12316,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12364
12316
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
12365
12317
|
writeDelayMs?: number | undefined;
|
|
12366
12318
|
alwaysAllowBrowser?: boolean | undefined;
|
|
12367
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
12368
12319
|
requestDelaySeconds?: number | undefined;
|
|
12369
12320
|
alwaysAllowMcp?: boolean | undefined;
|
|
12370
12321
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -12372,7 +12323,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12372
12323
|
alwaysAllowExecute?: boolean | undefined;
|
|
12373
12324
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
12374
12325
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
12375
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
12376
12326
|
allowedCommands?: string[] | undefined;
|
|
12377
12327
|
deniedCommands?: string[] | undefined;
|
|
12378
12328
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -12850,13 +12800,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12850
12800
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12851
12801
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
12852
12802
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
12803
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
12853
12804
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
12854
12805
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
12855
12806
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
12856
12807
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
12857
12808
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
12858
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
12859
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
12860
12809
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
12861
12810
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
12862
12811
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12961,7 +12910,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12961
12910
|
alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
|
|
12962
12911
|
writeDelayMs: z.ZodOptional<z.ZodNumber>;
|
|
12963
12912
|
alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
|
|
12964
|
-
alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
|
|
12965
12913
|
requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
|
|
12966
12914
|
alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
|
|
12967
12915
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12969,7 +12917,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12969
12917
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
12970
12918
|
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
12971
12919
|
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
12972
|
-
alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
|
|
12973
12920
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12974
12921
|
deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12975
12922
|
commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13302,8 +13249,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13302
13249
|
anthropicBaseUrl?: string | undefined;
|
|
13303
13250
|
anthropicUseAuthToken?: boolean | undefined;
|
|
13304
13251
|
anthropicBeta1MContext?: boolean | undefined;
|
|
13305
|
-
claudeCodePath?: string | undefined;
|
|
13306
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
13307
13252
|
openRouterApiKey?: string | undefined;
|
|
13308
13253
|
openRouterModelId?: string | undefined;
|
|
13309
13254
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -13325,6 +13270,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13325
13270
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
13326
13271
|
awsBedrockEndpoint?: string | undefined;
|
|
13327
13272
|
awsBedrock1MContext?: boolean | undefined;
|
|
13273
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
13328
13274
|
vertexKeyFile?: string | undefined;
|
|
13329
13275
|
vertexJsonCredentials?: string | undefined;
|
|
13330
13276
|
vertexProjectId?: string | undefined;
|
|
@@ -13505,7 +13451,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13505
13451
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
13506
13452
|
writeDelayMs?: number | undefined;
|
|
13507
13453
|
alwaysAllowBrowser?: boolean | undefined;
|
|
13508
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
13509
13454
|
requestDelaySeconds?: number | undefined;
|
|
13510
13455
|
alwaysAllowMcp?: boolean | undefined;
|
|
13511
13456
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -13513,7 +13458,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13513
13458
|
alwaysAllowExecute?: boolean | undefined;
|
|
13514
13459
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
13515
13460
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
13516
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
13517
13461
|
allowedCommands?: string[] | undefined;
|
|
13518
13462
|
deniedCommands?: string[] | undefined;
|
|
13519
13463
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -13658,8 +13602,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13658
13602
|
anthropicBaseUrl?: string | undefined;
|
|
13659
13603
|
anthropicUseAuthToken?: boolean | undefined;
|
|
13660
13604
|
anthropicBeta1MContext?: boolean | undefined;
|
|
13661
|
-
claudeCodePath?: string | undefined;
|
|
13662
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
13663
13605
|
openRouterApiKey?: string | undefined;
|
|
13664
13606
|
openRouterModelId?: string | undefined;
|
|
13665
13607
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -13681,6 +13623,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13681
13623
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
13682
13624
|
awsBedrockEndpoint?: string | undefined;
|
|
13683
13625
|
awsBedrock1MContext?: boolean | undefined;
|
|
13626
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
13684
13627
|
vertexKeyFile?: string | undefined;
|
|
13685
13628
|
vertexJsonCredentials?: string | undefined;
|
|
13686
13629
|
vertexProjectId?: string | undefined;
|
|
@@ -13861,7 +13804,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13861
13804
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
13862
13805
|
writeDelayMs?: number | undefined;
|
|
13863
13806
|
alwaysAllowBrowser?: boolean | undefined;
|
|
13864
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
13865
13807
|
requestDelaySeconds?: number | undefined;
|
|
13866
13808
|
alwaysAllowMcp?: boolean | undefined;
|
|
13867
13809
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -13869,7 +13811,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13869
13811
|
alwaysAllowExecute?: boolean | undefined;
|
|
13870
13812
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
13871
13813
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
13872
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
13873
13814
|
allowedCommands?: string[] | undefined;
|
|
13874
13815
|
deniedCommands?: string[] | undefined;
|
|
13875
13816
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -14020,8 +13961,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14020
13961
|
anthropicBaseUrl?: string | undefined;
|
|
14021
13962
|
anthropicUseAuthToken?: boolean | undefined;
|
|
14022
13963
|
anthropicBeta1MContext?: boolean | undefined;
|
|
14023
|
-
claudeCodePath?: string | undefined;
|
|
14024
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
14025
13964
|
openRouterApiKey?: string | undefined;
|
|
14026
13965
|
openRouterModelId?: string | undefined;
|
|
14027
13966
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -14043,6 +13982,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14043
13982
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
14044
13983
|
awsBedrockEndpoint?: string | undefined;
|
|
14045
13984
|
awsBedrock1MContext?: boolean | undefined;
|
|
13985
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
14046
13986
|
vertexKeyFile?: string | undefined;
|
|
14047
13987
|
vertexJsonCredentials?: string | undefined;
|
|
14048
13988
|
vertexProjectId?: string | undefined;
|
|
@@ -14223,7 +14163,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14223
14163
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
14224
14164
|
writeDelayMs?: number | undefined;
|
|
14225
14165
|
alwaysAllowBrowser?: boolean | undefined;
|
|
14226
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
14227
14166
|
requestDelaySeconds?: number | undefined;
|
|
14228
14167
|
alwaysAllowMcp?: boolean | undefined;
|
|
14229
14168
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -14231,7 +14170,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14231
14170
|
alwaysAllowExecute?: boolean | undefined;
|
|
14232
14171
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
14233
14172
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
14234
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
14235
14173
|
allowedCommands?: string[] | undefined;
|
|
14236
14174
|
deniedCommands?: string[] | undefined;
|
|
14237
14175
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -14381,8 +14319,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14381
14319
|
anthropicBaseUrl?: string | undefined;
|
|
14382
14320
|
anthropicUseAuthToken?: boolean | undefined;
|
|
14383
14321
|
anthropicBeta1MContext?: boolean | undefined;
|
|
14384
|
-
claudeCodePath?: string | undefined;
|
|
14385
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
14386
14322
|
openRouterApiKey?: string | undefined;
|
|
14387
14323
|
openRouterModelId?: string | undefined;
|
|
14388
14324
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -14404,6 +14340,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14404
14340
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
14405
14341
|
awsBedrockEndpoint?: string | undefined;
|
|
14406
14342
|
awsBedrock1MContext?: boolean | undefined;
|
|
14343
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
14407
14344
|
vertexKeyFile?: string | undefined;
|
|
14408
14345
|
vertexJsonCredentials?: string | undefined;
|
|
14409
14346
|
vertexProjectId?: string | undefined;
|
|
@@ -14584,7 +14521,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14584
14521
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
14585
14522
|
writeDelayMs?: number | undefined;
|
|
14586
14523
|
alwaysAllowBrowser?: boolean | undefined;
|
|
14587
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
14588
14524
|
requestDelaySeconds?: number | undefined;
|
|
14589
14525
|
alwaysAllowMcp?: boolean | undefined;
|
|
14590
14526
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -14592,7 +14528,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14592
14528
|
alwaysAllowExecute?: boolean | undefined;
|
|
14593
14529
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
14594
14530
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
14595
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
14596
14531
|
allowedCommands?: string[] | undefined;
|
|
14597
14532
|
deniedCommands?: string[] | undefined;
|
|
14598
14533
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -14744,8 +14679,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14744
14679
|
anthropicBaseUrl?: string | undefined;
|
|
14745
14680
|
anthropicUseAuthToken?: boolean | undefined;
|
|
14746
14681
|
anthropicBeta1MContext?: boolean | undefined;
|
|
14747
|
-
claudeCodePath?: string | undefined;
|
|
14748
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
14749
14682
|
openRouterApiKey?: string | undefined;
|
|
14750
14683
|
openRouterModelId?: string | undefined;
|
|
14751
14684
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -14767,6 +14700,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14767
14700
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
14768
14701
|
awsBedrockEndpoint?: string | undefined;
|
|
14769
14702
|
awsBedrock1MContext?: boolean | undefined;
|
|
14703
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
14770
14704
|
vertexKeyFile?: string | undefined;
|
|
14771
14705
|
vertexJsonCredentials?: string | undefined;
|
|
14772
14706
|
vertexProjectId?: string | undefined;
|
|
@@ -14947,7 +14881,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14947
14881
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
14948
14882
|
writeDelayMs?: number | undefined;
|
|
14949
14883
|
alwaysAllowBrowser?: boolean | undefined;
|
|
14950
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
14951
14884
|
requestDelaySeconds?: number | undefined;
|
|
14952
14885
|
alwaysAllowMcp?: boolean | undefined;
|
|
14953
14886
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -14955,7 +14888,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14955
14888
|
alwaysAllowExecute?: boolean | undefined;
|
|
14956
14889
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
14957
14890
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
14958
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
14959
14891
|
allowedCommands?: string[] | undefined;
|
|
14960
14892
|
deniedCommands?: string[] | undefined;
|
|
14961
14893
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -15108,8 +15040,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15108
15040
|
anthropicBaseUrl?: string | undefined;
|
|
15109
15041
|
anthropicUseAuthToken?: boolean | undefined;
|
|
15110
15042
|
anthropicBeta1MContext?: boolean | undefined;
|
|
15111
|
-
claudeCodePath?: string | undefined;
|
|
15112
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
15113
15043
|
openRouterApiKey?: string | undefined;
|
|
15114
15044
|
openRouterModelId?: string | undefined;
|
|
15115
15045
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -15131,6 +15061,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15131
15061
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
15132
15062
|
awsBedrockEndpoint?: string | undefined;
|
|
15133
15063
|
awsBedrock1MContext?: boolean | undefined;
|
|
15064
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
15134
15065
|
vertexKeyFile?: string | undefined;
|
|
15135
15066
|
vertexJsonCredentials?: string | undefined;
|
|
15136
15067
|
vertexProjectId?: string | undefined;
|
|
@@ -15311,7 +15242,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15311
15242
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
15312
15243
|
writeDelayMs?: number | undefined;
|
|
15313
15244
|
alwaysAllowBrowser?: boolean | undefined;
|
|
15314
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
15315
15245
|
requestDelaySeconds?: number | undefined;
|
|
15316
15246
|
alwaysAllowMcp?: boolean | undefined;
|
|
15317
15247
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -15319,7 +15249,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15319
15249
|
alwaysAllowExecute?: boolean | undefined;
|
|
15320
15250
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
15321
15251
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
15322
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
15323
15252
|
allowedCommands?: string[] | undefined;
|
|
15324
15253
|
deniedCommands?: string[] | undefined;
|
|
15325
15254
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -15526,8 +15455,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15526
15455
|
anthropicBaseUrl?: string | undefined;
|
|
15527
15456
|
anthropicUseAuthToken?: boolean | undefined;
|
|
15528
15457
|
anthropicBeta1MContext?: boolean | undefined;
|
|
15529
|
-
claudeCodePath?: string | undefined;
|
|
15530
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
15531
15458
|
openRouterApiKey?: string | undefined;
|
|
15532
15459
|
openRouterModelId?: string | undefined;
|
|
15533
15460
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -15549,6 +15476,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15549
15476
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
15550
15477
|
awsBedrockEndpoint?: string | undefined;
|
|
15551
15478
|
awsBedrock1MContext?: boolean | undefined;
|
|
15479
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
15552
15480
|
vertexKeyFile?: string | undefined;
|
|
15553
15481
|
vertexJsonCredentials?: string | undefined;
|
|
15554
15482
|
vertexProjectId?: string | undefined;
|
|
@@ -15729,7 +15657,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15729
15657
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
15730
15658
|
writeDelayMs?: number | undefined;
|
|
15731
15659
|
alwaysAllowBrowser?: boolean | undefined;
|
|
15732
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
15733
15660
|
requestDelaySeconds?: number | undefined;
|
|
15734
15661
|
alwaysAllowMcp?: boolean | undefined;
|
|
15735
15662
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -15737,7 +15664,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15737
15664
|
alwaysAllowExecute?: boolean | undefined;
|
|
15738
15665
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
15739
15666
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
15740
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
15741
15667
|
allowedCommands?: string[] | undefined;
|
|
15742
15668
|
deniedCommands?: string[] | undefined;
|
|
15743
15669
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -15910,8 +15836,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15910
15836
|
anthropicBaseUrl?: string | undefined;
|
|
15911
15837
|
anthropicUseAuthToken?: boolean | undefined;
|
|
15912
15838
|
anthropicBeta1MContext?: boolean | undefined;
|
|
15913
|
-
claudeCodePath?: string | undefined;
|
|
15914
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
15915
15839
|
openRouterApiKey?: string | undefined;
|
|
15916
15840
|
openRouterModelId?: string | undefined;
|
|
15917
15841
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -15933,6 +15857,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15933
15857
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
15934
15858
|
awsBedrockEndpoint?: string | undefined;
|
|
15935
15859
|
awsBedrock1MContext?: boolean | undefined;
|
|
15860
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
15936
15861
|
vertexKeyFile?: string | undefined;
|
|
15937
15862
|
vertexJsonCredentials?: string | undefined;
|
|
15938
15863
|
vertexProjectId?: string | undefined;
|
|
@@ -16113,7 +16038,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16113
16038
|
alwaysAllowWriteProtected?: boolean | undefined;
|
|
16114
16039
|
writeDelayMs?: number | undefined;
|
|
16115
16040
|
alwaysAllowBrowser?: boolean | undefined;
|
|
16116
|
-
alwaysApproveResubmit?: boolean | undefined;
|
|
16117
16041
|
requestDelaySeconds?: number | undefined;
|
|
16118
16042
|
alwaysAllowMcp?: boolean | undefined;
|
|
16119
16043
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
@@ -16121,7 +16045,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16121
16045
|
alwaysAllowExecute?: boolean | undefined;
|
|
16122
16046
|
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
16123
16047
|
followupAutoApproveTimeoutMs?: number | undefined;
|
|
16124
|
-
alwaysAllowUpdateTodoList?: boolean | undefined;
|
|
16125
16048
|
allowedCommands?: string[] | undefined;
|
|
16126
16049
|
deniedCommands?: string[] | undefined;
|
|
16127
16050
|
commandExecutionTimeout?: number | undefined;
|
|
@@ -18994,10 +18917,20 @@ declare const EXPECTED_API_ERROR_CODES: Set<number>;
|
|
|
18994
18917
|
*/
|
|
18995
18918
|
declare function getErrorStatusCode(error: unknown): number | undefined;
|
|
18996
18919
|
/**
|
|
18997
|
-
* Extracts
|
|
18920
|
+
* Extracts a message from a JSON payload embedded in an error string.
|
|
18921
|
+
* Handles cases like "503 {"error":{"message":"actual error message"}}"
|
|
18922
|
+
* or just '{"error":{"message":"actual error message"}}'
|
|
18923
|
+
*
|
|
18924
|
+
* @param message - The message string that may contain JSON
|
|
18925
|
+
* @returns The extracted message from the JSON payload, or undefined if not found
|
|
18926
|
+
*/
|
|
18927
|
+
declare function extractMessageFromJsonPayload(message: string): string | undefined;
|
|
18928
|
+
/**
|
|
18929
|
+
* Extracts the most descriptive error message from an error object.
|
|
18998
18930
|
* Prioritizes nested metadata (upstream provider errors) over the standard message.
|
|
18931
|
+
* Also handles JSON payloads embedded in error messages.
|
|
18999
18932
|
* @param error - The error to extract message from
|
|
19000
|
-
* @returns The best available error message, or undefined if not
|
|
18933
|
+
* @returns The best available error message, or undefined if not extractable
|
|
19001
18934
|
*/
|
|
19002
18935
|
declare function getErrorMessage(error: unknown): string | undefined;
|
|
19003
18936
|
/**
|
|
@@ -19316,7 +19249,7 @@ type OrganizationDefaultSettings = z.infer<typeof organizationDefaultSettingsSch
|
|
|
19316
19249
|
/**
|
|
19317
19250
|
* WorkspaceTaskVisibility
|
|
19318
19251
|
*/
|
|
19319
|
-
declare const workspaceTaskVisibilitySchema: z.ZodEnum<["all", "list-only", "full-lockdown"]>;
|
|
19252
|
+
declare const workspaceTaskVisibilitySchema: z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>;
|
|
19320
19253
|
type WorkspaceTaskVisibility = z.infer<typeof workspaceTaskVisibilitySchema>;
|
|
19321
19254
|
/**
|
|
19322
19255
|
* OrganizationCloudSettings
|
|
@@ -19324,21 +19257,24 @@ type WorkspaceTaskVisibility = z.infer<typeof workspaceTaskVisibilitySchema>;
|
|
|
19324
19257
|
declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
19325
19258
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
19326
19259
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19260
|
+
allowPublicTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19327
19261
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19328
19262
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19329
|
-
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
|
|
19263
|
+
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19330
19264
|
}, "strip", z.ZodTypeAny, {
|
|
19331
19265
|
recordTaskMessages?: boolean | undefined;
|
|
19332
19266
|
enableTaskSharing?: boolean | undefined;
|
|
19267
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
19333
19268
|
taskShareExpirationDays?: number | undefined;
|
|
19334
19269
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19335
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19270
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19336
19271
|
}, {
|
|
19337
19272
|
recordTaskMessages?: boolean | undefined;
|
|
19338
19273
|
enableTaskSharing?: boolean | undefined;
|
|
19274
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
19339
19275
|
taskShareExpirationDays?: number | undefined;
|
|
19340
19276
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19341
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19277
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19342
19278
|
}>;
|
|
19343
19279
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
19344
19280
|
/**
|
|
@@ -19360,21 +19296,24 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19360
19296
|
cloudSettings: z.ZodOptional<z.ZodObject<{
|
|
19361
19297
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
19362
19298
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19299
|
+
allowPublicTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19363
19300
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19364
19301
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19365
|
-
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
|
|
19302
|
+
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19366
19303
|
}, "strip", z.ZodTypeAny, {
|
|
19367
19304
|
recordTaskMessages?: boolean | undefined;
|
|
19368
19305
|
enableTaskSharing?: boolean | undefined;
|
|
19306
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
19369
19307
|
taskShareExpirationDays?: number | undefined;
|
|
19370
19308
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19371
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19309
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19372
19310
|
}, {
|
|
19373
19311
|
recordTaskMessages?: boolean | undefined;
|
|
19374
19312
|
enableTaskSharing?: boolean | undefined;
|
|
19313
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
19375
19314
|
taskShareExpirationDays?: number | undefined;
|
|
19376
19315
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19377
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19316
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19378
19317
|
}>>;
|
|
19379
19318
|
defaultSettings: z.ZodObject<{
|
|
19380
19319
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19837,13 +19776,12 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19837
19776
|
awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19838
19777
|
awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
|
|
19839
19778
|
awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
19779
|
+
awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
|
|
19840
19780
|
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
19841
19781
|
openRouterModelId: z.ZodOptional<z.ZodString>;
|
|
19842
19782
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
19843
19783
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
19844
19784
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
19845
|
-
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
19846
|
-
claudeCodeMaxOutputTokens: z.ZodOptional<z.ZodNumber>;
|
|
19847
19785
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
19848
19786
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
19849
19787
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19881,8 +19819,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19881
19819
|
anthropicBaseUrl?: string | undefined;
|
|
19882
19820
|
anthropicUseAuthToken?: boolean | undefined;
|
|
19883
19821
|
anthropicBeta1MContext?: boolean | undefined;
|
|
19884
|
-
claudeCodePath?: string | undefined;
|
|
19885
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
19886
19822
|
openRouterApiKey?: string | undefined;
|
|
19887
19823
|
openRouterModelId?: string | undefined;
|
|
19888
19824
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -19904,6 +19840,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19904
19840
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
19905
19841
|
awsBedrockEndpoint?: string | undefined;
|
|
19906
19842
|
awsBedrock1MContext?: boolean | undefined;
|
|
19843
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
19907
19844
|
vertexKeyFile?: string | undefined;
|
|
19908
19845
|
vertexJsonCredentials?: string | undefined;
|
|
19909
19846
|
vertexProjectId?: string | undefined;
|
|
@@ -20054,8 +19991,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20054
19991
|
anthropicBaseUrl?: string | undefined;
|
|
20055
19992
|
anthropicUseAuthToken?: boolean | undefined;
|
|
20056
19993
|
anthropicBeta1MContext?: boolean | undefined;
|
|
20057
|
-
claudeCodePath?: string | undefined;
|
|
20058
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
20059
19994
|
openRouterApiKey?: string | undefined;
|
|
20060
19995
|
openRouterModelId?: string | undefined;
|
|
20061
19996
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -20077,6 +20012,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20077
20012
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
20078
20013
|
awsBedrockEndpoint?: string | undefined;
|
|
20079
20014
|
awsBedrock1MContext?: boolean | undefined;
|
|
20015
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
20080
20016
|
vertexKeyFile?: string | undefined;
|
|
20081
20017
|
vertexJsonCredentials?: string | undefined;
|
|
20082
20018
|
vertexProjectId?: string | undefined;
|
|
@@ -20224,9 +20160,10 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20224
20160
|
cloudSettings?: {
|
|
20225
20161
|
recordTaskMessages?: boolean | undefined;
|
|
20226
20162
|
enableTaskSharing?: boolean | undefined;
|
|
20163
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
20227
20164
|
taskShareExpirationDays?: number | undefined;
|
|
20228
20165
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20229
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
20166
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20230
20167
|
} | undefined;
|
|
20231
20168
|
features?: {
|
|
20232
20169
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20290,8 +20227,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20290
20227
|
anthropicBaseUrl?: string | undefined;
|
|
20291
20228
|
anthropicUseAuthToken?: boolean | undefined;
|
|
20292
20229
|
anthropicBeta1MContext?: boolean | undefined;
|
|
20293
|
-
claudeCodePath?: string | undefined;
|
|
20294
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
20295
20230
|
openRouterApiKey?: string | undefined;
|
|
20296
20231
|
openRouterModelId?: string | undefined;
|
|
20297
20232
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -20313,6 +20248,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20313
20248
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
20314
20249
|
awsBedrockEndpoint?: string | undefined;
|
|
20315
20250
|
awsBedrock1MContext?: boolean | undefined;
|
|
20251
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
20316
20252
|
vertexKeyFile?: string | undefined;
|
|
20317
20253
|
vertexJsonCredentials?: string | undefined;
|
|
20318
20254
|
vertexProjectId?: string | undefined;
|
|
@@ -20460,9 +20396,10 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20460
20396
|
cloudSettings?: {
|
|
20461
20397
|
recordTaskMessages?: boolean | undefined;
|
|
20462
20398
|
enableTaskSharing?: boolean | undefined;
|
|
20399
|
+
allowPublicTaskSharing?: boolean | undefined;
|
|
20463
20400
|
taskShareExpirationDays?: number | undefined;
|
|
20464
20401
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20465
|
-
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
20402
|
+
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20466
20403
|
} | undefined;
|
|
20467
20404
|
features?: {
|
|
20468
20405
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20526,8 +20463,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20526
20463
|
anthropicBaseUrl?: string | undefined;
|
|
20527
20464
|
anthropicUseAuthToken?: boolean | undefined;
|
|
20528
20465
|
anthropicBeta1MContext?: boolean | undefined;
|
|
20529
|
-
claudeCodePath?: string | undefined;
|
|
20530
|
-
claudeCodeMaxOutputTokens?: number | undefined;
|
|
20531
20466
|
openRouterApiKey?: string | undefined;
|
|
20532
20467
|
openRouterModelId?: string | undefined;
|
|
20533
20468
|
openRouterBaseUrl?: string | undefined;
|
|
@@ -20549,6 +20484,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20549
20484
|
awsBedrockEndpointEnabled?: boolean | undefined;
|
|
20550
20485
|
awsBedrockEndpoint?: string | undefined;
|
|
20551
20486
|
awsBedrock1MContext?: boolean | undefined;
|
|
20487
|
+
awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
|
|
20552
20488
|
vertexKeyFile?: string | undefined;
|
|
20553
20489
|
vertexJsonCredentials?: string | undefined;
|
|
20554
20490
|
vertexProjectId?: string | undefined;
|
|
@@ -44833,8 +44769,8 @@ declare const installMarketplaceItemOptionsSchema: z.ZodObject<{
|
|
|
44833
44769
|
target: "global" | "project";
|
|
44834
44770
|
parameters?: Record<string, any> | undefined;
|
|
44835
44771
|
}, {
|
|
44836
|
-
parameters?: Record<string, any> | undefined;
|
|
44837
44772
|
target?: "global" | "project" | undefined;
|
|
44773
|
+
parameters?: Record<string, any> | undefined;
|
|
44838
44774
|
}>;
|
|
44839
44775
|
type InstallMarketplaceItemOptions = z.infer<typeof installMarketplaceItemOptionsSchema>;
|
|
44840
44776
|
|
|
@@ -45472,6 +45408,7 @@ declare const anthropicModels: {
|
|
|
45472
45408
|
readonly supportsImages: true;
|
|
45473
45409
|
readonly supportsPromptCache: true;
|
|
45474
45410
|
readonly supportsNativeTools: true;
|
|
45411
|
+
readonly defaultToolProtocol: "native";
|
|
45475
45412
|
readonly inputPrice: 3;
|
|
45476
45413
|
readonly outputPrice: 15;
|
|
45477
45414
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45491,6 +45428,7 @@ declare const anthropicModels: {
|
|
|
45491
45428
|
readonly supportsImages: true;
|
|
45492
45429
|
readonly supportsPromptCache: true;
|
|
45493
45430
|
readonly supportsNativeTools: true;
|
|
45431
|
+
readonly defaultToolProtocol: "native";
|
|
45494
45432
|
readonly inputPrice: 3;
|
|
45495
45433
|
readonly outputPrice: 15;
|
|
45496
45434
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45510,6 +45448,7 @@ declare const anthropicModels: {
|
|
|
45510
45448
|
readonly supportsImages: true;
|
|
45511
45449
|
readonly supportsPromptCache: true;
|
|
45512
45450
|
readonly supportsNativeTools: true;
|
|
45451
|
+
readonly defaultToolProtocol: "native";
|
|
45513
45452
|
readonly inputPrice: 5;
|
|
45514
45453
|
readonly outputPrice: 25;
|
|
45515
45454
|
readonly cacheWritesPrice: 6.25;
|
|
@@ -45522,6 +45461,7 @@ declare const anthropicModels: {
|
|
|
45522
45461
|
readonly supportsImages: true;
|
|
45523
45462
|
readonly supportsPromptCache: true;
|
|
45524
45463
|
readonly supportsNativeTools: true;
|
|
45464
|
+
readonly defaultToolProtocol: "native";
|
|
45525
45465
|
readonly inputPrice: 15;
|
|
45526
45466
|
readonly outputPrice: 75;
|
|
45527
45467
|
readonly cacheWritesPrice: 18.75;
|
|
@@ -45534,6 +45474,7 @@ declare const anthropicModels: {
|
|
|
45534
45474
|
readonly supportsImages: true;
|
|
45535
45475
|
readonly supportsPromptCache: true;
|
|
45536
45476
|
readonly supportsNativeTools: true;
|
|
45477
|
+
readonly defaultToolProtocol: "native";
|
|
45537
45478
|
readonly inputPrice: 15;
|
|
45538
45479
|
readonly outputPrice: 75;
|
|
45539
45480
|
readonly cacheWritesPrice: 18.75;
|
|
@@ -45546,6 +45487,7 @@ declare const anthropicModels: {
|
|
|
45546
45487
|
readonly supportsImages: true;
|
|
45547
45488
|
readonly supportsPromptCache: true;
|
|
45548
45489
|
readonly supportsNativeTools: true;
|
|
45490
|
+
readonly defaultToolProtocol: "native";
|
|
45549
45491
|
readonly inputPrice: 3;
|
|
45550
45492
|
readonly outputPrice: 15;
|
|
45551
45493
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45559,6 +45501,7 @@ declare const anthropicModels: {
|
|
|
45559
45501
|
readonly supportsImages: true;
|
|
45560
45502
|
readonly supportsPromptCache: true;
|
|
45561
45503
|
readonly supportsNativeTools: true;
|
|
45504
|
+
readonly defaultToolProtocol: "native";
|
|
45562
45505
|
readonly inputPrice: 3;
|
|
45563
45506
|
readonly outputPrice: 15;
|
|
45564
45507
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45570,6 +45513,7 @@ declare const anthropicModels: {
|
|
|
45570
45513
|
readonly supportsImages: true;
|
|
45571
45514
|
readonly supportsPromptCache: true;
|
|
45572
45515
|
readonly supportsNativeTools: true;
|
|
45516
|
+
readonly defaultToolProtocol: "native";
|
|
45573
45517
|
readonly inputPrice: 3;
|
|
45574
45518
|
readonly outputPrice: 15;
|
|
45575
45519
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45581,6 +45525,7 @@ declare const anthropicModels: {
|
|
|
45581
45525
|
readonly supportsImages: false;
|
|
45582
45526
|
readonly supportsPromptCache: true;
|
|
45583
45527
|
readonly supportsNativeTools: true;
|
|
45528
|
+
readonly defaultToolProtocol: "native";
|
|
45584
45529
|
readonly inputPrice: 1;
|
|
45585
45530
|
readonly outputPrice: 5;
|
|
45586
45531
|
readonly cacheWritesPrice: 1.25;
|
|
@@ -45592,6 +45537,7 @@ declare const anthropicModels: {
|
|
|
45592
45537
|
readonly supportsImages: true;
|
|
45593
45538
|
readonly supportsPromptCache: true;
|
|
45594
45539
|
readonly supportsNativeTools: true;
|
|
45540
|
+
readonly defaultToolProtocol: "native";
|
|
45595
45541
|
readonly inputPrice: 15;
|
|
45596
45542
|
readonly outputPrice: 75;
|
|
45597
45543
|
readonly cacheWritesPrice: 18.75;
|
|
@@ -45603,6 +45549,7 @@ declare const anthropicModels: {
|
|
|
45603
45549
|
readonly supportsImages: true;
|
|
45604
45550
|
readonly supportsPromptCache: true;
|
|
45605
45551
|
readonly supportsNativeTools: true;
|
|
45552
|
+
readonly defaultToolProtocol: "native";
|
|
45606
45553
|
readonly inputPrice: 0.25;
|
|
45607
45554
|
readonly outputPrice: 1.25;
|
|
45608
45555
|
readonly cacheWritesPrice: 0.3;
|
|
@@ -45614,6 +45561,7 @@ declare const anthropicModels: {
|
|
|
45614
45561
|
readonly supportsImages: true;
|
|
45615
45562
|
readonly supportsPromptCache: true;
|
|
45616
45563
|
readonly supportsNativeTools: true;
|
|
45564
|
+
readonly defaultToolProtocol: "native";
|
|
45617
45565
|
readonly inputPrice: 1;
|
|
45618
45566
|
readonly outputPrice: 5;
|
|
45619
45567
|
readonly cacheWritesPrice: 1.25;
|
|
@@ -45766,6 +45714,7 @@ declare const bedrockModels: {
|
|
|
45766
45714
|
readonly supportsPromptCache: true;
|
|
45767
45715
|
readonly supportsReasoningBudget: true;
|
|
45768
45716
|
readonly supportsNativeTools: true;
|
|
45717
|
+
readonly defaultToolProtocol: "native";
|
|
45769
45718
|
readonly inputPrice: 3;
|
|
45770
45719
|
readonly outputPrice: 15;
|
|
45771
45720
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45814,6 +45763,21 @@ declare const bedrockModels: {
|
|
|
45814
45763
|
readonly maxCachePoints: 1;
|
|
45815
45764
|
readonly cachableFields: ["system"];
|
|
45816
45765
|
};
|
|
45766
|
+
readonly "amazon.nova-2-lite-v1:0": {
|
|
45767
|
+
readonly maxTokens: 65535;
|
|
45768
|
+
readonly contextWindow: 1000000;
|
|
45769
|
+
readonly supportsImages: true;
|
|
45770
|
+
readonly supportsPromptCache: true;
|
|
45771
|
+
readonly supportsNativeTools: true;
|
|
45772
|
+
readonly inputPrice: 0.33;
|
|
45773
|
+
readonly outputPrice: 2.75;
|
|
45774
|
+
readonly cacheWritesPrice: 0;
|
|
45775
|
+
readonly cacheReadsPrice: 0.0825;
|
|
45776
|
+
readonly minTokensPerCachePoint: 1;
|
|
45777
|
+
readonly maxCachePoints: 1;
|
|
45778
|
+
readonly cachableFields: ["system"];
|
|
45779
|
+
readonly description: "Amazon Nova 2 Lite - Comparable to Claude Haiku 4.5";
|
|
45780
|
+
};
|
|
45817
45781
|
readonly "amazon.nova-micro-v1:0": {
|
|
45818
45782
|
readonly maxTokens: 5000;
|
|
45819
45783
|
readonly contextWindow: 128000;
|
|
@@ -45835,6 +45799,7 @@ declare const bedrockModels: {
|
|
|
45835
45799
|
readonly supportsPromptCache: true;
|
|
45836
45800
|
readonly supportsReasoningBudget: true;
|
|
45837
45801
|
readonly supportsNativeTools: true;
|
|
45802
|
+
readonly defaultToolProtocol: "native";
|
|
45838
45803
|
readonly inputPrice: 3;
|
|
45839
45804
|
readonly outputPrice: 15;
|
|
45840
45805
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45850,6 +45815,7 @@ declare const bedrockModels: {
|
|
|
45850
45815
|
readonly supportsPromptCache: true;
|
|
45851
45816
|
readonly supportsReasoningBudget: true;
|
|
45852
45817
|
readonly supportsNativeTools: true;
|
|
45818
|
+
readonly defaultToolProtocol: "native";
|
|
45853
45819
|
readonly inputPrice: 15;
|
|
45854
45820
|
readonly outputPrice: 75;
|
|
45855
45821
|
readonly cacheWritesPrice: 18.75;
|
|
@@ -45865,6 +45831,7 @@ declare const bedrockModels: {
|
|
|
45865
45831
|
readonly supportsPromptCache: true;
|
|
45866
45832
|
readonly supportsReasoningBudget: true;
|
|
45867
45833
|
readonly supportsNativeTools: true;
|
|
45834
|
+
readonly defaultToolProtocol: "native";
|
|
45868
45835
|
readonly inputPrice: 5;
|
|
45869
45836
|
readonly outputPrice: 25;
|
|
45870
45837
|
readonly cacheWritesPrice: 6.25;
|
|
@@ -45880,6 +45847,7 @@ declare const bedrockModels: {
|
|
|
45880
45847
|
readonly supportsPromptCache: true;
|
|
45881
45848
|
readonly supportsReasoningBudget: true;
|
|
45882
45849
|
readonly supportsNativeTools: true;
|
|
45850
|
+
readonly defaultToolProtocol: "native";
|
|
45883
45851
|
readonly inputPrice: 15;
|
|
45884
45852
|
readonly outputPrice: 75;
|
|
45885
45853
|
readonly cacheWritesPrice: 18.75;
|
|
@@ -45895,6 +45863,7 @@ declare const bedrockModels: {
|
|
|
45895
45863
|
readonly supportsPromptCache: true;
|
|
45896
45864
|
readonly supportsReasoningBudget: true;
|
|
45897
45865
|
readonly supportsNativeTools: true;
|
|
45866
|
+
readonly defaultToolProtocol: "native";
|
|
45898
45867
|
readonly inputPrice: 3;
|
|
45899
45868
|
readonly outputPrice: 15;
|
|
45900
45869
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45909,6 +45878,7 @@ declare const bedrockModels: {
|
|
|
45909
45878
|
readonly supportsImages: true;
|
|
45910
45879
|
readonly supportsPromptCache: true;
|
|
45911
45880
|
readonly supportsNativeTools: true;
|
|
45881
|
+
readonly defaultToolProtocol: "native";
|
|
45912
45882
|
readonly inputPrice: 3;
|
|
45913
45883
|
readonly outputPrice: 15;
|
|
45914
45884
|
readonly cacheWritesPrice: 3.75;
|
|
@@ -45923,6 +45893,7 @@ declare const bedrockModels: {
|
|
|
45923
45893
|
readonly supportsImages: false;
|
|
45924
45894
|
readonly supportsPromptCache: true;
|
|
45925
45895
|
readonly supportsNativeTools: true;
|
|
45896
|
+
readonly defaultToolProtocol: "native";
|
|
45926
45897
|
readonly inputPrice: 0.8;
|
|
45927
45898
|
readonly outputPrice: 4;
|
|
45928
45899
|
readonly cacheWritesPrice: 1;
|
|
@@ -45938,6 +45909,7 @@ declare const bedrockModels: {
|
|
|
45938
45909
|
readonly supportsPromptCache: true;
|
|
45939
45910
|
readonly supportsReasoningBudget: true;
|
|
45940
45911
|
readonly supportsNativeTools: true;
|
|
45912
|
+
readonly defaultToolProtocol: "native";
|
|
45941
45913
|
readonly inputPrice: 1;
|
|
45942
45914
|
readonly outputPrice: 5;
|
|
45943
45915
|
readonly cacheWritesPrice: 1.25;
|
|
@@ -45952,6 +45924,7 @@ declare const bedrockModels: {
|
|
|
45952
45924
|
readonly supportsImages: true;
|
|
45953
45925
|
readonly supportsPromptCache: false;
|
|
45954
45926
|
readonly supportsNativeTools: true;
|
|
45927
|
+
readonly defaultToolProtocol: "native";
|
|
45955
45928
|
readonly inputPrice: 3;
|
|
45956
45929
|
readonly outputPrice: 15;
|
|
45957
45930
|
};
|
|
@@ -45961,6 +45934,7 @@ declare const bedrockModels: {
|
|
|
45961
45934
|
readonly supportsImages: true;
|
|
45962
45935
|
readonly supportsPromptCache: false;
|
|
45963
45936
|
readonly supportsNativeTools: true;
|
|
45937
|
+
readonly defaultToolProtocol: "native";
|
|
45964
45938
|
readonly inputPrice: 15;
|
|
45965
45939
|
readonly outputPrice: 75;
|
|
45966
45940
|
};
|
|
@@ -45970,6 +45944,7 @@ declare const bedrockModels: {
|
|
|
45970
45944
|
readonly supportsImages: true;
|
|
45971
45945
|
readonly supportsPromptCache: false;
|
|
45972
45946
|
readonly supportsNativeTools: true;
|
|
45947
|
+
readonly defaultToolProtocol: "native";
|
|
45973
45948
|
readonly inputPrice: 3;
|
|
45974
45949
|
readonly outputPrice: 15;
|
|
45975
45950
|
};
|
|
@@ -45979,6 +45954,7 @@ declare const bedrockModels: {
|
|
|
45979
45954
|
readonly supportsImages: true;
|
|
45980
45955
|
readonly supportsPromptCache: false;
|
|
45981
45956
|
readonly supportsNativeTools: true;
|
|
45957
|
+
readonly defaultToolProtocol: "native";
|
|
45982
45958
|
readonly inputPrice: 0.25;
|
|
45983
45959
|
readonly outputPrice: 1.25;
|
|
45984
45960
|
};
|
|
@@ -45988,6 +45964,7 @@ declare const bedrockModels: {
|
|
|
45988
45964
|
readonly supportsImages: false;
|
|
45989
45965
|
readonly supportsPromptCache: false;
|
|
45990
45966
|
readonly supportsNativeTools: true;
|
|
45967
|
+
readonly defaultToolProtocol: "native";
|
|
45991
45968
|
readonly inputPrice: 8;
|
|
45992
45969
|
readonly outputPrice: 24;
|
|
45993
45970
|
readonly description: "Claude 2.1";
|
|
@@ -45998,6 +45975,7 @@ declare const bedrockModels: {
|
|
|
45998
45975
|
readonly supportsImages: false;
|
|
45999
45976
|
readonly supportsPromptCache: false;
|
|
46000
45977
|
readonly supportsNativeTools: true;
|
|
45978
|
+
readonly defaultToolProtocol: "native";
|
|
46001
45979
|
readonly inputPrice: 8;
|
|
46002
45980
|
readonly outputPrice: 24;
|
|
46003
45981
|
readonly description: "Claude 2.0";
|
|
@@ -46008,6 +45986,7 @@ declare const bedrockModels: {
|
|
|
46008
45986
|
readonly supportsImages: false;
|
|
46009
45987
|
readonly supportsPromptCache: false;
|
|
46010
45988
|
readonly supportsNativeTools: true;
|
|
45989
|
+
readonly defaultToolProtocol: "native";
|
|
46011
45990
|
readonly inputPrice: 0.8;
|
|
46012
45991
|
readonly outputPrice: 2.4;
|
|
46013
45992
|
readonly description: "Claude Instant";
|
|
@@ -46242,6 +46221,13 @@ declare const BEDROCK_REGIONS: {
|
|
|
46242
46221
|
}[];
|
|
46243
46222
|
declare const BEDROCK_1M_CONTEXT_MODEL_IDS: readonly ["anthropic.claude-sonnet-4-20250514-v1:0", "anthropic.claude-sonnet-4-5-20250929-v1:0"];
|
|
46244
46223
|
declare const BEDROCK_GLOBAL_INFERENCE_MODEL_IDS: readonly ["anthropic.claude-sonnet-4-20250514-v1:0", "anthropic.claude-sonnet-4-5-20250929-v1:0", "anthropic.claude-haiku-4-5-20251001-v1:0", "anthropic.claude-opus-4-5-20251101-v1:0"];
|
|
46224
|
+
type BedrockServiceTier = "STANDARD" | "FLEX" | "PRIORITY";
|
|
46225
|
+
declare const BEDROCK_SERVICE_TIER_MODEL_IDS: readonly ["amazon.nova-lite-v1:0", "amazon.nova-2-lite-v1:0", "amazon.nova-pro-v1:0", "amazon.nova-pro-latency-optimized-v1:0", "deepseek.r1-v1:0", "qwen.qwen3-next-80b-a3b", "qwen.qwen3-coder-480b-a35b-v1:0", "openai.gpt-oss-20b-1:0", "openai.gpt-oss-120b-1:0"];
|
|
46226
|
+
declare const BEDROCK_SERVICE_TIER_PRICING: {
|
|
46227
|
+
readonly STANDARD: 1;
|
|
46228
|
+
readonly FLEX: 0.5;
|
|
46229
|
+
readonly PRIORITY: 1.75;
|
|
46230
|
+
};
|
|
46245
46231
|
|
|
46246
46232
|
type CerebrasModelId = keyof typeof cerebrasModels;
|
|
46247
46233
|
declare const cerebrasDefaultModelId: CerebrasModelId;
|
|
@@ -46252,6 +46238,7 @@ declare const cerebrasModels: {
|
|
|
46252
46238
|
readonly supportsImages: false;
|
|
46253
46239
|
readonly supportsPromptCache: false;
|
|
46254
46240
|
readonly supportsNativeTools: true;
|
|
46241
|
+
readonly defaultToolProtocol: "native";
|
|
46255
46242
|
readonly inputPrice: 0;
|
|
46256
46243
|
readonly outputPrice: 0;
|
|
46257
46244
|
readonly description: "Highly intelligent general purpose model with up to 1,000 tokens/s";
|
|
@@ -46262,6 +46249,7 @@ declare const cerebrasModels: {
|
|
|
46262
46249
|
readonly supportsImages: false;
|
|
46263
46250
|
readonly supportsPromptCache: false;
|
|
46264
46251
|
readonly supportsNativeTools: true;
|
|
46252
|
+
readonly defaultToolProtocol: "native";
|
|
46265
46253
|
readonly inputPrice: 0;
|
|
46266
46254
|
readonly outputPrice: 0;
|
|
46267
46255
|
readonly description: "Intelligent model with ~1400 tokens/s";
|
|
@@ -46272,6 +46260,7 @@ declare const cerebrasModels: {
|
|
|
46272
46260
|
readonly supportsImages: false;
|
|
46273
46261
|
readonly supportsPromptCache: false;
|
|
46274
46262
|
readonly supportsNativeTools: true;
|
|
46263
|
+
readonly defaultToolProtocol: "native";
|
|
46275
46264
|
readonly inputPrice: 0;
|
|
46276
46265
|
readonly outputPrice: 0;
|
|
46277
46266
|
readonly description: "Powerful model with ~2600 tokens/s";
|
|
@@ -46282,6 +46271,7 @@ declare const cerebrasModels: {
|
|
|
46282
46271
|
readonly supportsImages: false;
|
|
46283
46272
|
readonly supportsPromptCache: false;
|
|
46284
46273
|
readonly supportsNativeTools: true;
|
|
46274
|
+
readonly defaultToolProtocol: "native";
|
|
46285
46275
|
readonly inputPrice: 0;
|
|
46286
46276
|
readonly outputPrice: 0;
|
|
46287
46277
|
readonly description: "SOTA coding performance with ~2500 tokens/s";
|
|
@@ -46292,6 +46282,7 @@ declare const cerebrasModels: {
|
|
|
46292
46282
|
readonly supportsImages: false;
|
|
46293
46283
|
readonly supportsPromptCache: false;
|
|
46294
46284
|
readonly supportsNativeTools: true;
|
|
46285
|
+
readonly defaultToolProtocol: "native";
|
|
46295
46286
|
readonly inputPrice: 0;
|
|
46296
46287
|
readonly outputPrice: 0;
|
|
46297
46288
|
readonly description: "OpenAI GPT OSS model with ~2800 tokens/s\n\n• 64K context window\n• Excels at efficient reasoning across science, math, and coding";
|
|
@@ -46306,6 +46297,8 @@ declare const chutesModels: {
|
|
|
46306
46297
|
readonly contextWindow: 163840;
|
|
46307
46298
|
readonly supportsImages: false;
|
|
46308
46299
|
readonly supportsPromptCache: false;
|
|
46300
|
+
readonly supportsNativeTools: true;
|
|
46301
|
+
readonly defaultToolProtocol: "native";
|
|
46309
46302
|
readonly inputPrice: 0;
|
|
46310
46303
|
readonly outputPrice: 0;
|
|
46311
46304
|
readonly description: "DeepSeek R1 0528 model.";
|
|
@@ -46315,6 +46308,8 @@ declare const chutesModels: {
|
|
|
46315
46308
|
readonly contextWindow: 163840;
|
|
46316
46309
|
readonly supportsImages: false;
|
|
46317
46310
|
readonly supportsPromptCache: false;
|
|
46311
|
+
readonly supportsNativeTools: true;
|
|
46312
|
+
readonly defaultToolProtocol: "native";
|
|
46318
46313
|
readonly inputPrice: 0;
|
|
46319
46314
|
readonly outputPrice: 0;
|
|
46320
46315
|
readonly description: "DeepSeek R1 model.";
|
|
@@ -46324,6 +46319,8 @@ declare const chutesModels: {
|
|
|
46324
46319
|
readonly contextWindow: 163840;
|
|
46325
46320
|
readonly supportsImages: false;
|
|
46326
46321
|
readonly supportsPromptCache: false;
|
|
46322
|
+
readonly supportsNativeTools: true;
|
|
46323
|
+
readonly defaultToolProtocol: "native";
|
|
46327
46324
|
readonly inputPrice: 0;
|
|
46328
46325
|
readonly outputPrice: 0;
|
|
46329
46326
|
readonly description: "DeepSeek V3 model.";
|
|
@@ -46333,6 +46330,8 @@ declare const chutesModels: {
|
|
|
46333
46330
|
readonly contextWindow: 163840;
|
|
46334
46331
|
readonly supportsImages: false;
|
|
46335
46332
|
readonly supportsPromptCache: false;
|
|
46333
|
+
readonly supportsNativeTools: true;
|
|
46334
|
+
readonly defaultToolProtocol: "native";
|
|
46336
46335
|
readonly inputPrice: 0;
|
|
46337
46336
|
readonly outputPrice: 0;
|
|
46338
46337
|
readonly description: "DeepSeek V3.1 model.";
|
|
@@ -46342,6 +46341,8 @@ declare const chutesModels: {
|
|
|
46342
46341
|
readonly contextWindow: 163840;
|
|
46343
46342
|
readonly supportsImages: false;
|
|
46344
46343
|
readonly supportsPromptCache: false;
|
|
46344
|
+
readonly supportsNativeTools: true;
|
|
46345
|
+
readonly defaultToolProtocol: "native";
|
|
46345
46346
|
readonly inputPrice: 0.23;
|
|
46346
46347
|
readonly outputPrice: 0.9;
|
|
46347
46348
|
readonly description: "DeepSeek‑V3.1‑Terminus is an update to V3.1 that improves language consistency by reducing CN/EN mix‑ups and eliminating random characters, while strengthening agent capabilities with notably better Code Agent and Search Agent performance.";
|
|
@@ -46351,6 +46352,8 @@ declare const chutesModels: {
|
|
|
46351
46352
|
readonly contextWindow: 163840;
|
|
46352
46353
|
readonly supportsImages: false;
|
|
46353
46354
|
readonly supportsPromptCache: false;
|
|
46355
|
+
readonly supportsNativeTools: true;
|
|
46356
|
+
readonly defaultToolProtocol: "native";
|
|
46354
46357
|
readonly inputPrice: 1;
|
|
46355
46358
|
readonly outputPrice: 3;
|
|
46356
46359
|
readonly description: "DeepSeek-V3.1-turbo is an FP8, speculative-decoding turbo variant optimized for ultra-fast single-shot queries (~200 TPS), with outputs close to the originals and solid function calling/reasoning/structured output, priced at $1/M input and $3/M output tokens, using 2× quota per request and not intended for bulk workloads.";
|
|
@@ -46360,6 +46363,8 @@ declare const chutesModels: {
|
|
|
46360
46363
|
readonly contextWindow: 163840;
|
|
46361
46364
|
readonly supportsImages: false;
|
|
46362
46365
|
readonly supportsPromptCache: false;
|
|
46366
|
+
readonly supportsNativeTools: true;
|
|
46367
|
+
readonly defaultToolProtocol: "native";
|
|
46363
46368
|
readonly inputPrice: 0.25;
|
|
46364
46369
|
readonly outputPrice: 0.35;
|
|
46365
46370
|
readonly description: "DeepSeek-V3.2-Exp is an experimental LLM that introduces DeepSeek Sparse Attention to improve long‑context training and inference efficiency while maintaining performance comparable to V3.1‑Terminus.";
|
|
@@ -46369,6 +46374,8 @@ declare const chutesModels: {
|
|
|
46369
46374
|
readonly contextWindow: 131072;
|
|
46370
46375
|
readonly supportsImages: false;
|
|
46371
46376
|
readonly supportsPromptCache: false;
|
|
46377
|
+
readonly supportsNativeTools: true;
|
|
46378
|
+
readonly defaultToolProtocol: "native";
|
|
46372
46379
|
readonly inputPrice: 0;
|
|
46373
46380
|
readonly outputPrice: 0;
|
|
46374
46381
|
readonly description: "Unsloth Llama 3.3 70B Instruct model.";
|
|
@@ -46378,6 +46385,8 @@ declare const chutesModels: {
|
|
|
46378
46385
|
readonly contextWindow: 512000;
|
|
46379
46386
|
readonly supportsImages: false;
|
|
46380
46387
|
readonly supportsPromptCache: false;
|
|
46388
|
+
readonly supportsNativeTools: true;
|
|
46389
|
+
readonly defaultToolProtocol: "native";
|
|
46381
46390
|
readonly inputPrice: 0;
|
|
46382
46391
|
readonly outputPrice: 0;
|
|
46383
46392
|
readonly description: "ChutesAI Llama 4 Scout 17B Instruct model, 512K context.";
|
|
@@ -46387,6 +46396,8 @@ declare const chutesModels: {
|
|
|
46387
46396
|
readonly contextWindow: 128000;
|
|
46388
46397
|
readonly supportsImages: false;
|
|
46389
46398
|
readonly supportsPromptCache: false;
|
|
46399
|
+
readonly supportsNativeTools: true;
|
|
46400
|
+
readonly defaultToolProtocol: "native";
|
|
46390
46401
|
readonly inputPrice: 0;
|
|
46391
46402
|
readonly outputPrice: 0;
|
|
46392
46403
|
readonly description: "Unsloth Mistral Nemo Instruct model.";
|
|
@@ -46396,6 +46407,8 @@ declare const chutesModels: {
|
|
|
46396
46407
|
readonly contextWindow: 131072;
|
|
46397
46408
|
readonly supportsImages: false;
|
|
46398
46409
|
readonly supportsPromptCache: false;
|
|
46410
|
+
readonly supportsNativeTools: true;
|
|
46411
|
+
readonly defaultToolProtocol: "native";
|
|
46399
46412
|
readonly inputPrice: 0;
|
|
46400
46413
|
readonly outputPrice: 0;
|
|
46401
46414
|
readonly description: "Unsloth Gemma 3 12B IT model.";
|
|
@@ -46405,6 +46418,8 @@ declare const chutesModels: {
|
|
|
46405
46418
|
readonly contextWindow: 131072;
|
|
46406
46419
|
readonly supportsImages: false;
|
|
46407
46420
|
readonly supportsPromptCache: false;
|
|
46421
|
+
readonly supportsNativeTools: true;
|
|
46422
|
+
readonly defaultToolProtocol: "native";
|
|
46408
46423
|
readonly inputPrice: 0;
|
|
46409
46424
|
readonly outputPrice: 0;
|
|
46410
46425
|
readonly description: "Nous DeepHermes 3 Llama 3 8B Preview model.";
|
|
@@ -46414,6 +46429,8 @@ declare const chutesModels: {
|
|
|
46414
46429
|
readonly contextWindow: 131072;
|
|
46415
46430
|
readonly supportsImages: false;
|
|
46416
46431
|
readonly supportsPromptCache: false;
|
|
46432
|
+
readonly supportsNativeTools: true;
|
|
46433
|
+
readonly defaultToolProtocol: "native";
|
|
46417
46434
|
readonly inputPrice: 0;
|
|
46418
46435
|
readonly outputPrice: 0;
|
|
46419
46436
|
readonly description: "Unsloth Gemma 3 4B IT model.";
|
|
@@ -46423,6 +46440,8 @@ declare const chutesModels: {
|
|
|
46423
46440
|
readonly contextWindow: 131072;
|
|
46424
46441
|
readonly supportsImages: false;
|
|
46425
46442
|
readonly supportsPromptCache: false;
|
|
46443
|
+
readonly supportsNativeTools: true;
|
|
46444
|
+
readonly defaultToolProtocol: "native";
|
|
46426
46445
|
readonly inputPrice: 0;
|
|
46427
46446
|
readonly outputPrice: 0;
|
|
46428
46447
|
readonly description: "Nvidia Llama 3.3 Nemotron Super 49B model.";
|
|
@@ -46432,6 +46451,8 @@ declare const chutesModels: {
|
|
|
46432
46451
|
readonly contextWindow: 131072;
|
|
46433
46452
|
readonly supportsImages: false;
|
|
46434
46453
|
readonly supportsPromptCache: false;
|
|
46454
|
+
readonly supportsNativeTools: true;
|
|
46455
|
+
readonly defaultToolProtocol: "native";
|
|
46435
46456
|
readonly inputPrice: 0;
|
|
46436
46457
|
readonly outputPrice: 0;
|
|
46437
46458
|
readonly description: "Nvidia Llama 3.1 Nemotron Ultra 253B model.";
|
|
@@ -46441,6 +46462,8 @@ declare const chutesModels: {
|
|
|
46441
46462
|
readonly contextWindow: 256000;
|
|
46442
46463
|
readonly supportsImages: false;
|
|
46443
46464
|
readonly supportsPromptCache: false;
|
|
46465
|
+
readonly supportsNativeTools: true;
|
|
46466
|
+
readonly defaultToolProtocol: "native";
|
|
46444
46467
|
readonly inputPrice: 0;
|
|
46445
46468
|
readonly outputPrice: 0;
|
|
46446
46469
|
readonly description: "ChutesAI Llama 4 Maverick 17B Instruct FP8 model.";
|
|
@@ -46450,6 +46473,8 @@ declare const chutesModels: {
|
|
|
46450
46473
|
readonly contextWindow: 163840;
|
|
46451
46474
|
readonly supportsImages: false;
|
|
46452
46475
|
readonly supportsPromptCache: false;
|
|
46476
|
+
readonly supportsNativeTools: true;
|
|
46477
|
+
readonly defaultToolProtocol: "native";
|
|
46453
46478
|
readonly inputPrice: 0;
|
|
46454
46479
|
readonly outputPrice: 0;
|
|
46455
46480
|
readonly description: "DeepSeek V3 Base model.";
|
|
@@ -46459,6 +46484,8 @@ declare const chutesModels: {
|
|
|
46459
46484
|
readonly contextWindow: 163840;
|
|
46460
46485
|
readonly supportsImages: false;
|
|
46461
46486
|
readonly supportsPromptCache: false;
|
|
46487
|
+
readonly supportsNativeTools: true;
|
|
46488
|
+
readonly defaultToolProtocol: "native";
|
|
46462
46489
|
readonly inputPrice: 0;
|
|
46463
46490
|
readonly outputPrice: 0;
|
|
46464
46491
|
readonly description: "DeepSeek R1 Zero model.";
|
|
@@ -46468,6 +46495,8 @@ declare const chutesModels: {
|
|
|
46468
46495
|
readonly contextWindow: 163840;
|
|
46469
46496
|
readonly supportsImages: false;
|
|
46470
46497
|
readonly supportsPromptCache: false;
|
|
46498
|
+
readonly supportsNativeTools: true;
|
|
46499
|
+
readonly defaultToolProtocol: "native";
|
|
46471
46500
|
readonly inputPrice: 0;
|
|
46472
46501
|
readonly outputPrice: 0;
|
|
46473
46502
|
readonly description: "DeepSeek V3 (0324) model.";
|
|
@@ -46477,6 +46506,8 @@ declare const chutesModels: {
|
|
|
46477
46506
|
readonly contextWindow: 262144;
|
|
46478
46507
|
readonly supportsImages: false;
|
|
46479
46508
|
readonly supportsPromptCache: false;
|
|
46509
|
+
readonly supportsNativeTools: true;
|
|
46510
|
+
readonly defaultToolProtocol: "native";
|
|
46480
46511
|
readonly inputPrice: 0;
|
|
46481
46512
|
readonly outputPrice: 0;
|
|
46482
46513
|
readonly description: "Qwen3 235B A22B Instruct 2507 model with 262K context window.";
|
|
@@ -46486,6 +46517,8 @@ declare const chutesModels: {
|
|
|
46486
46517
|
readonly contextWindow: 40960;
|
|
46487
46518
|
readonly supportsImages: false;
|
|
46488
46519
|
readonly supportsPromptCache: false;
|
|
46520
|
+
readonly supportsNativeTools: true;
|
|
46521
|
+
readonly defaultToolProtocol: "native";
|
|
46489
46522
|
readonly inputPrice: 0;
|
|
46490
46523
|
readonly outputPrice: 0;
|
|
46491
46524
|
readonly description: "Qwen3 235B A22B model.";
|
|
@@ -46495,6 +46528,8 @@ declare const chutesModels: {
|
|
|
46495
46528
|
readonly contextWindow: 40960;
|
|
46496
46529
|
readonly supportsImages: false;
|
|
46497
46530
|
readonly supportsPromptCache: false;
|
|
46531
|
+
readonly supportsNativeTools: true;
|
|
46532
|
+
readonly defaultToolProtocol: "native";
|
|
46498
46533
|
readonly inputPrice: 0;
|
|
46499
46534
|
readonly outputPrice: 0;
|
|
46500
46535
|
readonly description: "Qwen3 32B model.";
|
|
@@ -46504,6 +46539,8 @@ declare const chutesModels: {
|
|
|
46504
46539
|
readonly contextWindow: 40960;
|
|
46505
46540
|
readonly supportsImages: false;
|
|
46506
46541
|
readonly supportsPromptCache: false;
|
|
46542
|
+
readonly supportsNativeTools: true;
|
|
46543
|
+
readonly defaultToolProtocol: "native";
|
|
46507
46544
|
readonly inputPrice: 0;
|
|
46508
46545
|
readonly outputPrice: 0;
|
|
46509
46546
|
readonly description: "Qwen3 30B A3B model.";
|
|
@@ -46513,6 +46550,8 @@ declare const chutesModels: {
|
|
|
46513
46550
|
readonly contextWindow: 40960;
|
|
46514
46551
|
readonly supportsImages: false;
|
|
46515
46552
|
readonly supportsPromptCache: false;
|
|
46553
|
+
readonly supportsNativeTools: true;
|
|
46554
|
+
readonly defaultToolProtocol: "native";
|
|
46516
46555
|
readonly inputPrice: 0;
|
|
46517
46556
|
readonly outputPrice: 0;
|
|
46518
46557
|
readonly description: "Qwen3 14B model.";
|
|
@@ -46522,6 +46561,8 @@ declare const chutesModels: {
|
|
|
46522
46561
|
readonly contextWindow: 40960;
|
|
46523
46562
|
readonly supportsImages: false;
|
|
46524
46563
|
readonly supportsPromptCache: false;
|
|
46564
|
+
readonly supportsNativeTools: true;
|
|
46565
|
+
readonly defaultToolProtocol: "native";
|
|
46525
46566
|
readonly inputPrice: 0;
|
|
46526
46567
|
readonly outputPrice: 0;
|
|
46527
46568
|
readonly description: "Qwen3 8B model.";
|
|
@@ -46531,6 +46572,8 @@ declare const chutesModels: {
|
|
|
46531
46572
|
readonly contextWindow: 163840;
|
|
46532
46573
|
readonly supportsImages: false;
|
|
46533
46574
|
readonly supportsPromptCache: false;
|
|
46575
|
+
readonly supportsNativeTools: true;
|
|
46576
|
+
readonly defaultToolProtocol: "native";
|
|
46534
46577
|
readonly inputPrice: 0;
|
|
46535
46578
|
readonly outputPrice: 0;
|
|
46536
46579
|
readonly description: "Microsoft MAI-DS-R1 FP8 model.";
|
|
@@ -46540,6 +46583,8 @@ declare const chutesModels: {
|
|
|
46540
46583
|
readonly contextWindow: 163840;
|
|
46541
46584
|
readonly supportsImages: false;
|
|
46542
46585
|
readonly supportsPromptCache: false;
|
|
46586
|
+
readonly supportsNativeTools: true;
|
|
46587
|
+
readonly defaultToolProtocol: "native";
|
|
46543
46588
|
readonly inputPrice: 0;
|
|
46544
46589
|
readonly outputPrice: 0;
|
|
46545
46590
|
readonly description: "TNGTech DeepSeek R1T Chimera model.";
|
|
@@ -46549,6 +46594,8 @@ declare const chutesModels: {
|
|
|
46549
46594
|
readonly contextWindow: 151329;
|
|
46550
46595
|
readonly supportsImages: false;
|
|
46551
46596
|
readonly supportsPromptCache: false;
|
|
46597
|
+
readonly supportsNativeTools: true;
|
|
46598
|
+
readonly defaultToolProtocol: "native";
|
|
46552
46599
|
readonly inputPrice: 0;
|
|
46553
46600
|
readonly outputPrice: 0;
|
|
46554
46601
|
readonly description: "GLM-4.5-Air model with 151,329 token context window and 106B total parameters with 12B activated.";
|
|
@@ -46558,6 +46605,8 @@ declare const chutesModels: {
|
|
|
46558
46605
|
readonly contextWindow: 131072;
|
|
46559
46606
|
readonly supportsImages: false;
|
|
46560
46607
|
readonly supportsPromptCache: false;
|
|
46608
|
+
readonly supportsNativeTools: true;
|
|
46609
|
+
readonly defaultToolProtocol: "native";
|
|
46561
46610
|
readonly inputPrice: 0;
|
|
46562
46611
|
readonly outputPrice: 0;
|
|
46563
46612
|
readonly description: "GLM-4.5-FP8 model with 128k token context window, optimized for agent-based applications with MoE architecture.";
|
|
@@ -46567,6 +46616,8 @@ declare const chutesModels: {
|
|
|
46567
46616
|
readonly contextWindow: 131072;
|
|
46568
46617
|
readonly supportsImages: false;
|
|
46569
46618
|
readonly supportsPromptCache: false;
|
|
46619
|
+
readonly supportsNativeTools: true;
|
|
46620
|
+
readonly defaultToolProtocol: "native";
|
|
46570
46621
|
readonly inputPrice: 1;
|
|
46571
46622
|
readonly outputPrice: 3;
|
|
46572
46623
|
readonly description: "GLM-4.5-turbo model with 128K token context window, optimized for fast inference.";
|
|
@@ -46576,6 +46627,8 @@ declare const chutesModels: {
|
|
|
46576
46627
|
readonly contextWindow: 202752;
|
|
46577
46628
|
readonly supportsImages: false;
|
|
46578
46629
|
readonly supportsPromptCache: false;
|
|
46630
|
+
readonly supportsNativeTools: true;
|
|
46631
|
+
readonly defaultToolProtocol: "native";
|
|
46579
46632
|
readonly inputPrice: 0;
|
|
46580
46633
|
readonly outputPrice: 0;
|
|
46581
46634
|
readonly description: "GLM-4.6 introduces major upgrades over GLM-4.5, including a longer 200K-token context window for complex tasks, stronger coding performance in benchmarks and real-world tools (such as Claude Code, Cline, Roo Code, and Kilo Code), improved reasoning with tool use during inference, more capable and efficient agent integration, and refined writing that better matches human style, readability, and natural role-play scenarios.";
|
|
@@ -46585,6 +46638,8 @@ declare const chutesModels: {
|
|
|
46585
46638
|
readonly contextWindow: 202752;
|
|
46586
46639
|
readonly supportsImages: false;
|
|
46587
46640
|
readonly supportsPromptCache: false;
|
|
46641
|
+
readonly supportsNativeTools: true;
|
|
46642
|
+
readonly defaultToolProtocol: "native";
|
|
46588
46643
|
readonly inputPrice: 1.15;
|
|
46589
46644
|
readonly outputPrice: 3.25;
|
|
46590
46645
|
readonly description: "GLM-4.6-turbo model with 200K-token context window, optimized for fast inference.";
|
|
@@ -46594,6 +46649,8 @@ declare const chutesModels: {
|
|
|
46594
46649
|
readonly contextWindow: 128000;
|
|
46595
46650
|
readonly supportsImages: false;
|
|
46596
46651
|
readonly supportsPromptCache: false;
|
|
46652
|
+
readonly supportsNativeTools: true;
|
|
46653
|
+
readonly defaultToolProtocol: "native";
|
|
46597
46654
|
readonly inputPrice: 0;
|
|
46598
46655
|
readonly outputPrice: 0;
|
|
46599
46656
|
readonly description: "LongCat Flash Thinking FP8 model with 128K context window, optimized for complex reasoning and coding tasks.";
|
|
@@ -46603,6 +46660,8 @@ declare const chutesModels: {
|
|
|
46603
46660
|
readonly contextWindow: 262144;
|
|
46604
46661
|
readonly supportsImages: false;
|
|
46605
46662
|
readonly supportsPromptCache: false;
|
|
46663
|
+
readonly supportsNativeTools: true;
|
|
46664
|
+
readonly defaultToolProtocol: "native";
|
|
46606
46665
|
readonly inputPrice: 0;
|
|
46607
46666
|
readonly outputPrice: 0;
|
|
46608
46667
|
readonly description: "Qwen3 Coder 480B A35B Instruct FP8 model, optimized for coding tasks.";
|
|
@@ -46612,6 +46671,8 @@ declare const chutesModels: {
|
|
|
46612
46671
|
readonly contextWindow: 75000;
|
|
46613
46672
|
readonly supportsImages: false;
|
|
46614
46673
|
readonly supportsPromptCache: false;
|
|
46674
|
+
readonly supportsNativeTools: true;
|
|
46675
|
+
readonly defaultToolProtocol: "native";
|
|
46615
46676
|
readonly inputPrice: 0.1481;
|
|
46616
46677
|
readonly outputPrice: 0.5926;
|
|
46617
46678
|
readonly description: "Moonshot AI Kimi K2 Instruct model with 75k context window.";
|
|
@@ -46621,6 +46682,8 @@ declare const chutesModels: {
|
|
|
46621
46682
|
readonly contextWindow: 262144;
|
|
46622
46683
|
readonly supportsImages: false;
|
|
46623
46684
|
readonly supportsPromptCache: false;
|
|
46685
|
+
readonly supportsNativeTools: true;
|
|
46686
|
+
readonly defaultToolProtocol: "native";
|
|
46624
46687
|
readonly inputPrice: 0.1999;
|
|
46625
46688
|
readonly outputPrice: 0.8001;
|
|
46626
46689
|
readonly description: "Moonshot AI Kimi K2 Instruct 0905 model with 256k context window.";
|
|
@@ -46630,6 +46693,8 @@ declare const chutesModels: {
|
|
|
46630
46693
|
readonly contextWindow: 262144;
|
|
46631
46694
|
readonly supportsImages: false;
|
|
46632
46695
|
readonly supportsPromptCache: false;
|
|
46696
|
+
readonly supportsNativeTools: true;
|
|
46697
|
+
readonly defaultToolProtocol: "native";
|
|
46633
46698
|
readonly inputPrice: 0.077968332;
|
|
46634
46699
|
readonly outputPrice: 0.31202496;
|
|
46635
46700
|
readonly description: "Qwen3 235B A22B Thinking 2507 model with 262K context window.";
|
|
@@ -46639,6 +46704,8 @@ declare const chutesModels: {
|
|
|
46639
46704
|
readonly contextWindow: 131072;
|
|
46640
46705
|
readonly supportsImages: false;
|
|
46641
46706
|
readonly supportsPromptCache: false;
|
|
46707
|
+
readonly supportsNativeTools: true;
|
|
46708
|
+
readonly defaultToolProtocol: "native";
|
|
46642
46709
|
readonly inputPrice: 0;
|
|
46643
46710
|
readonly outputPrice: 0;
|
|
46644
46711
|
readonly description: "Fast, stable instruction-tuned model optimized for complex tasks, RAG, and tool use without thinking traces.";
|
|
@@ -46648,6 +46715,8 @@ declare const chutesModels: {
|
|
|
46648
46715
|
readonly contextWindow: 131072;
|
|
46649
46716
|
readonly supportsImages: false;
|
|
46650
46717
|
readonly supportsPromptCache: false;
|
|
46718
|
+
readonly supportsNativeTools: true;
|
|
46719
|
+
readonly defaultToolProtocol: "native";
|
|
46651
46720
|
readonly inputPrice: 0;
|
|
46652
46721
|
readonly outputPrice: 0;
|
|
46653
46722
|
readonly description: "Reasoning-first model with structured thinking traces for multi-step problems, math proofs, and code synthesis.";
|
|
@@ -46657,6 +46726,8 @@ declare const chutesModels: {
|
|
|
46657
46726
|
readonly contextWindow: 262144;
|
|
46658
46727
|
readonly supportsImages: true;
|
|
46659
46728
|
readonly supportsPromptCache: false;
|
|
46729
|
+
readonly supportsNativeTools: true;
|
|
46730
|
+
readonly defaultToolProtocol: "native";
|
|
46660
46731
|
readonly inputPrice: 0.16;
|
|
46661
46732
|
readonly outputPrice: 0.65;
|
|
46662
46733
|
readonly description: "Qwen3‑VL‑235B‑A22B‑Thinking is an open‑weight MoE vision‑language model (235B total, ~22B activated) optimized for deliberate multi‑step reasoning with strong text‑image‑video understanding and long‑context capabilities.";
|
|
@@ -46665,205 +46736,110 @@ declare const chutesModels: {
|
|
|
46665
46736
|
declare const chutesDefaultModelInfo: ModelInfo;
|
|
46666
46737
|
|
|
46667
46738
|
/**
|
|
46668
|
-
*
|
|
46669
|
-
*
|
|
46670
|
-
* @param modelName - The original model name (e.g., "claude-sonnet-4-20250514")
|
|
46671
|
-
* @returns The converted model name for Vertex AI (e.g., "claude-sonnet-4@20250514")
|
|
46672
|
-
*
|
|
46673
|
-
* @example
|
|
46674
|
-
* convertModelNameForVertex("claude-sonnet-4-20250514") // returns "claude-sonnet-4@20250514"
|
|
46675
|
-
* convertModelNameForVertex("claude-model") // returns "claude-model" (no change)
|
|
46676
|
-
*/
|
|
46677
|
-
declare function convertModelNameForVertex(modelName: string): string;
|
|
46678
|
-
type ClaudeCodeModelId = keyof typeof claudeCodeModels;
|
|
46679
|
-
declare const claudeCodeDefaultModelId: ClaudeCodeModelId;
|
|
46680
|
-
declare const CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS = 16000;
|
|
46681
|
-
/**
|
|
46682
|
-
* Gets the appropriate model ID based on whether Vertex AI is being used.
|
|
46683
|
-
*
|
|
46684
|
-
* @param baseModelId - The base Claude Code model ID
|
|
46685
|
-
* @param useVertex - Whether to format the model ID for Vertex AI (default: false)
|
|
46686
|
-
* @returns The model ID, potentially formatted for Vertex AI
|
|
46687
|
-
*
|
|
46688
|
-
* @example
|
|
46689
|
-
* getClaudeCodeModelId("claude-sonnet-4-20250514", true) // returns "claude-sonnet-4@20250514"
|
|
46690
|
-
* getClaudeCodeModelId("claude-sonnet-4-20250514", false) // returns "claude-sonnet-4-20250514"
|
|
46739
|
+
* Rate limit information from Claude Code API
|
|
46691
46740
|
*/
|
|
46692
|
-
|
|
46741
|
+
interface ClaudeCodeRateLimitInfo {
|
|
46742
|
+
fiveHour: {
|
|
46743
|
+
status: string;
|
|
46744
|
+
utilization: number;
|
|
46745
|
+
resetTime: number;
|
|
46746
|
+
};
|
|
46747
|
+
weekly?: {
|
|
46748
|
+
status: string;
|
|
46749
|
+
utilization: number;
|
|
46750
|
+
resetTime: number;
|
|
46751
|
+
};
|
|
46752
|
+
weeklyUnified?: {
|
|
46753
|
+
status: string;
|
|
46754
|
+
utilization: number;
|
|
46755
|
+
resetTime: number;
|
|
46756
|
+
};
|
|
46757
|
+
representativeClaim?: string;
|
|
46758
|
+
overage?: {
|
|
46759
|
+
status: string;
|
|
46760
|
+
disabledReason?: string;
|
|
46761
|
+
};
|
|
46762
|
+
fallbackPercentage?: number;
|
|
46763
|
+
organizationId?: string;
|
|
46764
|
+
fetchedAt: number;
|
|
46765
|
+
}
|
|
46693
46766
|
declare const claudeCodeModels: {
|
|
46694
|
-
readonly "claude-
|
|
46695
|
-
readonly
|
|
46696
|
-
readonly supportsPromptCache: true;
|
|
46697
|
-
readonly supportsReasoningEffort: false;
|
|
46698
|
-
readonly supportsReasoningBudget: false;
|
|
46699
|
-
readonly requiredReasoningBudget: false;
|
|
46700
|
-
readonly supportsNativeTools: false;
|
|
46701
|
-
readonly supportsTemperature: false;
|
|
46702
|
-
readonly maxTokens: 64000;
|
|
46767
|
+
readonly "claude-haiku-4-5": {
|
|
46768
|
+
readonly maxTokens: 32768;
|
|
46703
46769
|
readonly contextWindow: 200000;
|
|
46704
|
-
readonly
|
|
46705
|
-
readonly outputPrice: 15;
|
|
46706
|
-
readonly cacheWritesPrice: 3.75;
|
|
46707
|
-
readonly cacheReadsPrice: 0.3;
|
|
46708
|
-
readonly tiers: [{
|
|
46709
|
-
readonly contextWindow: 1000000;
|
|
46710
|
-
readonly inputPrice: 6;
|
|
46711
|
-
readonly outputPrice: 22.5;
|
|
46712
|
-
readonly cacheWritesPrice: 7.5;
|
|
46713
|
-
readonly cacheReadsPrice: 0.6;
|
|
46714
|
-
}];
|
|
46715
|
-
};
|
|
46716
|
-
readonly "claude-sonnet-4-5-20250929[1m]": {
|
|
46717
|
-
readonly contextWindow: 1000000;
|
|
46718
|
-
readonly supportsImages: false;
|
|
46719
|
-
readonly supportsPromptCache: true;
|
|
46720
|
-
readonly supportsReasoningEffort: false;
|
|
46721
|
-
readonly supportsReasoningBudget: false;
|
|
46722
|
-
readonly requiredReasoningBudget: false;
|
|
46723
|
-
readonly supportsNativeTools: false;
|
|
46724
|
-
readonly supportsTemperature: false;
|
|
46725
|
-
readonly maxTokens: 64000;
|
|
46726
|
-
readonly inputPrice: 3;
|
|
46727
|
-
readonly outputPrice: 15;
|
|
46728
|
-
readonly cacheWritesPrice: 3.75;
|
|
46729
|
-
readonly cacheReadsPrice: 0.3;
|
|
46730
|
-
readonly tiers: [{
|
|
46731
|
-
readonly contextWindow: 1000000;
|
|
46732
|
-
readonly inputPrice: 6;
|
|
46733
|
-
readonly outputPrice: 22.5;
|
|
46734
|
-
readonly cacheWritesPrice: 7.5;
|
|
46735
|
-
readonly cacheReadsPrice: 0.6;
|
|
46736
|
-
}];
|
|
46737
|
-
};
|
|
46738
|
-
readonly "claude-sonnet-4-20250514": {
|
|
46739
|
-
readonly supportsImages: false;
|
|
46770
|
+
readonly supportsImages: true;
|
|
46740
46771
|
readonly supportsPromptCache: true;
|
|
46741
|
-
readonly
|
|
46742
|
-
readonly
|
|
46743
|
-
readonly
|
|
46744
|
-
readonly
|
|
46745
|
-
readonly
|
|
46746
|
-
readonly maxTokens: 64000;
|
|
46747
|
-
readonly contextWindow: 200000;
|
|
46748
|
-
readonly inputPrice: 3;
|
|
46749
|
-
readonly outputPrice: 15;
|
|
46750
|
-
readonly cacheWritesPrice: 3.75;
|
|
46751
|
-
readonly cacheReadsPrice: 0.3;
|
|
46752
|
-
readonly tiers: [{
|
|
46753
|
-
readonly contextWindow: 1000000;
|
|
46754
|
-
readonly inputPrice: 6;
|
|
46755
|
-
readonly outputPrice: 22.5;
|
|
46756
|
-
readonly cacheWritesPrice: 7.5;
|
|
46757
|
-
readonly cacheReadsPrice: 0.6;
|
|
46758
|
-
}];
|
|
46772
|
+
readonly supportsNativeTools: true;
|
|
46773
|
+
readonly defaultToolProtocol: "native";
|
|
46774
|
+
readonly supportsReasoningEffort: ["disable", "low", "medium", "high"];
|
|
46775
|
+
readonly reasoningEffort: "medium";
|
|
46776
|
+
readonly description: "Claude Haiku 4.5 - Fast and efficient with thinking";
|
|
46759
46777
|
};
|
|
46760
|
-
readonly "claude-
|
|
46761
|
-
readonly
|
|
46762
|
-
readonly supportsPromptCache: true;
|
|
46763
|
-
readonly supportsReasoningEffort: false;
|
|
46764
|
-
readonly supportsReasoningBudget: false;
|
|
46765
|
-
readonly requiredReasoningBudget: false;
|
|
46766
|
-
readonly supportsNativeTools: false;
|
|
46767
|
-
readonly supportsTemperature: false;
|
|
46768
|
-
readonly maxTokens: 32000;
|
|
46778
|
+
readonly "claude-sonnet-4-5": {
|
|
46779
|
+
readonly maxTokens: 32768;
|
|
46769
46780
|
readonly contextWindow: 200000;
|
|
46770
|
-
readonly
|
|
46771
|
-
readonly outputPrice: 25;
|
|
46772
|
-
readonly cacheWritesPrice: 6.25;
|
|
46773
|
-
readonly cacheReadsPrice: 0.5;
|
|
46774
|
-
};
|
|
46775
|
-
readonly "claude-opus-4-1-20250805": {
|
|
46776
|
-
readonly supportsImages: false;
|
|
46781
|
+
readonly supportsImages: true;
|
|
46777
46782
|
readonly supportsPromptCache: true;
|
|
46778
|
-
readonly
|
|
46779
|
-
readonly
|
|
46780
|
-
readonly
|
|
46781
|
-
readonly
|
|
46782
|
-
readonly
|
|
46783
|
-
readonly maxTokens: 32000;
|
|
46784
|
-
readonly contextWindow: 200000;
|
|
46785
|
-
readonly inputPrice: 15;
|
|
46786
|
-
readonly outputPrice: 75;
|
|
46787
|
-
readonly cacheWritesPrice: 18.75;
|
|
46788
|
-
readonly cacheReadsPrice: 1.5;
|
|
46783
|
+
readonly supportsNativeTools: true;
|
|
46784
|
+
readonly defaultToolProtocol: "native";
|
|
46785
|
+
readonly supportsReasoningEffort: ["disable", "low", "medium", "high"];
|
|
46786
|
+
readonly reasoningEffort: "medium";
|
|
46787
|
+
readonly description: "Claude Sonnet 4.5 - Balanced performance with thinking";
|
|
46789
46788
|
};
|
|
46790
|
-
readonly "claude-opus-4-
|
|
46791
|
-
readonly
|
|
46792
|
-
readonly supportsPromptCache: true;
|
|
46793
|
-
readonly supportsReasoningEffort: false;
|
|
46794
|
-
readonly supportsReasoningBudget: false;
|
|
46795
|
-
readonly requiredReasoningBudget: false;
|
|
46796
|
-
readonly supportsNativeTools: false;
|
|
46797
|
-
readonly supportsTemperature: false;
|
|
46798
|
-
readonly maxTokens: 32000;
|
|
46789
|
+
readonly "claude-opus-4-5": {
|
|
46790
|
+
readonly maxTokens: 32768;
|
|
46799
46791
|
readonly contextWindow: 200000;
|
|
46800
|
-
readonly
|
|
46801
|
-
readonly outputPrice: 75;
|
|
46802
|
-
readonly cacheWritesPrice: 18.75;
|
|
46803
|
-
readonly cacheReadsPrice: 1.5;
|
|
46804
|
-
};
|
|
46805
|
-
readonly "claude-3-7-sonnet-20250219": {
|
|
46806
|
-
readonly supportsImages: false;
|
|
46792
|
+
readonly supportsImages: true;
|
|
46807
46793
|
readonly supportsPromptCache: true;
|
|
46808
|
-
readonly
|
|
46809
|
-
readonly
|
|
46810
|
-
readonly
|
|
46811
|
-
readonly
|
|
46812
|
-
readonly
|
|
46813
|
-
readonly maxTokens: 8192;
|
|
46814
|
-
readonly contextWindow: 200000;
|
|
46815
|
-
readonly inputPrice: 3;
|
|
46816
|
-
readonly outputPrice: 15;
|
|
46817
|
-
readonly cacheWritesPrice: 3.75;
|
|
46818
|
-
readonly cacheReadsPrice: 0.3;
|
|
46794
|
+
readonly supportsNativeTools: true;
|
|
46795
|
+
readonly defaultToolProtocol: "native";
|
|
46796
|
+
readonly supportsReasoningEffort: ["disable", "low", "medium", "high"];
|
|
46797
|
+
readonly reasoningEffort: "medium";
|
|
46798
|
+
readonly description: "Claude Opus 4.5 - Most capable with thinking";
|
|
46819
46799
|
};
|
|
46820
|
-
|
|
46821
|
-
|
|
46822
|
-
|
|
46823
|
-
|
|
46824
|
-
|
|
46825
|
-
|
|
46826
|
-
|
|
46827
|
-
|
|
46828
|
-
|
|
46829
|
-
|
|
46830
|
-
|
|
46831
|
-
|
|
46832
|
-
|
|
46833
|
-
|
|
46800
|
+
};
|
|
46801
|
+
type ClaudeCodeModelId = keyof typeof claudeCodeModels;
|
|
46802
|
+
declare const claudeCodeDefaultModelId: ClaudeCodeModelId;
|
|
46803
|
+
/**
|
|
46804
|
+
* Normalizes a Claude model ID to a valid Claude Code model ID.
|
|
46805
|
+
*
|
|
46806
|
+
* This function handles backward compatibility for legacy model names
|
|
46807
|
+
* that may include version numbers or date suffixes. It maps:
|
|
46808
|
+
* - claude-sonnet-4-5-20250929, claude-sonnet-4-20250514, claude-3-7-sonnet-20250219, claude-3-5-sonnet-20241022 → claude-sonnet-4-5
|
|
46809
|
+
* - claude-opus-4-5-20251101, claude-opus-4-1-20250805, claude-opus-4-20250514 → claude-opus-4-5
|
|
46810
|
+
* - claude-haiku-4-5-20251001, claude-3-5-haiku-20241022 → claude-haiku-4-5
|
|
46811
|
+
*
|
|
46812
|
+
* @param modelId - The model ID to normalize (may be a legacy format)
|
|
46813
|
+
* @returns A valid ClaudeCodeModelId, or the original ID if already valid
|
|
46814
|
+
*
|
|
46815
|
+
* @example
|
|
46816
|
+
* normalizeClaudeCodeModelId("claude-sonnet-4-5") // returns "claude-sonnet-4-5"
|
|
46817
|
+
* normalizeClaudeCodeModelId("claude-3-5-sonnet-20241022") // returns "claude-sonnet-4-5"
|
|
46818
|
+
* normalizeClaudeCodeModelId("claude-opus-4-1-20250805") // returns "claude-opus-4-5"
|
|
46819
|
+
*/
|
|
46820
|
+
declare function normalizeClaudeCodeModelId(modelId: string): ClaudeCodeModelId;
|
|
46821
|
+
/**
|
|
46822
|
+
* Reasoning effort configuration for Claude Code thinking mode.
|
|
46823
|
+
* Maps reasoning effort level to budget_tokens for the thinking process.
|
|
46824
|
+
*
|
|
46825
|
+
* Note: With interleaved thinking (enabled via beta header), budget_tokens
|
|
46826
|
+
* can exceed max_tokens as the token limit becomes the entire context window.
|
|
46827
|
+
* The max_tokens is drawn from the model's maxTokens definition.
|
|
46828
|
+
*
|
|
46829
|
+
* @see https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking#interleaved-thinking
|
|
46830
|
+
*/
|
|
46831
|
+
declare const claudeCodeReasoningConfig: {
|
|
46832
|
+
readonly low: {
|
|
46833
|
+
readonly budgetTokens: 16000;
|
|
46834
46834
|
};
|
|
46835
|
-
readonly
|
|
46836
|
-
readonly
|
|
46837
|
-
readonly supportsPromptCache: true;
|
|
46838
|
-
readonly supportsReasoningEffort: false;
|
|
46839
|
-
readonly supportsReasoningBudget: false;
|
|
46840
|
-
readonly requiredReasoningBudget: false;
|
|
46841
|
-
readonly supportsNativeTools: false;
|
|
46842
|
-
readonly supportsTemperature: false;
|
|
46843
|
-
readonly maxTokens: 8192;
|
|
46844
|
-
readonly contextWindow: 200000;
|
|
46845
|
-
readonly inputPrice: 1;
|
|
46846
|
-
readonly outputPrice: 5;
|
|
46847
|
-
readonly cacheWritesPrice: 1.25;
|
|
46848
|
-
readonly cacheReadsPrice: 0.1;
|
|
46835
|
+
readonly medium: {
|
|
46836
|
+
readonly budgetTokens: 32000;
|
|
46849
46837
|
};
|
|
46850
|
-
readonly
|
|
46851
|
-
readonly
|
|
46852
|
-
readonly supportsPromptCache: true;
|
|
46853
|
-
readonly supportsReasoningEffort: false;
|
|
46854
|
-
readonly supportsReasoningBudget: false;
|
|
46855
|
-
readonly requiredReasoningBudget: false;
|
|
46856
|
-
readonly supportsNativeTools: false;
|
|
46857
|
-
readonly supportsTemperature: false;
|
|
46858
|
-
readonly maxTokens: 64000;
|
|
46859
|
-
readonly contextWindow: 200000;
|
|
46860
|
-
readonly inputPrice: 1;
|
|
46861
|
-
readonly outputPrice: 5;
|
|
46862
|
-
readonly cacheWritesPrice: 1.25;
|
|
46863
|
-
readonly cacheReadsPrice: 0.1;
|
|
46864
|
-
readonly description: "Claude Haiku 4.5 delivers near-frontier intelligence at lightning speeds with extended thinking, vision, and multilingual support.";
|
|
46838
|
+
readonly high: {
|
|
46839
|
+
readonly budgetTokens: 64000;
|
|
46865
46840
|
};
|
|
46866
46841
|
};
|
|
46842
|
+
type ClaudeCodeReasoningLevel = keyof typeof claudeCodeReasoningConfig;
|
|
46867
46843
|
|
|
46868
46844
|
type DeepSeekModelId = keyof typeof deepSeekModels;
|
|
46869
46845
|
declare const deepSeekDefaultModelId: DeepSeekModelId;
|
|
@@ -46888,6 +46864,7 @@ declare const deepSeekModels: {
|
|
|
46888
46864
|
readonly supportsPromptCache: true;
|
|
46889
46865
|
readonly supportsNativeTools: true;
|
|
46890
46866
|
readonly defaultToolProtocol: "native";
|
|
46867
|
+
readonly preserveReasoning: true;
|
|
46891
46868
|
readonly inputPrice: 0.28;
|
|
46892
46869
|
readonly outputPrice: 0.42;
|
|
46893
46870
|
readonly cacheWritesPrice: 0.28;
|
|
@@ -46895,7 +46872,7 @@ declare const deepSeekModels: {
|
|
|
46895
46872
|
readonly description: "DeepSeek-V3.2 (Thinking Mode) achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks. Supports Chain of Thought reasoning with up to 8K output tokens. Supports JSON output, tool calls, and chat prefix completion (beta).";
|
|
46896
46873
|
};
|
|
46897
46874
|
};
|
|
46898
|
-
declare const DEEP_SEEK_DEFAULT_TEMPERATURE = 0;
|
|
46875
|
+
declare const DEEP_SEEK_DEFAULT_TEMPERATURE = 0.3;
|
|
46899
46876
|
|
|
46900
46877
|
declare const doubaoDefaultModelId = "doubao-seed-1-6-250615";
|
|
46901
46878
|
declare const doubaoModels: {
|
|
@@ -46905,6 +46882,7 @@ declare const doubaoModels: {
|
|
|
46905
46882
|
readonly supportsImages: true;
|
|
46906
46883
|
readonly supportsPromptCache: true;
|
|
46907
46884
|
readonly supportsNativeTools: true;
|
|
46885
|
+
readonly defaultToolProtocol: "native";
|
|
46908
46886
|
readonly inputPrice: 0.0001;
|
|
46909
46887
|
readonly outputPrice: 0.0004;
|
|
46910
46888
|
readonly cacheWritesPrice: 0.0001;
|
|
@@ -46917,6 +46895,7 @@ declare const doubaoModels: {
|
|
|
46917
46895
|
readonly supportsImages: true;
|
|
46918
46896
|
readonly supportsPromptCache: true;
|
|
46919
46897
|
readonly supportsNativeTools: true;
|
|
46898
|
+
readonly defaultToolProtocol: "native";
|
|
46920
46899
|
readonly inputPrice: 0.0002;
|
|
46921
46900
|
readonly outputPrice: 0.0008;
|
|
46922
46901
|
readonly cacheWritesPrice: 0.0002;
|
|
@@ -46929,6 +46908,7 @@ declare const doubaoModels: {
|
|
|
46929
46908
|
readonly supportsImages: true;
|
|
46930
46909
|
readonly supportsPromptCache: true;
|
|
46931
46910
|
readonly supportsNativeTools: true;
|
|
46911
|
+
readonly defaultToolProtocol: "native";
|
|
46932
46912
|
readonly inputPrice: 0.00015;
|
|
46933
46913
|
readonly outputPrice: 0.0006;
|
|
46934
46914
|
readonly cacheWritesPrice: 0.00015;
|
|
@@ -47001,6 +46981,7 @@ declare const fireworksModels: {
|
|
|
47001
46981
|
readonly supportsImages: false;
|
|
47002
46982
|
readonly supportsPromptCache: true;
|
|
47003
46983
|
readonly supportsNativeTools: true;
|
|
46984
|
+
readonly defaultToolProtocol: "native";
|
|
47004
46985
|
readonly inputPrice: 0.6;
|
|
47005
46986
|
readonly outputPrice: 2.5;
|
|
47006
46987
|
readonly cacheReadsPrice: 0.15;
|
|
@@ -47012,6 +46993,7 @@ declare const fireworksModels: {
|
|
|
47012
46993
|
readonly supportsImages: false;
|
|
47013
46994
|
readonly supportsPromptCache: false;
|
|
47014
46995
|
readonly supportsNativeTools: true;
|
|
46996
|
+
readonly defaultToolProtocol: "native";
|
|
47015
46997
|
readonly inputPrice: 0.6;
|
|
47016
46998
|
readonly outputPrice: 2.5;
|
|
47017
46999
|
readonly description: "Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters. Trained with the Muon optimizer, Kimi K2 achieves exceptional performance across frontier knowledge, reasoning, and coding tasks while being meticulously optimized for agentic capabilities.";
|
|
@@ -47022,6 +47004,7 @@ declare const fireworksModels: {
|
|
|
47022
47004
|
readonly supportsImages: false;
|
|
47023
47005
|
readonly supportsPromptCache: false;
|
|
47024
47006
|
readonly supportsNativeTools: true;
|
|
47007
|
+
readonly defaultToolProtocol: "native";
|
|
47025
47008
|
readonly inputPrice: 0.3;
|
|
47026
47009
|
readonly outputPrice: 1.2;
|
|
47027
47010
|
readonly description: "MiniMax M2 is a high-performance language model with 204.8K context window, optimized for long-context understanding and generation tasks.";
|
|
@@ -47032,6 +47015,7 @@ declare const fireworksModels: {
|
|
|
47032
47015
|
readonly supportsImages: false;
|
|
47033
47016
|
readonly supportsPromptCache: false;
|
|
47034
47017
|
readonly supportsNativeTools: true;
|
|
47018
|
+
readonly defaultToolProtocol: "native";
|
|
47035
47019
|
readonly inputPrice: 0.22;
|
|
47036
47020
|
readonly outputPrice: 0.88;
|
|
47037
47021
|
readonly description: "Latest Qwen3 thinking model, competitive against the best closed source models in Jul 2025.";
|
|
@@ -47042,6 +47026,7 @@ declare const fireworksModels: {
|
|
|
47042
47026
|
readonly supportsImages: false;
|
|
47043
47027
|
readonly supportsPromptCache: false;
|
|
47044
47028
|
readonly supportsNativeTools: true;
|
|
47029
|
+
readonly defaultToolProtocol: "native";
|
|
47045
47030
|
readonly inputPrice: 0.45;
|
|
47046
47031
|
readonly outputPrice: 1.8;
|
|
47047
47032
|
readonly description: "Qwen3's most agentic code model to date.";
|
|
@@ -47052,6 +47037,7 @@ declare const fireworksModels: {
|
|
|
47052
47037
|
readonly supportsImages: false;
|
|
47053
47038
|
readonly supportsPromptCache: false;
|
|
47054
47039
|
readonly supportsNativeTools: true;
|
|
47040
|
+
readonly defaultToolProtocol: "native";
|
|
47055
47041
|
readonly inputPrice: 3;
|
|
47056
47042
|
readonly outputPrice: 8;
|
|
47057
47043
|
readonly description: "05/28 updated checkpoint of Deepseek R1. Its overall performance is now approaching that of leading models, such as O3 and Gemini 2.5 Pro. Compared to the previous version, the upgraded model shows significant improvements in handling complex reasoning tasks, and this version also offers a reduced hallucination rate, enhanced support for function calling, and better experience for vibe coding. Note that fine-tuning for this model is only available through contacting fireworks at https://fireworks.ai/company/contact-us.";
|
|
@@ -47062,6 +47048,7 @@ declare const fireworksModels: {
|
|
|
47062
47048
|
readonly supportsImages: false;
|
|
47063
47049
|
readonly supportsPromptCache: false;
|
|
47064
47050
|
readonly supportsNativeTools: true;
|
|
47051
|
+
readonly defaultToolProtocol: "native";
|
|
47065
47052
|
readonly inputPrice: 0.9;
|
|
47066
47053
|
readonly outputPrice: 0.9;
|
|
47067
47054
|
readonly description: "A strong Mixture-of-Experts (MoE) language model with 671B total parameters with 37B activated for each token from Deepseek. Note that fine-tuning for this model is only available through contacting fireworks at https://fireworks.ai/company/contact-us.";
|
|
@@ -47072,6 +47059,7 @@ declare const fireworksModels: {
|
|
|
47072
47059
|
readonly supportsImages: false;
|
|
47073
47060
|
readonly supportsPromptCache: false;
|
|
47074
47061
|
readonly supportsNativeTools: true;
|
|
47062
|
+
readonly defaultToolProtocol: "native";
|
|
47075
47063
|
readonly inputPrice: 0.56;
|
|
47076
47064
|
readonly outputPrice: 1.68;
|
|
47077
47065
|
readonly description: "DeepSeek v3.1 is an improved version of the v3 model with enhanced performance, better reasoning capabilities, and improved code generation. This Mixture-of-Experts (MoE) model maintains the same 671B total parameters with 37B activated per token.";
|
|
@@ -47082,6 +47070,7 @@ declare const fireworksModels: {
|
|
|
47082
47070
|
readonly supportsImages: false;
|
|
47083
47071
|
readonly supportsPromptCache: false;
|
|
47084
47072
|
readonly supportsNativeTools: true;
|
|
47073
|
+
readonly defaultToolProtocol: "native";
|
|
47085
47074
|
readonly inputPrice: 0.55;
|
|
47086
47075
|
readonly outputPrice: 2.19;
|
|
47087
47076
|
readonly description: "Z.ai GLM-4.5 with 355B total parameters and 32B active parameters. Features unified reasoning, coding, and intelligent agent capabilities.";
|
|
@@ -47092,6 +47081,7 @@ declare const fireworksModels: {
|
|
|
47092
47081
|
readonly supportsImages: false;
|
|
47093
47082
|
readonly supportsPromptCache: false;
|
|
47094
47083
|
readonly supportsNativeTools: true;
|
|
47084
|
+
readonly defaultToolProtocol: "native";
|
|
47095
47085
|
readonly inputPrice: 0.55;
|
|
47096
47086
|
readonly outputPrice: 2.19;
|
|
47097
47087
|
readonly description: "Z.ai GLM-4.5-Air with 106B total parameters and 12B active parameters. Features unified reasoning, coding, and intelligent agent capabilities.";
|
|
@@ -47102,6 +47092,7 @@ declare const fireworksModels: {
|
|
|
47102
47092
|
readonly supportsImages: false;
|
|
47103
47093
|
readonly supportsPromptCache: false;
|
|
47104
47094
|
readonly supportsNativeTools: true;
|
|
47095
|
+
readonly defaultToolProtocol: "native";
|
|
47105
47096
|
readonly inputPrice: 0.55;
|
|
47106
47097
|
readonly outputPrice: 2.19;
|
|
47107
47098
|
readonly description: "Z.ai GLM-4.6 is an advanced coding model with exceptional performance on complex programming tasks. Features improved reasoning capabilities and enhanced code generation quality, making it ideal for software development workflows.";
|
|
@@ -47112,6 +47103,7 @@ declare const fireworksModels: {
|
|
|
47112
47103
|
readonly supportsImages: false;
|
|
47113
47104
|
readonly supportsPromptCache: false;
|
|
47114
47105
|
readonly supportsNativeTools: true;
|
|
47106
|
+
readonly defaultToolProtocol: "native";
|
|
47115
47107
|
readonly inputPrice: 0.07;
|
|
47116
47108
|
readonly outputPrice: 0.3;
|
|
47117
47109
|
readonly description: "OpenAI gpt-oss-20b: Compact model for local/edge deployments. Optimized for low-latency and resource-constrained environments with chain-of-thought output, adjustable reasoning, and agentic workflows.";
|
|
@@ -47122,6 +47114,7 @@ declare const fireworksModels: {
|
|
|
47122
47114
|
readonly supportsImages: false;
|
|
47123
47115
|
readonly supportsPromptCache: false;
|
|
47124
47116
|
readonly supportsNativeTools: true;
|
|
47117
|
+
readonly defaultToolProtocol: "native";
|
|
47125
47118
|
readonly inputPrice: 0.15;
|
|
47126
47119
|
readonly outputPrice: 0.6;
|
|
47127
47120
|
readonly description: "OpenAI gpt-oss-120b: Production-grade, general-purpose model that fits on a single H100 GPU. Features complex reasoning, configurable effort, full chain-of-thought transparency, and supports function calling, tool use, and structured outputs.";
|
|
@@ -47136,9 +47129,11 @@ declare const geminiModels: {
|
|
|
47136
47129
|
readonly contextWindow: 1048576;
|
|
47137
47130
|
readonly supportsImages: true;
|
|
47138
47131
|
readonly supportsNativeTools: true;
|
|
47132
|
+
readonly defaultToolProtocol: "native";
|
|
47139
47133
|
readonly supportsPromptCache: true;
|
|
47140
47134
|
readonly supportsReasoningEffort: ["low", "high"];
|
|
47141
47135
|
readonly reasoningEffort: "low";
|
|
47136
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47142
47137
|
readonly supportsTemperature: true;
|
|
47143
47138
|
readonly defaultTemperature: 1;
|
|
47144
47139
|
readonly inputPrice: 4;
|
|
@@ -47153,12 +47148,31 @@ declare const geminiModels: {
|
|
|
47153
47148
|
readonly outputPrice: 18;
|
|
47154
47149
|
}];
|
|
47155
47150
|
};
|
|
47151
|
+
readonly "gemini-3-flash-preview": {
|
|
47152
|
+
readonly maxTokens: 65536;
|
|
47153
|
+
readonly contextWindow: 1048576;
|
|
47154
|
+
readonly supportsImages: true;
|
|
47155
|
+
readonly supportsNativeTools: true;
|
|
47156
|
+
readonly defaultToolProtocol: "native";
|
|
47157
|
+
readonly supportsPromptCache: true;
|
|
47158
|
+
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
47159
|
+
readonly reasoningEffort: "medium";
|
|
47160
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47161
|
+
readonly supportsTemperature: true;
|
|
47162
|
+
readonly defaultTemperature: 1;
|
|
47163
|
+
readonly inputPrice: 0.3;
|
|
47164
|
+
readonly outputPrice: 2.5;
|
|
47165
|
+
readonly cacheReadsPrice: 0.075;
|
|
47166
|
+
readonly cacheWritesPrice: 1;
|
|
47167
|
+
};
|
|
47156
47168
|
readonly "gemini-2.5-pro": {
|
|
47157
47169
|
readonly maxTokens: 64000;
|
|
47158
47170
|
readonly contextWindow: 1048576;
|
|
47159
47171
|
readonly supportsImages: true;
|
|
47160
47172
|
readonly supportsNativeTools: true;
|
|
47173
|
+
readonly defaultToolProtocol: "native";
|
|
47161
47174
|
readonly supportsPromptCache: true;
|
|
47175
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47162
47176
|
readonly inputPrice: 2.5;
|
|
47163
47177
|
readonly outputPrice: 15;
|
|
47164
47178
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -47183,7 +47197,9 @@ declare const geminiModels: {
|
|
|
47183
47197
|
readonly contextWindow: 1048576;
|
|
47184
47198
|
readonly supportsImages: true;
|
|
47185
47199
|
readonly supportsNativeTools: true;
|
|
47200
|
+
readonly defaultToolProtocol: "native";
|
|
47186
47201
|
readonly supportsPromptCache: true;
|
|
47202
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47187
47203
|
readonly inputPrice: 2.5;
|
|
47188
47204
|
readonly outputPrice: 15;
|
|
47189
47205
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -47207,7 +47223,9 @@ declare const geminiModels: {
|
|
|
47207
47223
|
readonly contextWindow: 1048576;
|
|
47208
47224
|
readonly supportsImages: true;
|
|
47209
47225
|
readonly supportsNativeTools: true;
|
|
47226
|
+
readonly defaultToolProtocol: "native";
|
|
47210
47227
|
readonly supportsPromptCache: true;
|
|
47228
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47211
47229
|
readonly inputPrice: 2.5;
|
|
47212
47230
|
readonly outputPrice: 15;
|
|
47213
47231
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -47229,7 +47247,9 @@ declare const geminiModels: {
|
|
|
47229
47247
|
readonly contextWindow: 1048576;
|
|
47230
47248
|
readonly supportsImages: true;
|
|
47231
47249
|
readonly supportsNativeTools: true;
|
|
47250
|
+
readonly defaultToolProtocol: "native";
|
|
47232
47251
|
readonly supportsPromptCache: true;
|
|
47252
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47233
47253
|
readonly inputPrice: 2.5;
|
|
47234
47254
|
readonly outputPrice: 15;
|
|
47235
47255
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -47253,7 +47273,9 @@ declare const geminiModels: {
|
|
|
47253
47273
|
readonly contextWindow: 1048576;
|
|
47254
47274
|
readonly supportsImages: true;
|
|
47255
47275
|
readonly supportsNativeTools: true;
|
|
47276
|
+
readonly defaultToolProtocol: "native";
|
|
47256
47277
|
readonly supportsPromptCache: true;
|
|
47278
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47257
47279
|
readonly inputPrice: 0.3;
|
|
47258
47280
|
readonly outputPrice: 2.5;
|
|
47259
47281
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -47266,7 +47288,9 @@ declare const geminiModels: {
|
|
|
47266
47288
|
readonly contextWindow: 1048576;
|
|
47267
47289
|
readonly supportsImages: true;
|
|
47268
47290
|
readonly supportsNativeTools: true;
|
|
47291
|
+
readonly defaultToolProtocol: "native";
|
|
47269
47292
|
readonly supportsPromptCache: true;
|
|
47293
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47270
47294
|
readonly inputPrice: 0.3;
|
|
47271
47295
|
readonly outputPrice: 2.5;
|
|
47272
47296
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -47279,7 +47303,9 @@ declare const geminiModels: {
|
|
|
47279
47303
|
readonly contextWindow: 1048576;
|
|
47280
47304
|
readonly supportsImages: true;
|
|
47281
47305
|
readonly supportsNativeTools: true;
|
|
47306
|
+
readonly defaultToolProtocol: "native";
|
|
47282
47307
|
readonly supportsPromptCache: true;
|
|
47308
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47283
47309
|
readonly inputPrice: 0.3;
|
|
47284
47310
|
readonly outputPrice: 2.5;
|
|
47285
47311
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -47292,7 +47318,9 @@ declare const geminiModels: {
|
|
|
47292
47318
|
readonly contextWindow: 1048576;
|
|
47293
47319
|
readonly supportsImages: true;
|
|
47294
47320
|
readonly supportsNativeTools: true;
|
|
47321
|
+
readonly defaultToolProtocol: "native";
|
|
47295
47322
|
readonly supportsPromptCache: true;
|
|
47323
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47296
47324
|
readonly inputPrice: 0.1;
|
|
47297
47325
|
readonly outputPrice: 0.4;
|
|
47298
47326
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -47305,7 +47333,9 @@ declare const geminiModels: {
|
|
|
47305
47333
|
readonly contextWindow: 1048576;
|
|
47306
47334
|
readonly supportsImages: true;
|
|
47307
47335
|
readonly supportsNativeTools: true;
|
|
47336
|
+
readonly defaultToolProtocol: "native";
|
|
47308
47337
|
readonly supportsPromptCache: true;
|
|
47338
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
47309
47339
|
readonly inputPrice: 0.1;
|
|
47310
47340
|
readonly outputPrice: 0.4;
|
|
47311
47341
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -47324,6 +47354,7 @@ declare const groqModels: {
|
|
|
47324
47354
|
readonly supportsImages: false;
|
|
47325
47355
|
readonly supportsPromptCache: false;
|
|
47326
47356
|
readonly supportsNativeTools: true;
|
|
47357
|
+
readonly defaultToolProtocol: "native";
|
|
47327
47358
|
readonly inputPrice: 0.05;
|
|
47328
47359
|
readonly outputPrice: 0.08;
|
|
47329
47360
|
readonly description: "Meta Llama 3.1 8B Instant model, 128K context.";
|
|
@@ -47334,6 +47365,7 @@ declare const groqModels: {
|
|
|
47334
47365
|
readonly supportsImages: false;
|
|
47335
47366
|
readonly supportsPromptCache: false;
|
|
47336
47367
|
readonly supportsNativeTools: true;
|
|
47368
|
+
readonly defaultToolProtocol: "native";
|
|
47337
47369
|
readonly inputPrice: 0.59;
|
|
47338
47370
|
readonly outputPrice: 0.79;
|
|
47339
47371
|
readonly description: "Meta Llama 3.3 70B Versatile model, 128K context.";
|
|
@@ -47344,6 +47376,7 @@ declare const groqModels: {
|
|
|
47344
47376
|
readonly supportsImages: false;
|
|
47345
47377
|
readonly supportsPromptCache: false;
|
|
47346
47378
|
readonly supportsNativeTools: true;
|
|
47379
|
+
readonly defaultToolProtocol: "native";
|
|
47347
47380
|
readonly inputPrice: 0.11;
|
|
47348
47381
|
readonly outputPrice: 0.34;
|
|
47349
47382
|
readonly description: "Meta Llama 4 Scout 17B Instruct model, 128K context.";
|
|
@@ -47381,6 +47414,7 @@ declare const groqModels: {
|
|
|
47381
47414
|
readonly supportsImages: false;
|
|
47382
47415
|
readonly supportsPromptCache: false;
|
|
47383
47416
|
readonly supportsNativeTools: true;
|
|
47417
|
+
readonly defaultToolProtocol: "native";
|
|
47384
47418
|
readonly inputPrice: 0.29;
|
|
47385
47419
|
readonly outputPrice: 0.59;
|
|
47386
47420
|
readonly description: "Alibaba Qwen 3 32B model, 128K context.";
|
|
@@ -47410,6 +47444,7 @@ declare const groqModels: {
|
|
|
47410
47444
|
readonly supportsImages: false;
|
|
47411
47445
|
readonly supportsPromptCache: true;
|
|
47412
47446
|
readonly supportsNativeTools: true;
|
|
47447
|
+
readonly defaultToolProtocol: "native";
|
|
47413
47448
|
readonly inputPrice: 0.6;
|
|
47414
47449
|
readonly outputPrice: 2.5;
|
|
47415
47450
|
readonly cacheReadsPrice: 0.15;
|
|
@@ -47421,6 +47456,7 @@ declare const groqModels: {
|
|
|
47421
47456
|
readonly supportsImages: false;
|
|
47422
47457
|
readonly supportsPromptCache: false;
|
|
47423
47458
|
readonly supportsNativeTools: true;
|
|
47459
|
+
readonly defaultToolProtocol: "native";
|
|
47424
47460
|
readonly inputPrice: 0.15;
|
|
47425
47461
|
readonly outputPrice: 0.75;
|
|
47426
47462
|
readonly description: "GPT-OSS 120B is OpenAI's flagship open source model, built on a Mixture-of-Experts (MoE) architecture with 20 billion parameters and 128 experts.";
|
|
@@ -47431,6 +47467,7 @@ declare const groqModels: {
|
|
|
47431
47467
|
readonly supportsImages: false;
|
|
47432
47468
|
readonly supportsPromptCache: false;
|
|
47433
47469
|
readonly supportsNativeTools: true;
|
|
47470
|
+
readonly defaultToolProtocol: "native";
|
|
47434
47471
|
readonly inputPrice: 0.1;
|
|
47435
47472
|
readonly outputPrice: 0.5;
|
|
47436
47473
|
readonly description: "GPT-OSS 20B is OpenAI's flagship open source model, built on a Mixture-of-Experts (MoE) architecture with 20 billion parameters and 32 experts.";
|
|
@@ -47504,6 +47541,7 @@ declare const mistralModels: {
|
|
|
47504
47541
|
readonly supportsImages: true;
|
|
47505
47542
|
readonly supportsPromptCache: false;
|
|
47506
47543
|
readonly supportsNativeTools: true;
|
|
47544
|
+
readonly defaultToolProtocol: "native";
|
|
47507
47545
|
readonly inputPrice: 2;
|
|
47508
47546
|
readonly outputPrice: 5;
|
|
47509
47547
|
};
|
|
@@ -47513,6 +47551,7 @@ declare const mistralModels: {
|
|
|
47513
47551
|
readonly supportsImages: true;
|
|
47514
47552
|
readonly supportsPromptCache: false;
|
|
47515
47553
|
readonly supportsNativeTools: true;
|
|
47554
|
+
readonly defaultToolProtocol: "native";
|
|
47516
47555
|
readonly inputPrice: 0.4;
|
|
47517
47556
|
readonly outputPrice: 2;
|
|
47518
47557
|
};
|
|
@@ -47522,6 +47561,7 @@ declare const mistralModels: {
|
|
|
47522
47561
|
readonly supportsImages: true;
|
|
47523
47562
|
readonly supportsPromptCache: false;
|
|
47524
47563
|
readonly supportsNativeTools: true;
|
|
47564
|
+
readonly defaultToolProtocol: "native";
|
|
47525
47565
|
readonly inputPrice: 0.4;
|
|
47526
47566
|
readonly outputPrice: 2;
|
|
47527
47567
|
};
|
|
@@ -47531,6 +47571,7 @@ declare const mistralModels: {
|
|
|
47531
47571
|
readonly supportsImages: false;
|
|
47532
47572
|
readonly supportsPromptCache: false;
|
|
47533
47573
|
readonly supportsNativeTools: true;
|
|
47574
|
+
readonly defaultToolProtocol: "native";
|
|
47534
47575
|
readonly inputPrice: 0.3;
|
|
47535
47576
|
readonly outputPrice: 0.9;
|
|
47536
47577
|
};
|
|
@@ -47540,6 +47581,7 @@ declare const mistralModels: {
|
|
|
47540
47581
|
readonly supportsImages: false;
|
|
47541
47582
|
readonly supportsPromptCache: false;
|
|
47542
47583
|
readonly supportsNativeTools: true;
|
|
47584
|
+
readonly defaultToolProtocol: "native";
|
|
47543
47585
|
readonly inputPrice: 2;
|
|
47544
47586
|
readonly outputPrice: 6;
|
|
47545
47587
|
};
|
|
@@ -47549,6 +47591,7 @@ declare const mistralModels: {
|
|
|
47549
47591
|
readonly supportsImages: false;
|
|
47550
47592
|
readonly supportsPromptCache: false;
|
|
47551
47593
|
readonly supportsNativeTools: true;
|
|
47594
|
+
readonly defaultToolProtocol: "native";
|
|
47552
47595
|
readonly inputPrice: 0.1;
|
|
47553
47596
|
readonly outputPrice: 0.1;
|
|
47554
47597
|
};
|
|
@@ -47558,6 +47601,7 @@ declare const mistralModels: {
|
|
|
47558
47601
|
readonly supportsImages: false;
|
|
47559
47602
|
readonly supportsPromptCache: false;
|
|
47560
47603
|
readonly supportsNativeTools: true;
|
|
47604
|
+
readonly defaultToolProtocol: "native";
|
|
47561
47605
|
readonly inputPrice: 0.04;
|
|
47562
47606
|
readonly outputPrice: 0.04;
|
|
47563
47607
|
};
|
|
@@ -47567,6 +47611,7 @@ declare const mistralModels: {
|
|
|
47567
47611
|
readonly supportsImages: false;
|
|
47568
47612
|
readonly supportsPromptCache: false;
|
|
47569
47613
|
readonly supportsNativeTools: true;
|
|
47614
|
+
readonly defaultToolProtocol: "native";
|
|
47570
47615
|
readonly inputPrice: 0.2;
|
|
47571
47616
|
readonly outputPrice: 0.6;
|
|
47572
47617
|
};
|
|
@@ -47576,6 +47621,7 @@ declare const mistralModels: {
|
|
|
47576
47621
|
readonly supportsImages: true;
|
|
47577
47622
|
readonly supportsPromptCache: false;
|
|
47578
47623
|
readonly supportsNativeTools: true;
|
|
47624
|
+
readonly defaultToolProtocol: "native";
|
|
47579
47625
|
readonly inputPrice: 2;
|
|
47580
47626
|
readonly outputPrice: 6;
|
|
47581
47627
|
};
|
|
@@ -47591,6 +47637,7 @@ declare const moonshotModels: {
|
|
|
47591
47637
|
readonly supportsImages: false;
|
|
47592
47638
|
readonly supportsPromptCache: true;
|
|
47593
47639
|
readonly supportsNativeTools: true;
|
|
47640
|
+
readonly defaultToolProtocol: "native";
|
|
47594
47641
|
readonly inputPrice: 0.6;
|
|
47595
47642
|
readonly outputPrice: 2.5;
|
|
47596
47643
|
readonly cacheWritesPrice: 0;
|
|
@@ -47603,6 +47650,7 @@ declare const moonshotModels: {
|
|
|
47603
47650
|
readonly supportsImages: false;
|
|
47604
47651
|
readonly supportsPromptCache: true;
|
|
47605
47652
|
readonly supportsNativeTools: true;
|
|
47653
|
+
readonly defaultToolProtocol: "native";
|
|
47606
47654
|
readonly inputPrice: 0.6;
|
|
47607
47655
|
readonly outputPrice: 2.5;
|
|
47608
47656
|
readonly cacheReadsPrice: 0.15;
|
|
@@ -47614,6 +47662,7 @@ declare const moonshotModels: {
|
|
|
47614
47662
|
readonly supportsImages: false;
|
|
47615
47663
|
readonly supportsPromptCache: true;
|
|
47616
47664
|
readonly supportsNativeTools: true;
|
|
47665
|
+
readonly defaultToolProtocol: "native";
|
|
47617
47666
|
readonly inputPrice: 2.4;
|
|
47618
47667
|
readonly outputPrice: 10;
|
|
47619
47668
|
readonly cacheWritesPrice: 0;
|
|
@@ -47626,6 +47675,7 @@ declare const moonshotModels: {
|
|
|
47626
47675
|
readonly supportsImages: false;
|
|
47627
47676
|
readonly supportsPromptCache: true;
|
|
47628
47677
|
readonly supportsNativeTools: true;
|
|
47678
|
+
readonly defaultToolProtocol: "native";
|
|
47629
47679
|
readonly inputPrice: 0.6;
|
|
47630
47680
|
readonly outputPrice: 2.5;
|
|
47631
47681
|
readonly cacheWritesPrice: 0;
|
|
@@ -47648,6 +47698,7 @@ declare const openAiNativeModels: {
|
|
|
47648
47698
|
readonly maxTokens: 128000;
|
|
47649
47699
|
readonly contextWindow: 400000;
|
|
47650
47700
|
readonly supportsNativeTools: true;
|
|
47701
|
+
readonly defaultToolProtocol: "native";
|
|
47651
47702
|
readonly includedTools: ["apply_patch"];
|
|
47652
47703
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47653
47704
|
readonly supportsImages: true;
|
|
@@ -47672,6 +47723,7 @@ declare const openAiNativeModels: {
|
|
|
47672
47723
|
readonly maxTokens: 128000;
|
|
47673
47724
|
readonly contextWindow: 400000;
|
|
47674
47725
|
readonly supportsNativeTools: true;
|
|
47726
|
+
readonly defaultToolProtocol: "native";
|
|
47675
47727
|
readonly includedTools: ["apply_patch"];
|
|
47676
47728
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47677
47729
|
readonly supportsImages: true;
|
|
@@ -47703,6 +47755,7 @@ declare const openAiNativeModels: {
|
|
|
47703
47755
|
readonly maxTokens: 16384;
|
|
47704
47756
|
readonly contextWindow: 128000;
|
|
47705
47757
|
readonly supportsNativeTools: true;
|
|
47758
|
+
readonly defaultToolProtocol: "native";
|
|
47706
47759
|
readonly includedTools: ["apply_patch"];
|
|
47707
47760
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47708
47761
|
readonly supportsImages: true;
|
|
@@ -47716,6 +47769,7 @@ declare const openAiNativeModels: {
|
|
|
47716
47769
|
readonly maxTokens: 128000;
|
|
47717
47770
|
readonly contextWindow: 400000;
|
|
47718
47771
|
readonly supportsNativeTools: true;
|
|
47772
|
+
readonly defaultToolProtocol: "native";
|
|
47719
47773
|
readonly includedTools: ["apply_patch"];
|
|
47720
47774
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47721
47775
|
readonly supportsImages: true;
|
|
@@ -47747,6 +47801,7 @@ declare const openAiNativeModels: {
|
|
|
47747
47801
|
readonly maxTokens: 128000;
|
|
47748
47802
|
readonly contextWindow: 400000;
|
|
47749
47803
|
readonly supportsNativeTools: true;
|
|
47804
|
+
readonly defaultToolProtocol: "native";
|
|
47750
47805
|
readonly includedTools: ["apply_patch"];
|
|
47751
47806
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47752
47807
|
readonly supportsImages: true;
|
|
@@ -47771,6 +47826,7 @@ declare const openAiNativeModels: {
|
|
|
47771
47826
|
readonly maxTokens: 128000;
|
|
47772
47827
|
readonly contextWindow: 400000;
|
|
47773
47828
|
readonly supportsNativeTools: true;
|
|
47829
|
+
readonly defaultToolProtocol: "native";
|
|
47774
47830
|
readonly includedTools: ["apply_patch"];
|
|
47775
47831
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47776
47832
|
readonly supportsImages: true;
|
|
@@ -47788,6 +47844,7 @@ declare const openAiNativeModels: {
|
|
|
47788
47844
|
readonly maxTokens: 128000;
|
|
47789
47845
|
readonly contextWindow: 400000;
|
|
47790
47846
|
readonly supportsNativeTools: true;
|
|
47847
|
+
readonly defaultToolProtocol: "native";
|
|
47791
47848
|
readonly includedTools: ["apply_patch"];
|
|
47792
47849
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47793
47850
|
readonly supportsImages: true;
|
|
@@ -47818,6 +47875,7 @@ declare const openAiNativeModels: {
|
|
|
47818
47875
|
readonly maxTokens: 128000;
|
|
47819
47876
|
readonly contextWindow: 400000;
|
|
47820
47877
|
readonly supportsNativeTools: true;
|
|
47878
|
+
readonly defaultToolProtocol: "native";
|
|
47821
47879
|
readonly includedTools: ["apply_patch"];
|
|
47822
47880
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47823
47881
|
readonly supportsImages: true;
|
|
@@ -47848,6 +47906,7 @@ declare const openAiNativeModels: {
|
|
|
47848
47906
|
readonly maxTokens: 128000;
|
|
47849
47907
|
readonly contextWindow: 400000;
|
|
47850
47908
|
readonly supportsNativeTools: true;
|
|
47909
|
+
readonly defaultToolProtocol: "native";
|
|
47851
47910
|
readonly includedTools: ["apply_patch"];
|
|
47852
47911
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47853
47912
|
readonly supportsImages: true;
|
|
@@ -47871,6 +47930,7 @@ declare const openAiNativeModels: {
|
|
|
47871
47930
|
readonly maxTokens: 128000;
|
|
47872
47931
|
readonly contextWindow: 400000;
|
|
47873
47932
|
readonly supportsNativeTools: true;
|
|
47933
|
+
readonly defaultToolProtocol: "native";
|
|
47874
47934
|
readonly includedTools: ["apply_patch"];
|
|
47875
47935
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47876
47936
|
readonly supportsImages: true;
|
|
@@ -47895,6 +47955,7 @@ declare const openAiNativeModels: {
|
|
|
47895
47955
|
readonly maxTokens: 128000;
|
|
47896
47956
|
readonly contextWindow: 400000;
|
|
47897
47957
|
readonly supportsNativeTools: true;
|
|
47958
|
+
readonly defaultToolProtocol: "native";
|
|
47898
47959
|
readonly includedTools: ["apply_patch"];
|
|
47899
47960
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47900
47961
|
readonly supportsImages: true;
|
|
@@ -47908,6 +47969,7 @@ declare const openAiNativeModels: {
|
|
|
47908
47969
|
readonly maxTokens: 32768;
|
|
47909
47970
|
readonly contextWindow: 1047576;
|
|
47910
47971
|
readonly supportsNativeTools: true;
|
|
47972
|
+
readonly defaultToolProtocol: "native";
|
|
47911
47973
|
readonly includedTools: ["apply_patch"];
|
|
47912
47974
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47913
47975
|
readonly supportsImages: true;
|
|
@@ -47928,6 +47990,7 @@ declare const openAiNativeModels: {
|
|
|
47928
47990
|
readonly maxTokens: 32768;
|
|
47929
47991
|
readonly contextWindow: 1047576;
|
|
47930
47992
|
readonly supportsNativeTools: true;
|
|
47993
|
+
readonly defaultToolProtocol: "native";
|
|
47931
47994
|
readonly includedTools: ["apply_patch"];
|
|
47932
47995
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47933
47996
|
readonly supportsImages: true;
|
|
@@ -47948,6 +48011,7 @@ declare const openAiNativeModels: {
|
|
|
47948
48011
|
readonly maxTokens: 32768;
|
|
47949
48012
|
readonly contextWindow: 1047576;
|
|
47950
48013
|
readonly supportsNativeTools: true;
|
|
48014
|
+
readonly defaultToolProtocol: "native";
|
|
47951
48015
|
readonly includedTools: ["apply_patch"];
|
|
47952
48016
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47953
48017
|
readonly supportsImages: true;
|
|
@@ -47968,6 +48032,7 @@ declare const openAiNativeModels: {
|
|
|
47968
48032
|
readonly maxTokens: 100000;
|
|
47969
48033
|
readonly contextWindow: 200000;
|
|
47970
48034
|
readonly supportsNativeTools: true;
|
|
48035
|
+
readonly defaultToolProtocol: "native";
|
|
47971
48036
|
readonly supportsImages: true;
|
|
47972
48037
|
readonly supportsPromptCache: true;
|
|
47973
48038
|
readonly inputPrice: 2;
|
|
@@ -47994,6 +48059,7 @@ declare const openAiNativeModels: {
|
|
|
47994
48059
|
readonly maxTokens: 100000;
|
|
47995
48060
|
readonly contextWindow: 200000;
|
|
47996
48061
|
readonly supportsNativeTools: true;
|
|
48062
|
+
readonly defaultToolProtocol: "native";
|
|
47997
48063
|
readonly supportsImages: true;
|
|
47998
48064
|
readonly supportsPromptCache: true;
|
|
47999
48065
|
readonly inputPrice: 2;
|
|
@@ -48006,6 +48072,7 @@ declare const openAiNativeModels: {
|
|
|
48006
48072
|
readonly maxTokens: 100000;
|
|
48007
48073
|
readonly contextWindow: 200000;
|
|
48008
48074
|
readonly supportsNativeTools: true;
|
|
48075
|
+
readonly defaultToolProtocol: "native";
|
|
48009
48076
|
readonly supportsImages: true;
|
|
48010
48077
|
readonly supportsPromptCache: true;
|
|
48011
48078
|
readonly inputPrice: 2;
|
|
@@ -48018,6 +48085,7 @@ declare const openAiNativeModels: {
|
|
|
48018
48085
|
readonly maxTokens: 100000;
|
|
48019
48086
|
readonly contextWindow: 200000;
|
|
48020
48087
|
readonly supportsNativeTools: true;
|
|
48088
|
+
readonly defaultToolProtocol: "native";
|
|
48021
48089
|
readonly supportsImages: true;
|
|
48022
48090
|
readonly supportsPromptCache: true;
|
|
48023
48091
|
readonly inputPrice: 1.1;
|
|
@@ -48044,6 +48112,7 @@ declare const openAiNativeModels: {
|
|
|
48044
48112
|
readonly maxTokens: 100000;
|
|
48045
48113
|
readonly contextWindow: 200000;
|
|
48046
48114
|
readonly supportsNativeTools: true;
|
|
48115
|
+
readonly defaultToolProtocol: "native";
|
|
48047
48116
|
readonly supportsImages: true;
|
|
48048
48117
|
readonly supportsPromptCache: true;
|
|
48049
48118
|
readonly inputPrice: 1.1;
|
|
@@ -48056,6 +48125,7 @@ declare const openAiNativeModels: {
|
|
|
48056
48125
|
readonly maxTokens: 100000;
|
|
48057
48126
|
readonly contextWindow: 200000;
|
|
48058
48127
|
readonly supportsNativeTools: true;
|
|
48128
|
+
readonly defaultToolProtocol: "native";
|
|
48059
48129
|
readonly supportsImages: true;
|
|
48060
48130
|
readonly supportsPromptCache: true;
|
|
48061
48131
|
readonly inputPrice: 1.1;
|
|
@@ -48068,6 +48138,7 @@ declare const openAiNativeModels: {
|
|
|
48068
48138
|
readonly maxTokens: 100000;
|
|
48069
48139
|
readonly contextWindow: 200000;
|
|
48070
48140
|
readonly supportsNativeTools: true;
|
|
48141
|
+
readonly defaultToolProtocol: "native";
|
|
48071
48142
|
readonly supportsImages: false;
|
|
48072
48143
|
readonly supportsPromptCache: true;
|
|
48073
48144
|
readonly inputPrice: 1.1;
|
|
@@ -48081,6 +48152,7 @@ declare const openAiNativeModels: {
|
|
|
48081
48152
|
readonly maxTokens: 100000;
|
|
48082
48153
|
readonly contextWindow: 200000;
|
|
48083
48154
|
readonly supportsNativeTools: true;
|
|
48155
|
+
readonly defaultToolProtocol: "native";
|
|
48084
48156
|
readonly supportsImages: false;
|
|
48085
48157
|
readonly supportsPromptCache: true;
|
|
48086
48158
|
readonly inputPrice: 1.1;
|
|
@@ -48093,6 +48165,7 @@ declare const openAiNativeModels: {
|
|
|
48093
48165
|
readonly maxTokens: 100000;
|
|
48094
48166
|
readonly contextWindow: 200000;
|
|
48095
48167
|
readonly supportsNativeTools: true;
|
|
48168
|
+
readonly defaultToolProtocol: "native";
|
|
48096
48169
|
readonly supportsImages: false;
|
|
48097
48170
|
readonly supportsPromptCache: true;
|
|
48098
48171
|
readonly inputPrice: 1.1;
|
|
@@ -48105,6 +48178,7 @@ declare const openAiNativeModels: {
|
|
|
48105
48178
|
readonly maxTokens: 100000;
|
|
48106
48179
|
readonly contextWindow: 200000;
|
|
48107
48180
|
readonly supportsNativeTools: true;
|
|
48181
|
+
readonly defaultToolProtocol: "native";
|
|
48108
48182
|
readonly supportsImages: true;
|
|
48109
48183
|
readonly supportsPromptCache: true;
|
|
48110
48184
|
readonly inputPrice: 15;
|
|
@@ -48116,6 +48190,7 @@ declare const openAiNativeModels: {
|
|
|
48116
48190
|
readonly maxTokens: 32768;
|
|
48117
48191
|
readonly contextWindow: 128000;
|
|
48118
48192
|
readonly supportsNativeTools: true;
|
|
48193
|
+
readonly defaultToolProtocol: "native";
|
|
48119
48194
|
readonly supportsImages: true;
|
|
48120
48195
|
readonly supportsPromptCache: true;
|
|
48121
48196
|
readonly inputPrice: 15;
|
|
@@ -48127,6 +48202,7 @@ declare const openAiNativeModels: {
|
|
|
48127
48202
|
readonly maxTokens: 65536;
|
|
48128
48203
|
readonly contextWindow: 128000;
|
|
48129
48204
|
readonly supportsNativeTools: true;
|
|
48205
|
+
readonly defaultToolProtocol: "native";
|
|
48130
48206
|
readonly supportsImages: true;
|
|
48131
48207
|
readonly supportsPromptCache: true;
|
|
48132
48208
|
readonly inputPrice: 1.1;
|
|
@@ -48138,6 +48214,7 @@ declare const openAiNativeModels: {
|
|
|
48138
48214
|
readonly maxTokens: 16384;
|
|
48139
48215
|
readonly contextWindow: 128000;
|
|
48140
48216
|
readonly supportsNativeTools: true;
|
|
48217
|
+
readonly defaultToolProtocol: "native";
|
|
48141
48218
|
readonly supportsImages: true;
|
|
48142
48219
|
readonly supportsPromptCache: true;
|
|
48143
48220
|
readonly inputPrice: 2.5;
|
|
@@ -48156,6 +48233,7 @@ declare const openAiNativeModels: {
|
|
|
48156
48233
|
readonly maxTokens: 16384;
|
|
48157
48234
|
readonly contextWindow: 128000;
|
|
48158
48235
|
readonly supportsNativeTools: true;
|
|
48236
|
+
readonly defaultToolProtocol: "native";
|
|
48159
48237
|
readonly supportsImages: true;
|
|
48160
48238
|
readonly supportsPromptCache: true;
|
|
48161
48239
|
readonly inputPrice: 0.15;
|
|
@@ -48174,6 +48252,7 @@ declare const openAiNativeModels: {
|
|
|
48174
48252
|
readonly maxTokens: 16384;
|
|
48175
48253
|
readonly contextWindow: 200000;
|
|
48176
48254
|
readonly supportsNativeTools: true;
|
|
48255
|
+
readonly defaultToolProtocol: "native";
|
|
48177
48256
|
readonly supportsImages: false;
|
|
48178
48257
|
readonly supportsPromptCache: false;
|
|
48179
48258
|
readonly inputPrice: 1.5;
|
|
@@ -48186,6 +48265,7 @@ declare const openAiNativeModels: {
|
|
|
48186
48265
|
readonly maxTokens: 128000;
|
|
48187
48266
|
readonly contextWindow: 400000;
|
|
48188
48267
|
readonly supportsNativeTools: true;
|
|
48268
|
+
readonly defaultToolProtocol: "native";
|
|
48189
48269
|
readonly includedTools: ["apply_patch"];
|
|
48190
48270
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
48191
48271
|
readonly supportsImages: true;
|
|
@@ -48216,6 +48296,7 @@ declare const openAiNativeModels: {
|
|
|
48216
48296
|
readonly maxTokens: 128000;
|
|
48217
48297
|
readonly contextWindow: 400000;
|
|
48218
48298
|
readonly supportsNativeTools: true;
|
|
48299
|
+
readonly defaultToolProtocol: "native";
|
|
48219
48300
|
readonly includedTools: ["apply_patch"];
|
|
48220
48301
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
48221
48302
|
readonly supportsImages: true;
|
|
@@ -48246,6 +48327,7 @@ declare const openAiNativeModels: {
|
|
|
48246
48327
|
readonly maxTokens: 128000;
|
|
48247
48328
|
readonly contextWindow: 400000;
|
|
48248
48329
|
readonly supportsNativeTools: true;
|
|
48330
|
+
readonly defaultToolProtocol: "native";
|
|
48249
48331
|
readonly includedTools: ["apply_patch"];
|
|
48250
48332
|
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
48251
48333
|
readonly supportsImages: true;
|
|
@@ -48549,6 +48631,7 @@ declare const sambaNovaModels: {
|
|
|
48549
48631
|
readonly supportsImages: false;
|
|
48550
48632
|
readonly supportsPromptCache: false;
|
|
48551
48633
|
readonly supportsNativeTools: true;
|
|
48634
|
+
readonly defaultToolProtocol: "native";
|
|
48552
48635
|
readonly inputPrice: 0.1;
|
|
48553
48636
|
readonly outputPrice: 0.2;
|
|
48554
48637
|
readonly description: "Meta Llama 3.1 8B Instruct model with 16K context window.";
|
|
@@ -48559,6 +48642,7 @@ declare const sambaNovaModels: {
|
|
|
48559
48642
|
readonly supportsImages: false;
|
|
48560
48643
|
readonly supportsPromptCache: false;
|
|
48561
48644
|
readonly supportsNativeTools: true;
|
|
48645
|
+
readonly defaultToolProtocol: "native";
|
|
48562
48646
|
readonly inputPrice: 0.6;
|
|
48563
48647
|
readonly outputPrice: 1.2;
|
|
48564
48648
|
readonly description: "Meta Llama 3.3 70B Instruct model with 128K context window.";
|
|
@@ -48570,6 +48654,7 @@ declare const sambaNovaModels: {
|
|
|
48570
48654
|
readonly supportsPromptCache: false;
|
|
48571
48655
|
readonly supportsReasoningBudget: true;
|
|
48572
48656
|
readonly supportsNativeTools: true;
|
|
48657
|
+
readonly defaultToolProtocol: "native";
|
|
48573
48658
|
readonly inputPrice: 5;
|
|
48574
48659
|
readonly outputPrice: 7;
|
|
48575
48660
|
readonly description: "DeepSeek R1 reasoning model with 32K context window.";
|
|
@@ -48580,6 +48665,7 @@ declare const sambaNovaModels: {
|
|
|
48580
48665
|
readonly supportsImages: false;
|
|
48581
48666
|
readonly supportsPromptCache: false;
|
|
48582
48667
|
readonly supportsNativeTools: true;
|
|
48668
|
+
readonly defaultToolProtocol: "native";
|
|
48583
48669
|
readonly inputPrice: 3;
|
|
48584
48670
|
readonly outputPrice: 4.5;
|
|
48585
48671
|
readonly description: "DeepSeek V3 model with 32K context window.";
|
|
@@ -48590,6 +48676,7 @@ declare const sambaNovaModels: {
|
|
|
48590
48676
|
readonly supportsImages: false;
|
|
48591
48677
|
readonly supportsPromptCache: false;
|
|
48592
48678
|
readonly supportsNativeTools: true;
|
|
48679
|
+
readonly defaultToolProtocol: "native";
|
|
48593
48680
|
readonly inputPrice: 3;
|
|
48594
48681
|
readonly outputPrice: 4.5;
|
|
48595
48682
|
readonly description: "DeepSeek V3.1 model with 32K context window.";
|
|
@@ -48609,6 +48696,7 @@ declare const sambaNovaModels: {
|
|
|
48609
48696
|
readonly supportsImages: true;
|
|
48610
48697
|
readonly supportsPromptCache: false;
|
|
48611
48698
|
readonly supportsNativeTools: true;
|
|
48699
|
+
readonly defaultToolProtocol: "native";
|
|
48612
48700
|
readonly inputPrice: 0.63;
|
|
48613
48701
|
readonly outputPrice: 1.8;
|
|
48614
48702
|
readonly description: "Meta Llama 4 Maverick 17B 128E Instruct model with 128K context window.";
|
|
@@ -48628,6 +48716,7 @@ declare const sambaNovaModels: {
|
|
|
48628
48716
|
readonly supportsImages: false;
|
|
48629
48717
|
readonly supportsPromptCache: false;
|
|
48630
48718
|
readonly supportsNativeTools: true;
|
|
48719
|
+
readonly defaultToolProtocol: "native";
|
|
48631
48720
|
readonly inputPrice: 0.4;
|
|
48632
48721
|
readonly outputPrice: 0.8;
|
|
48633
48722
|
readonly description: "Alibaba Qwen 3 32B model with 8K context window.";
|
|
@@ -48638,6 +48727,7 @@ declare const sambaNovaModels: {
|
|
|
48638
48727
|
readonly supportsImages: false;
|
|
48639
48728
|
readonly supportsPromptCache: false;
|
|
48640
48729
|
readonly supportsNativeTools: true;
|
|
48730
|
+
readonly defaultToolProtocol: "native";
|
|
48641
48731
|
readonly inputPrice: 0.22;
|
|
48642
48732
|
readonly outputPrice: 0.59;
|
|
48643
48733
|
readonly description: "OpenAI gpt oss 120b model with 128k context window.";
|
|
@@ -48655,9 +48745,11 @@ declare const vertexModels: {
|
|
|
48655
48745
|
readonly contextWindow: 1048576;
|
|
48656
48746
|
readonly supportsImages: true;
|
|
48657
48747
|
readonly supportsNativeTools: true;
|
|
48748
|
+
readonly defaultToolProtocol: "native";
|
|
48658
48749
|
readonly supportsPromptCache: true;
|
|
48659
48750
|
readonly supportsReasoningEffort: ["low", "high"];
|
|
48660
48751
|
readonly reasoningEffort: "low";
|
|
48752
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48661
48753
|
readonly supportsTemperature: true;
|
|
48662
48754
|
readonly defaultTemperature: 1;
|
|
48663
48755
|
readonly inputPrice: 4;
|
|
@@ -48672,12 +48764,31 @@ declare const vertexModels: {
|
|
|
48672
48764
|
readonly outputPrice: 18;
|
|
48673
48765
|
}];
|
|
48674
48766
|
};
|
|
48767
|
+
readonly "gemini-3-flash-preview": {
|
|
48768
|
+
readonly maxTokens: 65536;
|
|
48769
|
+
readonly contextWindow: 1048576;
|
|
48770
|
+
readonly supportsImages: true;
|
|
48771
|
+
readonly supportsNativeTools: true;
|
|
48772
|
+
readonly defaultToolProtocol: "native";
|
|
48773
|
+
readonly supportsPromptCache: true;
|
|
48774
|
+
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
48775
|
+
readonly reasoningEffort: "medium";
|
|
48776
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48777
|
+
readonly supportsTemperature: true;
|
|
48778
|
+
readonly defaultTemperature: 1;
|
|
48779
|
+
readonly inputPrice: 0.3;
|
|
48780
|
+
readonly outputPrice: 2.5;
|
|
48781
|
+
readonly cacheReadsPrice: 0.075;
|
|
48782
|
+
readonly cacheWritesPrice: 1;
|
|
48783
|
+
};
|
|
48675
48784
|
readonly "gemini-2.5-flash-preview-05-20:thinking": {
|
|
48676
48785
|
readonly maxTokens: 65535;
|
|
48677
48786
|
readonly contextWindow: 1048576;
|
|
48678
48787
|
readonly supportsImages: true;
|
|
48679
48788
|
readonly supportsNativeTools: true;
|
|
48789
|
+
readonly defaultToolProtocol: "native";
|
|
48680
48790
|
readonly supportsPromptCache: true;
|
|
48791
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48681
48792
|
readonly inputPrice: 0.15;
|
|
48682
48793
|
readonly outputPrice: 3.5;
|
|
48683
48794
|
readonly maxThinkingTokens: 24576;
|
|
@@ -48689,7 +48800,9 @@ declare const vertexModels: {
|
|
|
48689
48800
|
readonly contextWindow: 1048576;
|
|
48690
48801
|
readonly supportsImages: true;
|
|
48691
48802
|
readonly supportsNativeTools: true;
|
|
48803
|
+
readonly defaultToolProtocol: "native";
|
|
48692
48804
|
readonly supportsPromptCache: true;
|
|
48805
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48693
48806
|
readonly inputPrice: 0.15;
|
|
48694
48807
|
readonly outputPrice: 0.6;
|
|
48695
48808
|
};
|
|
@@ -48698,7 +48811,9 @@ declare const vertexModels: {
|
|
|
48698
48811
|
readonly contextWindow: 1048576;
|
|
48699
48812
|
readonly supportsImages: true;
|
|
48700
48813
|
readonly supportsNativeTools: true;
|
|
48814
|
+
readonly defaultToolProtocol: "native";
|
|
48701
48815
|
readonly supportsPromptCache: true;
|
|
48816
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48702
48817
|
readonly inputPrice: 0.3;
|
|
48703
48818
|
readonly outputPrice: 2.5;
|
|
48704
48819
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -48711,7 +48826,9 @@ declare const vertexModels: {
|
|
|
48711
48826
|
readonly contextWindow: 1048576;
|
|
48712
48827
|
readonly supportsImages: true;
|
|
48713
48828
|
readonly supportsNativeTools: true;
|
|
48829
|
+
readonly defaultToolProtocol: "native";
|
|
48714
48830
|
readonly supportsPromptCache: false;
|
|
48831
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48715
48832
|
readonly inputPrice: 0.15;
|
|
48716
48833
|
readonly outputPrice: 3.5;
|
|
48717
48834
|
readonly maxThinkingTokens: 24576;
|
|
@@ -48723,7 +48840,9 @@ declare const vertexModels: {
|
|
|
48723
48840
|
readonly contextWindow: 1048576;
|
|
48724
48841
|
readonly supportsImages: true;
|
|
48725
48842
|
readonly supportsNativeTools: true;
|
|
48843
|
+
readonly defaultToolProtocol: "native";
|
|
48726
48844
|
readonly supportsPromptCache: false;
|
|
48845
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48727
48846
|
readonly inputPrice: 0.15;
|
|
48728
48847
|
readonly outputPrice: 0.6;
|
|
48729
48848
|
};
|
|
@@ -48732,7 +48851,9 @@ declare const vertexModels: {
|
|
|
48732
48851
|
readonly contextWindow: 1048576;
|
|
48733
48852
|
readonly supportsImages: true;
|
|
48734
48853
|
readonly supportsNativeTools: true;
|
|
48854
|
+
readonly defaultToolProtocol: "native";
|
|
48735
48855
|
readonly supportsPromptCache: true;
|
|
48856
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48736
48857
|
readonly inputPrice: 2.5;
|
|
48737
48858
|
readonly outputPrice: 15;
|
|
48738
48859
|
};
|
|
@@ -48741,7 +48862,9 @@ declare const vertexModels: {
|
|
|
48741
48862
|
readonly contextWindow: 1048576;
|
|
48742
48863
|
readonly supportsImages: true;
|
|
48743
48864
|
readonly supportsNativeTools: true;
|
|
48865
|
+
readonly defaultToolProtocol: "native";
|
|
48744
48866
|
readonly supportsPromptCache: true;
|
|
48867
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48745
48868
|
readonly inputPrice: 2.5;
|
|
48746
48869
|
readonly outputPrice: 15;
|
|
48747
48870
|
};
|
|
@@ -48750,7 +48873,9 @@ declare const vertexModels: {
|
|
|
48750
48873
|
readonly contextWindow: 1048576;
|
|
48751
48874
|
readonly supportsImages: true;
|
|
48752
48875
|
readonly supportsNativeTools: true;
|
|
48876
|
+
readonly defaultToolProtocol: "native";
|
|
48753
48877
|
readonly supportsPromptCache: true;
|
|
48878
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48754
48879
|
readonly inputPrice: 2.5;
|
|
48755
48880
|
readonly outputPrice: 15;
|
|
48756
48881
|
readonly maxThinkingTokens: 32768;
|
|
@@ -48761,7 +48886,9 @@ declare const vertexModels: {
|
|
|
48761
48886
|
readonly contextWindow: 1048576;
|
|
48762
48887
|
readonly supportsImages: true;
|
|
48763
48888
|
readonly supportsNativeTools: true;
|
|
48889
|
+
readonly defaultToolProtocol: "native";
|
|
48764
48890
|
readonly supportsPromptCache: true;
|
|
48891
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48765
48892
|
readonly inputPrice: 2.5;
|
|
48766
48893
|
readonly outputPrice: 15;
|
|
48767
48894
|
readonly maxThinkingTokens: 32768;
|
|
@@ -48784,7 +48911,9 @@ declare const vertexModels: {
|
|
|
48784
48911
|
readonly contextWindow: 1048576;
|
|
48785
48912
|
readonly supportsImages: true;
|
|
48786
48913
|
readonly supportsNativeTools: true;
|
|
48914
|
+
readonly defaultToolProtocol: "native";
|
|
48787
48915
|
readonly supportsPromptCache: false;
|
|
48916
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48788
48917
|
readonly inputPrice: 0;
|
|
48789
48918
|
readonly outputPrice: 0;
|
|
48790
48919
|
};
|
|
@@ -48793,7 +48922,9 @@ declare const vertexModels: {
|
|
|
48793
48922
|
readonly contextWindow: 2097152;
|
|
48794
48923
|
readonly supportsImages: true;
|
|
48795
48924
|
readonly supportsNativeTools: true;
|
|
48925
|
+
readonly defaultToolProtocol: "native";
|
|
48796
48926
|
readonly supportsPromptCache: false;
|
|
48927
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48797
48928
|
readonly inputPrice: 0;
|
|
48798
48929
|
readonly outputPrice: 0;
|
|
48799
48930
|
};
|
|
@@ -48802,7 +48933,9 @@ declare const vertexModels: {
|
|
|
48802
48933
|
readonly contextWindow: 1048576;
|
|
48803
48934
|
readonly supportsImages: true;
|
|
48804
48935
|
readonly supportsNativeTools: true;
|
|
48936
|
+
readonly defaultToolProtocol: "native";
|
|
48805
48937
|
readonly supportsPromptCache: true;
|
|
48938
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48806
48939
|
readonly inputPrice: 0.15;
|
|
48807
48940
|
readonly outputPrice: 0.6;
|
|
48808
48941
|
};
|
|
@@ -48811,7 +48944,9 @@ declare const vertexModels: {
|
|
|
48811
48944
|
readonly contextWindow: 1048576;
|
|
48812
48945
|
readonly supportsImages: true;
|
|
48813
48946
|
readonly supportsNativeTools: true;
|
|
48947
|
+
readonly defaultToolProtocol: "native";
|
|
48814
48948
|
readonly supportsPromptCache: false;
|
|
48949
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48815
48950
|
readonly inputPrice: 0.075;
|
|
48816
48951
|
readonly outputPrice: 0.3;
|
|
48817
48952
|
};
|
|
@@ -48820,7 +48955,9 @@ declare const vertexModels: {
|
|
|
48820
48955
|
readonly contextWindow: 32768;
|
|
48821
48956
|
readonly supportsImages: true;
|
|
48822
48957
|
readonly supportsNativeTools: true;
|
|
48958
|
+
readonly defaultToolProtocol: "native";
|
|
48823
48959
|
readonly supportsPromptCache: false;
|
|
48960
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48824
48961
|
readonly inputPrice: 0;
|
|
48825
48962
|
readonly outputPrice: 0;
|
|
48826
48963
|
};
|
|
@@ -48829,7 +48966,9 @@ declare const vertexModels: {
|
|
|
48829
48966
|
readonly contextWindow: 1048576;
|
|
48830
48967
|
readonly supportsImages: true;
|
|
48831
48968
|
readonly supportsNativeTools: true;
|
|
48969
|
+
readonly defaultToolProtocol: "native";
|
|
48832
48970
|
readonly supportsPromptCache: true;
|
|
48971
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48833
48972
|
readonly inputPrice: 0.075;
|
|
48834
48973
|
readonly outputPrice: 0.3;
|
|
48835
48974
|
};
|
|
@@ -48838,7 +48977,9 @@ declare const vertexModels: {
|
|
|
48838
48977
|
readonly contextWindow: 2097152;
|
|
48839
48978
|
readonly supportsImages: true;
|
|
48840
48979
|
readonly supportsNativeTools: true;
|
|
48980
|
+
readonly defaultToolProtocol: "native";
|
|
48841
48981
|
readonly supportsPromptCache: false;
|
|
48982
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48842
48983
|
readonly inputPrice: 1.25;
|
|
48843
48984
|
readonly outputPrice: 5;
|
|
48844
48985
|
};
|
|
@@ -48984,7 +49125,9 @@ declare const vertexModels: {
|
|
|
48984
49125
|
readonly contextWindow: 1048576;
|
|
48985
49126
|
readonly supportsImages: true;
|
|
48986
49127
|
readonly supportsNativeTools: true;
|
|
49128
|
+
readonly defaultToolProtocol: "native";
|
|
48987
49129
|
readonly supportsPromptCache: true;
|
|
49130
|
+
readonly includedTools: ["write_file", "edit_file"];
|
|
48988
49131
|
readonly inputPrice: 0.1;
|
|
48989
49132
|
readonly outputPrice: 0.4;
|
|
48990
49133
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -49255,6 +49398,7 @@ declare const xaiModels: {
|
|
|
49255
49398
|
readonly supportsImages: true;
|
|
49256
49399
|
readonly supportsPromptCache: true;
|
|
49257
49400
|
readonly supportsNativeTools: true;
|
|
49401
|
+
readonly defaultToolProtocol: "native";
|
|
49258
49402
|
readonly inputPrice: 0.2;
|
|
49259
49403
|
readonly outputPrice: 1.5;
|
|
49260
49404
|
readonly cacheWritesPrice: 0.02;
|
|
@@ -49269,6 +49413,7 @@ declare const xaiModels: {
|
|
|
49269
49413
|
readonly supportsImages: true;
|
|
49270
49414
|
readonly supportsPromptCache: true;
|
|
49271
49415
|
readonly supportsNativeTools: true;
|
|
49416
|
+
readonly defaultToolProtocol: "native";
|
|
49272
49417
|
readonly inputPrice: 0.2;
|
|
49273
49418
|
readonly outputPrice: 0.5;
|
|
49274
49419
|
readonly cacheWritesPrice: 0.05;
|
|
@@ -49283,6 +49428,7 @@ declare const xaiModels: {
|
|
|
49283
49428
|
readonly supportsImages: true;
|
|
49284
49429
|
readonly supportsPromptCache: true;
|
|
49285
49430
|
readonly supportsNativeTools: true;
|
|
49431
|
+
readonly defaultToolProtocol: "native";
|
|
49286
49432
|
readonly inputPrice: 0.2;
|
|
49287
49433
|
readonly outputPrice: 0.5;
|
|
49288
49434
|
readonly cacheWritesPrice: 0.05;
|
|
@@ -49297,6 +49443,7 @@ declare const xaiModels: {
|
|
|
49297
49443
|
readonly supportsImages: true;
|
|
49298
49444
|
readonly supportsPromptCache: true;
|
|
49299
49445
|
readonly supportsNativeTools: true;
|
|
49446
|
+
readonly defaultToolProtocol: "native";
|
|
49300
49447
|
readonly inputPrice: 0.2;
|
|
49301
49448
|
readonly outputPrice: 0.5;
|
|
49302
49449
|
readonly cacheWritesPrice: 0.05;
|
|
@@ -49311,6 +49458,7 @@ declare const xaiModels: {
|
|
|
49311
49458
|
readonly supportsImages: true;
|
|
49312
49459
|
readonly supportsPromptCache: true;
|
|
49313
49460
|
readonly supportsNativeTools: true;
|
|
49461
|
+
readonly defaultToolProtocol: "native";
|
|
49314
49462
|
readonly inputPrice: 0.2;
|
|
49315
49463
|
readonly outputPrice: 0.5;
|
|
49316
49464
|
readonly cacheWritesPrice: 0.05;
|
|
@@ -49325,6 +49473,7 @@ declare const xaiModels: {
|
|
|
49325
49473
|
readonly supportsImages: true;
|
|
49326
49474
|
readonly supportsPromptCache: true;
|
|
49327
49475
|
readonly supportsNativeTools: true;
|
|
49476
|
+
readonly defaultToolProtocol: "native";
|
|
49328
49477
|
readonly inputPrice: 3;
|
|
49329
49478
|
readonly outputPrice: 15;
|
|
49330
49479
|
readonly cacheWritesPrice: 0.75;
|
|
@@ -49339,6 +49488,7 @@ declare const xaiModels: {
|
|
|
49339
49488
|
readonly supportsImages: true;
|
|
49340
49489
|
readonly supportsPromptCache: true;
|
|
49341
49490
|
readonly supportsNativeTools: true;
|
|
49491
|
+
readonly defaultToolProtocol: "native";
|
|
49342
49492
|
readonly inputPrice: 0.3;
|
|
49343
49493
|
readonly outputPrice: 0.5;
|
|
49344
49494
|
readonly cacheWritesPrice: 0.07;
|
|
@@ -49355,6 +49505,7 @@ declare const xaiModels: {
|
|
|
49355
49505
|
readonly supportsImages: true;
|
|
49356
49506
|
readonly supportsPromptCache: true;
|
|
49357
49507
|
readonly supportsNativeTools: true;
|
|
49508
|
+
readonly defaultToolProtocol: "native";
|
|
49358
49509
|
readonly inputPrice: 3;
|
|
49359
49510
|
readonly outputPrice: 15;
|
|
49360
49511
|
readonly cacheWritesPrice: 0.75;
|
|
@@ -49381,6 +49532,7 @@ declare const internationalZAiModels: {
|
|
|
49381
49532
|
readonly supportsImages: false;
|
|
49382
49533
|
readonly supportsPromptCache: true;
|
|
49383
49534
|
readonly supportsNativeTools: true;
|
|
49535
|
+
readonly defaultToolProtocol: "native";
|
|
49384
49536
|
readonly inputPrice: 0.6;
|
|
49385
49537
|
readonly outputPrice: 2.2;
|
|
49386
49538
|
readonly cacheWritesPrice: 0;
|
|
@@ -49393,6 +49545,7 @@ declare const internationalZAiModels: {
|
|
|
49393
49545
|
readonly supportsImages: false;
|
|
49394
49546
|
readonly supportsPromptCache: true;
|
|
49395
49547
|
readonly supportsNativeTools: true;
|
|
49548
|
+
readonly defaultToolProtocol: "native";
|
|
49396
49549
|
readonly inputPrice: 0.2;
|
|
49397
49550
|
readonly outputPrice: 1.1;
|
|
49398
49551
|
readonly cacheWritesPrice: 0;
|
|
@@ -49405,6 +49558,7 @@ declare const internationalZAiModels: {
|
|
|
49405
49558
|
readonly supportsImages: false;
|
|
49406
49559
|
readonly supportsPromptCache: true;
|
|
49407
49560
|
readonly supportsNativeTools: true;
|
|
49561
|
+
readonly defaultToolProtocol: "native";
|
|
49408
49562
|
readonly inputPrice: 2.2;
|
|
49409
49563
|
readonly outputPrice: 8.9;
|
|
49410
49564
|
readonly cacheWritesPrice: 0;
|
|
@@ -49417,6 +49571,7 @@ declare const internationalZAiModels: {
|
|
|
49417
49571
|
readonly supportsImages: false;
|
|
49418
49572
|
readonly supportsPromptCache: true;
|
|
49419
49573
|
readonly supportsNativeTools: true;
|
|
49574
|
+
readonly defaultToolProtocol: "native";
|
|
49420
49575
|
readonly inputPrice: 1.1;
|
|
49421
49576
|
readonly outputPrice: 4.5;
|
|
49422
49577
|
readonly cacheWritesPrice: 0;
|
|
@@ -49429,6 +49584,7 @@ declare const internationalZAiModels: {
|
|
|
49429
49584
|
readonly supportsImages: false;
|
|
49430
49585
|
readonly supportsPromptCache: true;
|
|
49431
49586
|
readonly supportsNativeTools: true;
|
|
49587
|
+
readonly defaultToolProtocol: "native";
|
|
49432
49588
|
readonly inputPrice: 0;
|
|
49433
49589
|
readonly outputPrice: 0;
|
|
49434
49590
|
readonly cacheWritesPrice: 0;
|
|
@@ -49441,6 +49597,7 @@ declare const internationalZAiModels: {
|
|
|
49441
49597
|
readonly supportsImages: true;
|
|
49442
49598
|
readonly supportsPromptCache: true;
|
|
49443
49599
|
readonly supportsNativeTools: true;
|
|
49600
|
+
readonly defaultToolProtocol: "native";
|
|
49444
49601
|
readonly inputPrice: 0.6;
|
|
49445
49602
|
readonly outputPrice: 1.8;
|
|
49446
49603
|
readonly cacheWritesPrice: 0;
|
|
@@ -49453,6 +49610,7 @@ declare const internationalZAiModels: {
|
|
|
49453
49610
|
readonly supportsImages: false;
|
|
49454
49611
|
readonly supportsPromptCache: true;
|
|
49455
49612
|
readonly supportsNativeTools: true;
|
|
49613
|
+
readonly defaultToolProtocol: "native";
|
|
49456
49614
|
readonly inputPrice: 0.6;
|
|
49457
49615
|
readonly outputPrice: 2.2;
|
|
49458
49616
|
readonly cacheWritesPrice: 0;
|
|
@@ -49465,6 +49623,7 @@ declare const internationalZAiModels: {
|
|
|
49465
49623
|
readonly supportsImages: false;
|
|
49466
49624
|
readonly supportsPromptCache: false;
|
|
49467
49625
|
readonly supportsNativeTools: true;
|
|
49626
|
+
readonly defaultToolProtocol: "native";
|
|
49468
49627
|
readonly inputPrice: 0.1;
|
|
49469
49628
|
readonly outputPrice: 0.1;
|
|
49470
49629
|
readonly cacheWritesPrice: 0;
|
|
@@ -49481,6 +49640,7 @@ declare const mainlandZAiModels: {
|
|
|
49481
49640
|
readonly supportsImages: false;
|
|
49482
49641
|
readonly supportsPromptCache: true;
|
|
49483
49642
|
readonly supportsNativeTools: true;
|
|
49643
|
+
readonly defaultToolProtocol: "native";
|
|
49484
49644
|
readonly inputPrice: 0.29;
|
|
49485
49645
|
readonly outputPrice: 1.14;
|
|
49486
49646
|
readonly cacheWritesPrice: 0;
|
|
@@ -49493,6 +49653,7 @@ declare const mainlandZAiModels: {
|
|
|
49493
49653
|
readonly supportsImages: false;
|
|
49494
49654
|
readonly supportsPromptCache: true;
|
|
49495
49655
|
readonly supportsNativeTools: true;
|
|
49656
|
+
readonly defaultToolProtocol: "native";
|
|
49496
49657
|
readonly inputPrice: 0.1;
|
|
49497
49658
|
readonly outputPrice: 0.6;
|
|
49498
49659
|
readonly cacheWritesPrice: 0;
|
|
@@ -49505,6 +49666,7 @@ declare const mainlandZAiModels: {
|
|
|
49505
49666
|
readonly supportsImages: false;
|
|
49506
49667
|
readonly supportsPromptCache: true;
|
|
49507
49668
|
readonly supportsNativeTools: true;
|
|
49669
|
+
readonly defaultToolProtocol: "native";
|
|
49508
49670
|
readonly inputPrice: 0.29;
|
|
49509
49671
|
readonly outputPrice: 1.14;
|
|
49510
49672
|
readonly cacheWritesPrice: 0;
|
|
@@ -49517,6 +49679,7 @@ declare const mainlandZAiModels: {
|
|
|
49517
49679
|
readonly supportsImages: false;
|
|
49518
49680
|
readonly supportsPromptCache: true;
|
|
49519
49681
|
readonly supportsNativeTools: true;
|
|
49682
|
+
readonly defaultToolProtocol: "native";
|
|
49520
49683
|
readonly inputPrice: 0.1;
|
|
49521
49684
|
readonly outputPrice: 0.6;
|
|
49522
49685
|
readonly cacheWritesPrice: 0;
|
|
@@ -49529,6 +49692,7 @@ declare const mainlandZAiModels: {
|
|
|
49529
49692
|
readonly supportsImages: false;
|
|
49530
49693
|
readonly supportsPromptCache: true;
|
|
49531
49694
|
readonly supportsNativeTools: true;
|
|
49695
|
+
readonly defaultToolProtocol: "native";
|
|
49532
49696
|
readonly inputPrice: 0;
|
|
49533
49697
|
readonly outputPrice: 0;
|
|
49534
49698
|
readonly cacheWritesPrice: 0;
|
|
@@ -49541,6 +49705,7 @@ declare const mainlandZAiModels: {
|
|
|
49541
49705
|
readonly supportsImages: true;
|
|
49542
49706
|
readonly supportsPromptCache: true;
|
|
49543
49707
|
readonly supportsNativeTools: true;
|
|
49708
|
+
readonly defaultToolProtocol: "native";
|
|
49544
49709
|
readonly inputPrice: 0.29;
|
|
49545
49710
|
readonly outputPrice: 0.93;
|
|
49546
49711
|
readonly cacheWritesPrice: 0;
|
|
@@ -49553,6 +49718,7 @@ declare const mainlandZAiModels: {
|
|
|
49553
49718
|
readonly supportsImages: false;
|
|
49554
49719
|
readonly supportsPromptCache: true;
|
|
49555
49720
|
readonly supportsNativeTools: true;
|
|
49721
|
+
readonly defaultToolProtocol: "native";
|
|
49556
49722
|
readonly inputPrice: 0.29;
|
|
49557
49723
|
readonly outputPrice: 1.14;
|
|
49558
49724
|
readonly cacheWritesPrice: 0;
|
|
@@ -49596,6 +49762,7 @@ declare const minimaxModels: {
|
|
|
49596
49762
|
readonly supportsImages: false;
|
|
49597
49763
|
readonly supportsPromptCache: true;
|
|
49598
49764
|
readonly supportsNativeTools: true;
|
|
49765
|
+
readonly defaultToolProtocol: "native";
|
|
49599
49766
|
readonly preserveReasoning: true;
|
|
49600
49767
|
readonly inputPrice: 0.3;
|
|
49601
49768
|
readonly outputPrice: 1.2;
|
|
@@ -49609,6 +49776,7 @@ declare const minimaxModels: {
|
|
|
49609
49776
|
readonly supportsImages: false;
|
|
49610
49777
|
readonly supportsPromptCache: true;
|
|
49611
49778
|
readonly supportsNativeTools: true;
|
|
49779
|
+
readonly defaultToolProtocol: "native";
|
|
49612
49780
|
readonly preserveReasoning: true;
|
|
49613
49781
|
readonly inputPrice: 0.3;
|
|
49614
49782
|
readonly outputPrice: 1.2;
|
|
@@ -49630,4 +49798,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
|
|
|
49630
49798
|
isChina?: boolean;
|
|
49631
49799
|
}): string;
|
|
49632
49800
|
|
|
49633
|
-
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, 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 BasetenModelId, type BedrockModelId, type BrowserActionParams, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, 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 ContextManagementEvent, type ContextTruncation, 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, EXPECTED_API_ERROR_CODES, 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, 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 ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, 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 WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isContextManagementEvent, 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, shouldReportApiErrorToTelemetry, 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 };
|
|
49801
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, 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, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, type BrowserActionParams, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClaudeCodeRateLimitInfo, type ClaudeCodeReasoningLevel, 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 ContextManagementEvent, type ContextTruncation, 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, EXPECTED_API_ERROR_CODES, 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, 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 ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, 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 WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, claudeCodeReasoningConfig, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, extractMessageFromJsonPayload, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isContextManagementEvent, 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, normalizeClaudeCodeModelId, 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, shouldReportApiErrorToTelemetry, 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 };
|