@earendil-works/pi-ai 0.78.0 → 0.78.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/dist/env-api-keys.d.ts.map +1 -1
- package/dist/env-api-keys.js +3 -0
- package/dist/env-api-keys.js.map +1 -1
- package/dist/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +1248 -321
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1203 -518
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +46 -19
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +5 -4
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +32 -11
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +9 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/dist/utils/oauth/github-copilot.js +13 -1
- package/dist/utils/oauth/github-copilot.js.map +1 -1
- package/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/dist/utils/oauth/openai-codex.js +4 -2
- package/dist/utils/oauth/openai-codex.js.map +1 -1
- package/package.json +1 -1
|
@@ -1579,6 +1579,89 @@ export declare const MODELS: {
|
|
|
1579
1579
|
maxTokens: number;
|
|
1580
1580
|
};
|
|
1581
1581
|
};
|
|
1582
|
+
readonly "ant-ling": {
|
|
1583
|
+
readonly "Ling-2.6-1T": {
|
|
1584
|
+
id: string;
|
|
1585
|
+
name: string;
|
|
1586
|
+
api: "openai-completions";
|
|
1587
|
+
provider: string;
|
|
1588
|
+
baseUrl: string;
|
|
1589
|
+
compat: {
|
|
1590
|
+
supportsStore: false;
|
|
1591
|
+
supportsDeveloperRole: false;
|
|
1592
|
+
supportsReasoningEffort: false;
|
|
1593
|
+
maxTokensField: "max_tokens";
|
|
1594
|
+
supportsLongCacheRetention: false;
|
|
1595
|
+
};
|
|
1596
|
+
reasoning: false;
|
|
1597
|
+
input: "text"[];
|
|
1598
|
+
cost: {
|
|
1599
|
+
input: number;
|
|
1600
|
+
output: number;
|
|
1601
|
+
cacheRead: number;
|
|
1602
|
+
cacheWrite: number;
|
|
1603
|
+
};
|
|
1604
|
+
contextWindow: number;
|
|
1605
|
+
maxTokens: number;
|
|
1606
|
+
};
|
|
1607
|
+
readonly "Ling-2.6-flash": {
|
|
1608
|
+
id: string;
|
|
1609
|
+
name: string;
|
|
1610
|
+
api: "openai-completions";
|
|
1611
|
+
provider: string;
|
|
1612
|
+
baseUrl: string;
|
|
1613
|
+
compat: {
|
|
1614
|
+
supportsStore: false;
|
|
1615
|
+
supportsDeveloperRole: false;
|
|
1616
|
+
supportsReasoningEffort: false;
|
|
1617
|
+
maxTokensField: "max_tokens";
|
|
1618
|
+
supportsLongCacheRetention: false;
|
|
1619
|
+
};
|
|
1620
|
+
reasoning: false;
|
|
1621
|
+
input: "text"[];
|
|
1622
|
+
cost: {
|
|
1623
|
+
input: number;
|
|
1624
|
+
output: number;
|
|
1625
|
+
cacheRead: number;
|
|
1626
|
+
cacheWrite: number;
|
|
1627
|
+
};
|
|
1628
|
+
contextWindow: number;
|
|
1629
|
+
maxTokens: number;
|
|
1630
|
+
};
|
|
1631
|
+
readonly "Ring-2.6-1T": {
|
|
1632
|
+
id: string;
|
|
1633
|
+
name: string;
|
|
1634
|
+
api: "openai-completions";
|
|
1635
|
+
provider: string;
|
|
1636
|
+
baseUrl: string;
|
|
1637
|
+
compat: {
|
|
1638
|
+
supportsStore: false;
|
|
1639
|
+
supportsDeveloperRole: false;
|
|
1640
|
+
supportsReasoningEffort: false;
|
|
1641
|
+
maxTokensField: "max_tokens";
|
|
1642
|
+
supportsLongCacheRetention: false;
|
|
1643
|
+
thinkingFormat: "ant-ling";
|
|
1644
|
+
};
|
|
1645
|
+
reasoning: true;
|
|
1646
|
+
thinkingLevelMap: {
|
|
1647
|
+
off: null;
|
|
1648
|
+
minimal: null;
|
|
1649
|
+
low: null;
|
|
1650
|
+
medium: null;
|
|
1651
|
+
high: string;
|
|
1652
|
+
xhigh: string;
|
|
1653
|
+
};
|
|
1654
|
+
input: "text"[];
|
|
1655
|
+
cost: {
|
|
1656
|
+
input: number;
|
|
1657
|
+
output: number;
|
|
1658
|
+
cacheRead: number;
|
|
1659
|
+
cacheWrite: number;
|
|
1660
|
+
};
|
|
1661
|
+
contextWindow: number;
|
|
1662
|
+
maxTokens: number;
|
|
1663
|
+
};
|
|
1664
|
+
};
|
|
1582
1665
|
readonly anthropic: {
|
|
1583
1666
|
readonly "claude-3-5-haiku-20241022": {
|
|
1584
1667
|
id: string;
|
|
@@ -1883,6 +1966,7 @@ export declare const MODELS: {
|
|
|
1883
1966
|
baseUrl: string;
|
|
1884
1967
|
compat: {
|
|
1885
1968
|
forceAdaptiveThinking: true;
|
|
1969
|
+
supportsTemperature: false;
|
|
1886
1970
|
};
|
|
1887
1971
|
reasoning: true;
|
|
1888
1972
|
thinkingLevelMap: {
|
|
@@ -1906,6 +1990,7 @@ export declare const MODELS: {
|
|
|
1906
1990
|
baseUrl: string;
|
|
1907
1991
|
compat: {
|
|
1908
1992
|
forceAdaptiveThinking: true;
|
|
1993
|
+
supportsTemperature: false;
|
|
1909
1994
|
};
|
|
1910
1995
|
reasoning: true;
|
|
1911
1996
|
thinkingLevelMap: {
|
|
@@ -3068,6 +3153,31 @@ export declare const MODELS: {
|
|
|
3068
3153
|
baseUrl: string;
|
|
3069
3154
|
compat: {
|
|
3070
3155
|
forceAdaptiveThinking: true;
|
|
3156
|
+
supportsTemperature: false;
|
|
3157
|
+
};
|
|
3158
|
+
reasoning: true;
|
|
3159
|
+
thinkingLevelMap: {
|
|
3160
|
+
xhigh: string;
|
|
3161
|
+
};
|
|
3162
|
+
input: ("image" | "text")[];
|
|
3163
|
+
cost: {
|
|
3164
|
+
input: number;
|
|
3165
|
+
output: number;
|
|
3166
|
+
cacheRead: number;
|
|
3167
|
+
cacheWrite: number;
|
|
3168
|
+
};
|
|
3169
|
+
contextWindow: number;
|
|
3170
|
+
maxTokens: number;
|
|
3171
|
+
};
|
|
3172
|
+
readonly "claude-opus-4-8": {
|
|
3173
|
+
id: string;
|
|
3174
|
+
name: string;
|
|
3175
|
+
api: "anthropic-messages";
|
|
3176
|
+
provider: string;
|
|
3177
|
+
baseUrl: string;
|
|
3178
|
+
compat: {
|
|
3179
|
+
forceAdaptiveThinking: true;
|
|
3180
|
+
supportsTemperature: false;
|
|
3071
3181
|
};
|
|
3072
3182
|
reasoning: true;
|
|
3073
3183
|
thinkingLevelMap: {
|
|
@@ -3617,26 +3727,6 @@ export declare const MODELS: {
|
|
|
3617
3727
|
contextWindow: number;
|
|
3618
3728
|
maxTokens: number;
|
|
3619
3729
|
};
|
|
3620
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3621
|
-
id: string;
|
|
3622
|
-
name: string;
|
|
3623
|
-
api: "openai-completions";
|
|
3624
|
-
provider: string;
|
|
3625
|
-
baseUrl: string;
|
|
3626
|
-
compat: {
|
|
3627
|
-
sendSessionAffinityHeaders: true;
|
|
3628
|
-
};
|
|
3629
|
-
reasoning: true;
|
|
3630
|
-
input: ("image" | "text")[];
|
|
3631
|
-
cost: {
|
|
3632
|
-
input: number;
|
|
3633
|
-
output: number;
|
|
3634
|
-
cacheRead: number;
|
|
3635
|
-
cacheWrite: number;
|
|
3636
|
-
};
|
|
3637
|
-
contextWindow: number;
|
|
3638
|
-
maxTokens: number;
|
|
3639
|
-
};
|
|
3640
3730
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3641
3731
|
id: string;
|
|
3642
3732
|
name: string;
|
|
@@ -4187,6 +4277,7 @@ export declare const MODELS: {
|
|
|
4187
4277
|
};
|
|
4188
4278
|
compat: {
|
|
4189
4279
|
forceAdaptiveThinking: true;
|
|
4280
|
+
supportsTemperature: false;
|
|
4190
4281
|
};
|
|
4191
4282
|
reasoning: true;
|
|
4192
4283
|
thinkingLevelMap: {
|
|
@@ -4216,6 +4307,7 @@ export declare const MODELS: {
|
|
|
4216
4307
|
};
|
|
4217
4308
|
compat: {
|
|
4218
4309
|
forceAdaptiveThinking: true;
|
|
4310
|
+
supportsTemperature: false;
|
|
4219
4311
|
};
|
|
4220
4312
|
reasoning: true;
|
|
4221
4313
|
thinkingLevelMap: {
|
|
@@ -4231,6 +4323,32 @@ export declare const MODELS: {
|
|
|
4231
4323
|
contextWindow: number;
|
|
4232
4324
|
maxTokens: number;
|
|
4233
4325
|
};
|
|
4326
|
+
readonly "claude-sonnet-4": {
|
|
4327
|
+
id: string;
|
|
4328
|
+
name: string;
|
|
4329
|
+
api: "anthropic-messages";
|
|
4330
|
+
provider: string;
|
|
4331
|
+
baseUrl: string;
|
|
4332
|
+
headers: {
|
|
4333
|
+
"User-Agent": string;
|
|
4334
|
+
"Editor-Version": string;
|
|
4335
|
+
"Editor-Plugin-Version": string;
|
|
4336
|
+
"Copilot-Integration-Id": string;
|
|
4337
|
+
};
|
|
4338
|
+
compat: {
|
|
4339
|
+
supportsEagerToolInputStreaming: false;
|
|
4340
|
+
};
|
|
4341
|
+
reasoning: true;
|
|
4342
|
+
input: ("image" | "text")[];
|
|
4343
|
+
cost: {
|
|
4344
|
+
input: number;
|
|
4345
|
+
output: number;
|
|
4346
|
+
cacheRead: number;
|
|
4347
|
+
cacheWrite: number;
|
|
4348
|
+
};
|
|
4349
|
+
contextWindow: number;
|
|
4350
|
+
maxTokens: number;
|
|
4351
|
+
};
|
|
4234
4352
|
readonly "claude-sonnet-4.5": {
|
|
4235
4353
|
id: string;
|
|
4236
4354
|
name: string;
|
|
@@ -4300,7 +4418,7 @@ export declare const MODELS: {
|
|
|
4300
4418
|
supportsDeveloperRole: false;
|
|
4301
4419
|
supportsReasoningEffort: false;
|
|
4302
4420
|
};
|
|
4303
|
-
reasoning:
|
|
4421
|
+
reasoning: true;
|
|
4304
4422
|
input: ("image" | "text")[];
|
|
4305
4423
|
cost: {
|
|
4306
4424
|
input: number;
|
|
@@ -4423,10 +4541,10 @@ export declare const MODELS: {
|
|
|
4423
4541
|
contextWindow: number;
|
|
4424
4542
|
maxTokens: number;
|
|
4425
4543
|
};
|
|
4426
|
-
readonly "gpt-
|
|
4544
|
+
readonly "gpt-5-mini": {
|
|
4427
4545
|
id: string;
|
|
4428
4546
|
name: string;
|
|
4429
|
-
api: "openai-
|
|
4547
|
+
api: "openai-responses";
|
|
4430
4548
|
provider: string;
|
|
4431
4549
|
baseUrl: string;
|
|
4432
4550
|
headers: {
|
|
@@ -4435,12 +4553,11 @@ export declare const MODELS: {
|
|
|
4435
4553
|
"Editor-Plugin-Version": string;
|
|
4436
4554
|
"Copilot-Integration-Id": string;
|
|
4437
4555
|
};
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4556
|
+
reasoning: true;
|
|
4557
|
+
thinkingLevelMap: {
|
|
4558
|
+
off: null;
|
|
4559
|
+
minimal: string;
|
|
4442
4560
|
};
|
|
4443
|
-
reasoning: false;
|
|
4444
4561
|
input: ("image" | "text")[];
|
|
4445
4562
|
cost: {
|
|
4446
4563
|
input: number;
|
|
@@ -4451,7 +4568,7 @@ export declare const MODELS: {
|
|
|
4451
4568
|
contextWindow: number;
|
|
4452
4569
|
maxTokens: number;
|
|
4453
4570
|
};
|
|
4454
|
-
readonly "gpt-5
|
|
4571
|
+
readonly "gpt-5.2": {
|
|
4455
4572
|
id: string;
|
|
4456
4573
|
name: string;
|
|
4457
4574
|
api: "openai-responses";
|
|
@@ -4467,6 +4584,7 @@ export declare const MODELS: {
|
|
|
4467
4584
|
thinkingLevelMap: {
|
|
4468
4585
|
off: null;
|
|
4469
4586
|
minimal: string;
|
|
4587
|
+
xhigh: string;
|
|
4470
4588
|
};
|
|
4471
4589
|
input: ("image" | "text")[];
|
|
4472
4590
|
cost: {
|
|
@@ -4478,7 +4596,7 @@ export declare const MODELS: {
|
|
|
4478
4596
|
contextWindow: number;
|
|
4479
4597
|
maxTokens: number;
|
|
4480
4598
|
};
|
|
4481
|
-
readonly "gpt-5.2": {
|
|
4599
|
+
readonly "gpt-5.2-codex": {
|
|
4482
4600
|
id: string;
|
|
4483
4601
|
name: string;
|
|
4484
4602
|
api: "openai-responses";
|
|
@@ -4506,7 +4624,7 @@ export declare const MODELS: {
|
|
|
4506
4624
|
contextWindow: number;
|
|
4507
4625
|
maxTokens: number;
|
|
4508
4626
|
};
|
|
4509
|
-
readonly "gpt-5.
|
|
4627
|
+
readonly "gpt-5.3-codex": {
|
|
4510
4628
|
id: string;
|
|
4511
4629
|
name: string;
|
|
4512
4630
|
api: "openai-responses";
|
|
@@ -4534,7 +4652,7 @@ export declare const MODELS: {
|
|
|
4534
4652
|
contextWindow: number;
|
|
4535
4653
|
maxTokens: number;
|
|
4536
4654
|
};
|
|
4537
|
-
readonly "gpt-5.
|
|
4655
|
+
readonly "gpt-5.4": {
|
|
4538
4656
|
id: string;
|
|
4539
4657
|
name: string;
|
|
4540
4658
|
api: "openai-responses";
|
|
@@ -4562,7 +4680,7 @@ export declare const MODELS: {
|
|
|
4562
4680
|
contextWindow: number;
|
|
4563
4681
|
maxTokens: number;
|
|
4564
4682
|
};
|
|
4565
|
-
readonly "gpt-5.4": {
|
|
4683
|
+
readonly "gpt-5.4-mini": {
|
|
4566
4684
|
id: string;
|
|
4567
4685
|
name: string;
|
|
4568
4686
|
api: "openai-responses";
|
|
@@ -4590,7 +4708,7 @@ export declare const MODELS: {
|
|
|
4590
4708
|
contextWindow: number;
|
|
4591
4709
|
maxTokens: number;
|
|
4592
4710
|
};
|
|
4593
|
-
readonly "gpt-5.4-
|
|
4711
|
+
readonly "gpt-5.4-nano": {
|
|
4594
4712
|
id: string;
|
|
4595
4713
|
name: string;
|
|
4596
4714
|
api: "openai-responses";
|
|
@@ -4646,7 +4764,7 @@ export declare const MODELS: {
|
|
|
4646
4764
|
contextWindow: number;
|
|
4647
4765
|
maxTokens: number;
|
|
4648
4766
|
};
|
|
4649
|
-
readonly "
|
|
4767
|
+
readonly "raptor-mini": {
|
|
4650
4768
|
id: string;
|
|
4651
4769
|
name: string;
|
|
4652
4770
|
api: "openai-completions";
|
|
@@ -4664,7 +4782,7 @@ export declare const MODELS: {
|
|
|
4664
4782
|
supportsReasoningEffort: false;
|
|
4665
4783
|
};
|
|
4666
4784
|
reasoning: true;
|
|
4667
|
-
input: "text"[];
|
|
4785
|
+
input: ("image" | "text")[];
|
|
4668
4786
|
cost: {
|
|
4669
4787
|
input: number;
|
|
4670
4788
|
output: number;
|
|
@@ -6076,6 +6194,23 @@ export declare const MODELS: {
|
|
|
6076
6194
|
contextWindow: number;
|
|
6077
6195
|
maxTokens: number;
|
|
6078
6196
|
};
|
|
6197
|
+
readonly "MiniMax-M3": {
|
|
6198
|
+
id: string;
|
|
6199
|
+
name: string;
|
|
6200
|
+
api: "anthropic-messages";
|
|
6201
|
+
provider: string;
|
|
6202
|
+
baseUrl: string;
|
|
6203
|
+
reasoning: true;
|
|
6204
|
+
input: ("image" | "text")[];
|
|
6205
|
+
cost: {
|
|
6206
|
+
input: number;
|
|
6207
|
+
output: number;
|
|
6208
|
+
cacheRead: number;
|
|
6209
|
+
cacheWrite: number;
|
|
6210
|
+
};
|
|
6211
|
+
contextWindow: number;
|
|
6212
|
+
maxTokens: number;
|
|
6213
|
+
};
|
|
6079
6214
|
};
|
|
6080
6215
|
readonly "minimax-cn": {
|
|
6081
6216
|
readonly "MiniMax-M2.7": {
|
|
@@ -6112,6 +6247,23 @@ export declare const MODELS: {
|
|
|
6112
6247
|
contextWindow: number;
|
|
6113
6248
|
maxTokens: number;
|
|
6114
6249
|
};
|
|
6250
|
+
readonly "MiniMax-M3": {
|
|
6251
|
+
id: string;
|
|
6252
|
+
name: string;
|
|
6253
|
+
api: "anthropic-messages";
|
|
6254
|
+
provider: string;
|
|
6255
|
+
baseUrl: string;
|
|
6256
|
+
reasoning: true;
|
|
6257
|
+
input: ("image" | "text")[];
|
|
6258
|
+
cost: {
|
|
6259
|
+
input: number;
|
|
6260
|
+
output: number;
|
|
6261
|
+
cacheRead: number;
|
|
6262
|
+
cacheWrite: number;
|
|
6263
|
+
};
|
|
6264
|
+
contextWindow: number;
|
|
6265
|
+
maxTokens: number;
|
|
6266
|
+
};
|
|
6115
6267
|
};
|
|
6116
6268
|
readonly mistral: {
|
|
6117
6269
|
readonly "codestral-latest": {
|
|
@@ -6148,6 +6300,23 @@ export declare const MODELS: {
|
|
|
6148
6300
|
contextWindow: number;
|
|
6149
6301
|
maxTokens: number;
|
|
6150
6302
|
};
|
|
6303
|
+
readonly "devstral-latest": {
|
|
6304
|
+
id: string;
|
|
6305
|
+
name: string;
|
|
6306
|
+
api: "mistral-conversations";
|
|
6307
|
+
provider: string;
|
|
6308
|
+
baseUrl: string;
|
|
6309
|
+
reasoning: false;
|
|
6310
|
+
input: "text"[];
|
|
6311
|
+
cost: {
|
|
6312
|
+
input: number;
|
|
6313
|
+
output: number;
|
|
6314
|
+
cacheRead: number;
|
|
6315
|
+
cacheWrite: number;
|
|
6316
|
+
};
|
|
6317
|
+
contextWindow: number;
|
|
6318
|
+
maxTokens: number;
|
|
6319
|
+
};
|
|
6151
6320
|
readonly "devstral-medium-2507": {
|
|
6152
6321
|
id: string;
|
|
6153
6322
|
name: string;
|
|
@@ -6522,6 +6691,23 @@ export declare const MODELS: {
|
|
|
6522
6691
|
contextWindow: number;
|
|
6523
6692
|
maxTokens: number;
|
|
6524
6693
|
};
|
|
6694
|
+
readonly "open-mistral-nemo": {
|
|
6695
|
+
id: string;
|
|
6696
|
+
name: string;
|
|
6697
|
+
api: "mistral-conversations";
|
|
6698
|
+
provider: string;
|
|
6699
|
+
baseUrl: string;
|
|
6700
|
+
reasoning: false;
|
|
6701
|
+
input: "text"[];
|
|
6702
|
+
cost: {
|
|
6703
|
+
input: number;
|
|
6704
|
+
output: number;
|
|
6705
|
+
cacheRead: number;
|
|
6706
|
+
cacheWrite: number;
|
|
6707
|
+
};
|
|
6708
|
+
contextWindow: number;
|
|
6709
|
+
maxTokens: number;
|
|
6710
|
+
};
|
|
6525
6711
|
readonly "open-mixtral-8x22b": {
|
|
6526
6712
|
id: string;
|
|
6527
6713
|
name: string;
|
|
@@ -6931,13 +7117,24 @@ export declare const MODELS: {
|
|
|
6931
7117
|
maxTokens: number;
|
|
6932
7118
|
};
|
|
6933
7119
|
};
|
|
6934
|
-
readonly
|
|
6935
|
-
readonly "
|
|
7120
|
+
readonly nvidia: {
|
|
7121
|
+
readonly "meta/llama-3.1-70b-instruct": {
|
|
6936
7122
|
id: string;
|
|
6937
7123
|
name: string;
|
|
6938
|
-
api: "openai-
|
|
7124
|
+
api: "openai-completions";
|
|
6939
7125
|
provider: string;
|
|
6940
7126
|
baseUrl: string;
|
|
7127
|
+
headers: {
|
|
7128
|
+
"NVCF-POLL-SECONDS": string;
|
|
7129
|
+
};
|
|
7130
|
+
compat: {
|
|
7131
|
+
supportsStore: false;
|
|
7132
|
+
supportsDeveloperRole: false;
|
|
7133
|
+
supportsReasoningEffort: false;
|
|
7134
|
+
maxTokensField: "max_tokens";
|
|
7135
|
+
supportsStrictMode: false;
|
|
7136
|
+
supportsLongCacheRetention: false;
|
|
7137
|
+
};
|
|
6941
7138
|
reasoning: false;
|
|
6942
7139
|
input: "text"[];
|
|
6943
7140
|
cost: {
|
|
@@ -6949,7 +7146,558 @@ export declare const MODELS: {
|
|
|
6949
7146
|
contextWindow: number;
|
|
6950
7147
|
maxTokens: number;
|
|
6951
7148
|
};
|
|
6952
|
-
readonly "
|
|
7149
|
+
readonly "meta/llama-3.1-8b-instruct": {
|
|
7150
|
+
id: string;
|
|
7151
|
+
name: string;
|
|
7152
|
+
api: "openai-completions";
|
|
7153
|
+
provider: string;
|
|
7154
|
+
baseUrl: string;
|
|
7155
|
+
headers: {
|
|
7156
|
+
"NVCF-POLL-SECONDS": string;
|
|
7157
|
+
};
|
|
7158
|
+
compat: {
|
|
7159
|
+
supportsStore: false;
|
|
7160
|
+
supportsDeveloperRole: false;
|
|
7161
|
+
supportsReasoningEffort: false;
|
|
7162
|
+
maxTokensField: "max_tokens";
|
|
7163
|
+
supportsStrictMode: false;
|
|
7164
|
+
supportsLongCacheRetention: false;
|
|
7165
|
+
};
|
|
7166
|
+
reasoning: false;
|
|
7167
|
+
input: "text"[];
|
|
7168
|
+
cost: {
|
|
7169
|
+
input: number;
|
|
7170
|
+
output: number;
|
|
7171
|
+
cacheRead: number;
|
|
7172
|
+
cacheWrite: number;
|
|
7173
|
+
};
|
|
7174
|
+
contextWindow: number;
|
|
7175
|
+
maxTokens: number;
|
|
7176
|
+
};
|
|
7177
|
+
readonly "meta/llama-3.2-11b-vision-instruct": {
|
|
7178
|
+
id: string;
|
|
7179
|
+
name: string;
|
|
7180
|
+
api: "openai-completions";
|
|
7181
|
+
provider: string;
|
|
7182
|
+
baseUrl: string;
|
|
7183
|
+
headers: {
|
|
7184
|
+
"NVCF-POLL-SECONDS": string;
|
|
7185
|
+
};
|
|
7186
|
+
compat: {
|
|
7187
|
+
supportsStore: false;
|
|
7188
|
+
supportsDeveloperRole: false;
|
|
7189
|
+
supportsReasoningEffort: false;
|
|
7190
|
+
maxTokensField: "max_tokens";
|
|
7191
|
+
supportsStrictMode: false;
|
|
7192
|
+
supportsLongCacheRetention: false;
|
|
7193
|
+
};
|
|
7194
|
+
reasoning: false;
|
|
7195
|
+
input: ("image" | "text")[];
|
|
7196
|
+
cost: {
|
|
7197
|
+
input: number;
|
|
7198
|
+
output: number;
|
|
7199
|
+
cacheRead: number;
|
|
7200
|
+
cacheWrite: number;
|
|
7201
|
+
};
|
|
7202
|
+
contextWindow: number;
|
|
7203
|
+
maxTokens: number;
|
|
7204
|
+
};
|
|
7205
|
+
readonly "meta/llama-3.2-90b-vision-instruct": {
|
|
7206
|
+
id: string;
|
|
7207
|
+
name: string;
|
|
7208
|
+
api: "openai-completions";
|
|
7209
|
+
provider: string;
|
|
7210
|
+
baseUrl: string;
|
|
7211
|
+
headers: {
|
|
7212
|
+
"NVCF-POLL-SECONDS": string;
|
|
7213
|
+
};
|
|
7214
|
+
compat: {
|
|
7215
|
+
supportsStore: false;
|
|
7216
|
+
supportsDeveloperRole: false;
|
|
7217
|
+
supportsReasoningEffort: false;
|
|
7218
|
+
maxTokensField: "max_tokens";
|
|
7219
|
+
supportsStrictMode: false;
|
|
7220
|
+
supportsLongCacheRetention: false;
|
|
7221
|
+
};
|
|
7222
|
+
reasoning: false;
|
|
7223
|
+
input: ("image" | "text")[];
|
|
7224
|
+
cost: {
|
|
7225
|
+
input: number;
|
|
7226
|
+
output: number;
|
|
7227
|
+
cacheRead: number;
|
|
7228
|
+
cacheWrite: number;
|
|
7229
|
+
};
|
|
7230
|
+
contextWindow: number;
|
|
7231
|
+
maxTokens: number;
|
|
7232
|
+
};
|
|
7233
|
+
readonly "meta/llama-3.3-70b-instruct": {
|
|
7234
|
+
id: string;
|
|
7235
|
+
name: string;
|
|
7236
|
+
api: "openai-completions";
|
|
7237
|
+
provider: string;
|
|
7238
|
+
baseUrl: string;
|
|
7239
|
+
headers: {
|
|
7240
|
+
"NVCF-POLL-SECONDS": string;
|
|
7241
|
+
};
|
|
7242
|
+
compat: {
|
|
7243
|
+
supportsStore: false;
|
|
7244
|
+
supportsDeveloperRole: false;
|
|
7245
|
+
supportsReasoningEffort: false;
|
|
7246
|
+
maxTokensField: "max_tokens";
|
|
7247
|
+
supportsStrictMode: false;
|
|
7248
|
+
supportsLongCacheRetention: false;
|
|
7249
|
+
};
|
|
7250
|
+
reasoning: false;
|
|
7251
|
+
input: "text"[];
|
|
7252
|
+
cost: {
|
|
7253
|
+
input: number;
|
|
7254
|
+
output: number;
|
|
7255
|
+
cacheRead: number;
|
|
7256
|
+
cacheWrite: number;
|
|
7257
|
+
};
|
|
7258
|
+
contextWindow: number;
|
|
7259
|
+
maxTokens: number;
|
|
7260
|
+
};
|
|
7261
|
+
readonly "mistralai/mistral-large-3-675b-instruct-2512": {
|
|
7262
|
+
id: string;
|
|
7263
|
+
name: string;
|
|
7264
|
+
api: "openai-completions";
|
|
7265
|
+
provider: string;
|
|
7266
|
+
baseUrl: string;
|
|
7267
|
+
headers: {
|
|
7268
|
+
"NVCF-POLL-SECONDS": string;
|
|
7269
|
+
};
|
|
7270
|
+
compat: {
|
|
7271
|
+
supportsStore: false;
|
|
7272
|
+
supportsDeveloperRole: false;
|
|
7273
|
+
supportsReasoningEffort: false;
|
|
7274
|
+
maxTokensField: "max_tokens";
|
|
7275
|
+
supportsStrictMode: false;
|
|
7276
|
+
supportsLongCacheRetention: false;
|
|
7277
|
+
};
|
|
7278
|
+
reasoning: false;
|
|
7279
|
+
input: ("image" | "text")[];
|
|
7280
|
+
cost: {
|
|
7281
|
+
input: number;
|
|
7282
|
+
output: number;
|
|
7283
|
+
cacheRead: number;
|
|
7284
|
+
cacheWrite: number;
|
|
7285
|
+
};
|
|
7286
|
+
contextWindow: number;
|
|
7287
|
+
maxTokens: number;
|
|
7288
|
+
};
|
|
7289
|
+
readonly "mistralai/mistral-small-4-119b-2603": {
|
|
7290
|
+
id: string;
|
|
7291
|
+
name: string;
|
|
7292
|
+
api: "openai-completions";
|
|
7293
|
+
provider: string;
|
|
7294
|
+
baseUrl: string;
|
|
7295
|
+
headers: {
|
|
7296
|
+
"NVCF-POLL-SECONDS": string;
|
|
7297
|
+
};
|
|
7298
|
+
compat: {
|
|
7299
|
+
supportsStore: false;
|
|
7300
|
+
supportsDeveloperRole: false;
|
|
7301
|
+
supportsReasoningEffort: false;
|
|
7302
|
+
maxTokensField: "max_tokens";
|
|
7303
|
+
supportsStrictMode: false;
|
|
7304
|
+
supportsLongCacheRetention: false;
|
|
7305
|
+
};
|
|
7306
|
+
reasoning: false;
|
|
7307
|
+
input: "text"[];
|
|
7308
|
+
cost: {
|
|
7309
|
+
input: number;
|
|
7310
|
+
output: number;
|
|
7311
|
+
cacheRead: number;
|
|
7312
|
+
cacheWrite: number;
|
|
7313
|
+
};
|
|
7314
|
+
contextWindow: number;
|
|
7315
|
+
maxTokens: number;
|
|
7316
|
+
};
|
|
7317
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
7318
|
+
id: string;
|
|
7319
|
+
name: string;
|
|
7320
|
+
api: "openai-completions";
|
|
7321
|
+
provider: string;
|
|
7322
|
+
baseUrl: string;
|
|
7323
|
+
headers: {
|
|
7324
|
+
"NVCF-POLL-SECONDS": string;
|
|
7325
|
+
};
|
|
7326
|
+
compat: {
|
|
7327
|
+
supportsStore: false;
|
|
7328
|
+
supportsDeveloperRole: false;
|
|
7329
|
+
supportsReasoningEffort: false;
|
|
7330
|
+
maxTokensField: "max_tokens";
|
|
7331
|
+
supportsStrictMode: false;
|
|
7332
|
+
supportsLongCacheRetention: false;
|
|
7333
|
+
};
|
|
7334
|
+
reasoning: true;
|
|
7335
|
+
input: ("image" | "text")[];
|
|
7336
|
+
cost: {
|
|
7337
|
+
input: number;
|
|
7338
|
+
output: number;
|
|
7339
|
+
cacheRead: number;
|
|
7340
|
+
cacheWrite: number;
|
|
7341
|
+
};
|
|
7342
|
+
contextWindow: number;
|
|
7343
|
+
maxTokens: number;
|
|
7344
|
+
};
|
|
7345
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
|
|
7346
|
+
id: string;
|
|
7347
|
+
name: string;
|
|
7348
|
+
api: "openai-completions";
|
|
7349
|
+
provider: string;
|
|
7350
|
+
baseUrl: string;
|
|
7351
|
+
headers: {
|
|
7352
|
+
"NVCF-POLL-SECONDS": string;
|
|
7353
|
+
};
|
|
7354
|
+
compat: {
|
|
7355
|
+
supportsStore: false;
|
|
7356
|
+
supportsDeveloperRole: false;
|
|
7357
|
+
supportsReasoningEffort: false;
|
|
7358
|
+
maxTokensField: "max_tokens";
|
|
7359
|
+
supportsStrictMode: false;
|
|
7360
|
+
supportsLongCacheRetention: false;
|
|
7361
|
+
};
|
|
7362
|
+
reasoning: true;
|
|
7363
|
+
input: "text"[];
|
|
7364
|
+
cost: {
|
|
7365
|
+
input: number;
|
|
7366
|
+
output: number;
|
|
7367
|
+
cacheRead: number;
|
|
7368
|
+
cacheWrite: number;
|
|
7369
|
+
};
|
|
7370
|
+
contextWindow: number;
|
|
7371
|
+
maxTokens: number;
|
|
7372
|
+
};
|
|
7373
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
7374
|
+
id: string;
|
|
7375
|
+
name: string;
|
|
7376
|
+
api: "openai-completions";
|
|
7377
|
+
provider: string;
|
|
7378
|
+
baseUrl: string;
|
|
7379
|
+
headers: {
|
|
7380
|
+
"NVCF-POLL-SECONDS": string;
|
|
7381
|
+
};
|
|
7382
|
+
compat: {
|
|
7383
|
+
supportsStore: false;
|
|
7384
|
+
supportsDeveloperRole: false;
|
|
7385
|
+
supportsReasoningEffort: false;
|
|
7386
|
+
maxTokensField: "max_tokens";
|
|
7387
|
+
supportsStrictMode: false;
|
|
7388
|
+
supportsLongCacheRetention: false;
|
|
7389
|
+
};
|
|
7390
|
+
reasoning: true;
|
|
7391
|
+
input: "text"[];
|
|
7392
|
+
cost: {
|
|
7393
|
+
input: number;
|
|
7394
|
+
output: number;
|
|
7395
|
+
cacheRead: number;
|
|
7396
|
+
cacheWrite: number;
|
|
7397
|
+
};
|
|
7398
|
+
contextWindow: number;
|
|
7399
|
+
maxTokens: number;
|
|
7400
|
+
};
|
|
7401
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
7402
|
+
id: string;
|
|
7403
|
+
name: string;
|
|
7404
|
+
api: "openai-completions";
|
|
7405
|
+
provider: string;
|
|
7406
|
+
baseUrl: string;
|
|
7407
|
+
headers: {
|
|
7408
|
+
"NVCF-POLL-SECONDS": string;
|
|
7409
|
+
};
|
|
7410
|
+
compat: {
|
|
7411
|
+
supportsStore: false;
|
|
7412
|
+
supportsDeveloperRole: false;
|
|
7413
|
+
supportsReasoningEffort: false;
|
|
7414
|
+
maxTokensField: "max_tokens";
|
|
7415
|
+
supportsStrictMode: false;
|
|
7416
|
+
supportsLongCacheRetention: false;
|
|
7417
|
+
};
|
|
7418
|
+
reasoning: true;
|
|
7419
|
+
input: "text"[];
|
|
7420
|
+
cost: {
|
|
7421
|
+
input: number;
|
|
7422
|
+
output: number;
|
|
7423
|
+
cacheRead: number;
|
|
7424
|
+
cacheWrite: number;
|
|
7425
|
+
};
|
|
7426
|
+
contextWindow: number;
|
|
7427
|
+
maxTokens: number;
|
|
7428
|
+
};
|
|
7429
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
7430
|
+
id: string;
|
|
7431
|
+
name: string;
|
|
7432
|
+
api: "openai-completions";
|
|
7433
|
+
provider: string;
|
|
7434
|
+
baseUrl: string;
|
|
7435
|
+
headers: {
|
|
7436
|
+
"NVCF-POLL-SECONDS": string;
|
|
7437
|
+
};
|
|
7438
|
+
compat: {
|
|
7439
|
+
supportsStore: false;
|
|
7440
|
+
supportsDeveloperRole: false;
|
|
7441
|
+
supportsReasoningEffort: false;
|
|
7442
|
+
maxTokensField: "max_tokens";
|
|
7443
|
+
supportsStrictMode: false;
|
|
7444
|
+
supportsLongCacheRetention: false;
|
|
7445
|
+
};
|
|
7446
|
+
reasoning: true;
|
|
7447
|
+
input: ("image" | "text")[];
|
|
7448
|
+
cost: {
|
|
7449
|
+
input: number;
|
|
7450
|
+
output: number;
|
|
7451
|
+
cacheRead: number;
|
|
7452
|
+
cacheWrite: number;
|
|
7453
|
+
};
|
|
7454
|
+
contextWindow: number;
|
|
7455
|
+
maxTokens: number;
|
|
7456
|
+
};
|
|
7457
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
7458
|
+
id: string;
|
|
7459
|
+
name: string;
|
|
7460
|
+
api: "openai-completions";
|
|
7461
|
+
provider: string;
|
|
7462
|
+
baseUrl: string;
|
|
7463
|
+
headers: {
|
|
7464
|
+
"NVCF-POLL-SECONDS": string;
|
|
7465
|
+
};
|
|
7466
|
+
compat: {
|
|
7467
|
+
supportsStore: false;
|
|
7468
|
+
supportsDeveloperRole: false;
|
|
7469
|
+
supportsReasoningEffort: false;
|
|
7470
|
+
maxTokensField: "max_tokens";
|
|
7471
|
+
supportsStrictMode: false;
|
|
7472
|
+
supportsLongCacheRetention: false;
|
|
7473
|
+
};
|
|
7474
|
+
reasoning: true;
|
|
7475
|
+
input: "text"[];
|
|
7476
|
+
cost: {
|
|
7477
|
+
input: number;
|
|
7478
|
+
output: number;
|
|
7479
|
+
cacheRead: number;
|
|
7480
|
+
cacheWrite: number;
|
|
7481
|
+
};
|
|
7482
|
+
contextWindow: number;
|
|
7483
|
+
maxTokens: number;
|
|
7484
|
+
};
|
|
7485
|
+
readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
7486
|
+
id: string;
|
|
7487
|
+
name: string;
|
|
7488
|
+
api: "openai-completions";
|
|
7489
|
+
provider: string;
|
|
7490
|
+
baseUrl: string;
|
|
7491
|
+
headers: {
|
|
7492
|
+
"NVCF-POLL-SECONDS": string;
|
|
7493
|
+
};
|
|
7494
|
+
compat: {
|
|
7495
|
+
supportsStore: false;
|
|
7496
|
+
supportsDeveloperRole: false;
|
|
7497
|
+
supportsReasoningEffort: false;
|
|
7498
|
+
maxTokensField: "max_tokens";
|
|
7499
|
+
supportsStrictMode: false;
|
|
7500
|
+
supportsLongCacheRetention: false;
|
|
7501
|
+
};
|
|
7502
|
+
reasoning: true;
|
|
7503
|
+
input: "text"[];
|
|
7504
|
+
cost: {
|
|
7505
|
+
input: number;
|
|
7506
|
+
output: number;
|
|
7507
|
+
cacheRead: number;
|
|
7508
|
+
cacheWrite: number;
|
|
7509
|
+
};
|
|
7510
|
+
contextWindow: number;
|
|
7511
|
+
maxTokens: number;
|
|
7512
|
+
};
|
|
7513
|
+
readonly "openai/gpt-oss-20b": {
|
|
7514
|
+
id: string;
|
|
7515
|
+
name: string;
|
|
7516
|
+
api: "openai-completions";
|
|
7517
|
+
provider: string;
|
|
7518
|
+
baseUrl: string;
|
|
7519
|
+
headers: {
|
|
7520
|
+
"NVCF-POLL-SECONDS": string;
|
|
7521
|
+
};
|
|
7522
|
+
compat: {
|
|
7523
|
+
supportsStore: false;
|
|
7524
|
+
supportsDeveloperRole: false;
|
|
7525
|
+
supportsReasoningEffort: false;
|
|
7526
|
+
maxTokensField: "max_tokens";
|
|
7527
|
+
supportsStrictMode: false;
|
|
7528
|
+
supportsLongCacheRetention: false;
|
|
7529
|
+
};
|
|
7530
|
+
reasoning: true;
|
|
7531
|
+
input: "text"[];
|
|
7532
|
+
cost: {
|
|
7533
|
+
input: number;
|
|
7534
|
+
output: number;
|
|
7535
|
+
cacheRead: number;
|
|
7536
|
+
cacheWrite: number;
|
|
7537
|
+
};
|
|
7538
|
+
contextWindow: number;
|
|
7539
|
+
maxTokens: number;
|
|
7540
|
+
};
|
|
7541
|
+
readonly "qwen/qwen3-coder-480b-a35b-instruct": {
|
|
7542
|
+
id: string;
|
|
7543
|
+
name: string;
|
|
7544
|
+
api: "openai-completions";
|
|
7545
|
+
provider: string;
|
|
7546
|
+
baseUrl: string;
|
|
7547
|
+
headers: {
|
|
7548
|
+
"NVCF-POLL-SECONDS": string;
|
|
7549
|
+
};
|
|
7550
|
+
compat: {
|
|
7551
|
+
supportsStore: false;
|
|
7552
|
+
supportsDeveloperRole: false;
|
|
7553
|
+
supportsReasoningEffort: false;
|
|
7554
|
+
maxTokensField: "max_tokens";
|
|
7555
|
+
supportsStrictMode: false;
|
|
7556
|
+
supportsLongCacheRetention: false;
|
|
7557
|
+
};
|
|
7558
|
+
reasoning: false;
|
|
7559
|
+
input: "text"[];
|
|
7560
|
+
cost: {
|
|
7561
|
+
input: number;
|
|
7562
|
+
output: number;
|
|
7563
|
+
cacheRead: number;
|
|
7564
|
+
cacheWrite: number;
|
|
7565
|
+
};
|
|
7566
|
+
contextWindow: number;
|
|
7567
|
+
maxTokens: number;
|
|
7568
|
+
};
|
|
7569
|
+
readonly "qwen/qwen3.5-122b-a10b": {
|
|
7570
|
+
id: string;
|
|
7571
|
+
name: string;
|
|
7572
|
+
api: "openai-completions";
|
|
7573
|
+
provider: string;
|
|
7574
|
+
baseUrl: string;
|
|
7575
|
+
headers: {
|
|
7576
|
+
"NVCF-POLL-SECONDS": string;
|
|
7577
|
+
};
|
|
7578
|
+
compat: {
|
|
7579
|
+
supportsStore: false;
|
|
7580
|
+
supportsDeveloperRole: false;
|
|
7581
|
+
supportsReasoningEffort: false;
|
|
7582
|
+
maxTokensField: "max_tokens";
|
|
7583
|
+
supportsStrictMode: false;
|
|
7584
|
+
supportsLongCacheRetention: false;
|
|
7585
|
+
};
|
|
7586
|
+
reasoning: true;
|
|
7587
|
+
input: ("image" | "text")[];
|
|
7588
|
+
cost: {
|
|
7589
|
+
input: number;
|
|
7590
|
+
output: number;
|
|
7591
|
+
cacheRead: number;
|
|
7592
|
+
cacheWrite: number;
|
|
7593
|
+
};
|
|
7594
|
+
contextWindow: number;
|
|
7595
|
+
maxTokens: number;
|
|
7596
|
+
};
|
|
7597
|
+
readonly "stepfun-ai/step-3.5-flash": {
|
|
7598
|
+
id: string;
|
|
7599
|
+
name: string;
|
|
7600
|
+
api: "openai-completions";
|
|
7601
|
+
provider: string;
|
|
7602
|
+
baseUrl: string;
|
|
7603
|
+
headers: {
|
|
7604
|
+
"NVCF-POLL-SECONDS": string;
|
|
7605
|
+
};
|
|
7606
|
+
compat: {
|
|
7607
|
+
supportsStore: false;
|
|
7608
|
+
supportsDeveloperRole: false;
|
|
7609
|
+
supportsReasoningEffort: false;
|
|
7610
|
+
maxTokensField: "max_tokens";
|
|
7611
|
+
supportsStrictMode: false;
|
|
7612
|
+
supportsLongCacheRetention: false;
|
|
7613
|
+
};
|
|
7614
|
+
reasoning: true;
|
|
7615
|
+
input: "text"[];
|
|
7616
|
+
cost: {
|
|
7617
|
+
input: number;
|
|
7618
|
+
output: number;
|
|
7619
|
+
cacheRead: number;
|
|
7620
|
+
cacheWrite: number;
|
|
7621
|
+
};
|
|
7622
|
+
contextWindow: number;
|
|
7623
|
+
maxTokens: number;
|
|
7624
|
+
};
|
|
7625
|
+
readonly "stepfun-ai/step-3.7-flash": {
|
|
7626
|
+
id: string;
|
|
7627
|
+
name: string;
|
|
7628
|
+
api: "openai-completions";
|
|
7629
|
+
provider: string;
|
|
7630
|
+
baseUrl: string;
|
|
7631
|
+
headers: {
|
|
7632
|
+
"NVCF-POLL-SECONDS": string;
|
|
7633
|
+
};
|
|
7634
|
+
compat: {
|
|
7635
|
+
supportsStore: false;
|
|
7636
|
+
supportsDeveloperRole: false;
|
|
7637
|
+
supportsReasoningEffort: false;
|
|
7638
|
+
maxTokensField: "max_tokens";
|
|
7639
|
+
supportsStrictMode: false;
|
|
7640
|
+
supportsLongCacheRetention: false;
|
|
7641
|
+
};
|
|
7642
|
+
reasoning: true;
|
|
7643
|
+
input: ("image" | "text")[];
|
|
7644
|
+
cost: {
|
|
7645
|
+
input: number;
|
|
7646
|
+
output: number;
|
|
7647
|
+
cacheRead: number;
|
|
7648
|
+
cacheWrite: number;
|
|
7649
|
+
};
|
|
7650
|
+
contextWindow: number;
|
|
7651
|
+
maxTokens: number;
|
|
7652
|
+
};
|
|
7653
|
+
readonly "z-ai/glm-5.1": {
|
|
7654
|
+
id: string;
|
|
7655
|
+
name: string;
|
|
7656
|
+
api: "openai-completions";
|
|
7657
|
+
provider: string;
|
|
7658
|
+
baseUrl: string;
|
|
7659
|
+
headers: {
|
|
7660
|
+
"NVCF-POLL-SECONDS": string;
|
|
7661
|
+
};
|
|
7662
|
+
compat: {
|
|
7663
|
+
supportsStore: false;
|
|
7664
|
+
supportsDeveloperRole: false;
|
|
7665
|
+
supportsReasoningEffort: false;
|
|
7666
|
+
maxTokensField: "max_tokens";
|
|
7667
|
+
supportsStrictMode: false;
|
|
7668
|
+
supportsLongCacheRetention: false;
|
|
7669
|
+
};
|
|
7670
|
+
reasoning: true;
|
|
7671
|
+
input: "text"[];
|
|
7672
|
+
cost: {
|
|
7673
|
+
input: number;
|
|
7674
|
+
output: number;
|
|
7675
|
+
cacheRead: number;
|
|
7676
|
+
cacheWrite: number;
|
|
7677
|
+
};
|
|
7678
|
+
contextWindow: number;
|
|
7679
|
+
maxTokens: number;
|
|
7680
|
+
};
|
|
7681
|
+
};
|
|
7682
|
+
readonly openai: {
|
|
7683
|
+
readonly "gpt-4": {
|
|
7684
|
+
id: string;
|
|
7685
|
+
name: string;
|
|
7686
|
+
api: "openai-responses";
|
|
7687
|
+
provider: string;
|
|
7688
|
+
baseUrl: string;
|
|
7689
|
+
reasoning: false;
|
|
7690
|
+
input: "text"[];
|
|
7691
|
+
cost: {
|
|
7692
|
+
input: number;
|
|
7693
|
+
output: number;
|
|
7694
|
+
cacheRead: number;
|
|
7695
|
+
cacheWrite: number;
|
|
7696
|
+
};
|
|
7697
|
+
contextWindow: number;
|
|
7698
|
+
maxTokens: number;
|
|
7699
|
+
};
|
|
7700
|
+
readonly "gpt-4-turbo": {
|
|
6953
7701
|
id: string;
|
|
6954
7702
|
name: string;
|
|
6955
7703
|
api: "openai-responses";
|
|
@@ -7563,6 +8311,7 @@ export declare const MODELS: {
|
|
|
7563
8311
|
thinkingLevelMap: {
|
|
7564
8312
|
off: string;
|
|
7565
8313
|
xhigh: string;
|
|
8314
|
+
minimal: null;
|
|
7566
8315
|
};
|
|
7567
8316
|
input: ("image" | "text")[];
|
|
7568
8317
|
cost: {
|
|
@@ -7735,48 +8484,6 @@ export declare const MODELS: {
|
|
|
7735
8484
|
};
|
|
7736
8485
|
};
|
|
7737
8486
|
readonly "openai-codex": {
|
|
7738
|
-
readonly "gpt-5.2": {
|
|
7739
|
-
id: string;
|
|
7740
|
-
name: string;
|
|
7741
|
-
api: "openai-codex-responses";
|
|
7742
|
-
provider: string;
|
|
7743
|
-
baseUrl: string;
|
|
7744
|
-
reasoning: true;
|
|
7745
|
-
thinkingLevelMap: {
|
|
7746
|
-
xhigh: string;
|
|
7747
|
-
minimal: string;
|
|
7748
|
-
};
|
|
7749
|
-
input: ("image" | "text")[];
|
|
7750
|
-
cost: {
|
|
7751
|
-
input: number;
|
|
7752
|
-
output: number;
|
|
7753
|
-
cacheRead: number;
|
|
7754
|
-
cacheWrite: number;
|
|
7755
|
-
};
|
|
7756
|
-
contextWindow: number;
|
|
7757
|
-
maxTokens: number;
|
|
7758
|
-
};
|
|
7759
|
-
readonly "gpt-5.3-codex": {
|
|
7760
|
-
id: string;
|
|
7761
|
-
name: string;
|
|
7762
|
-
api: "openai-codex-responses";
|
|
7763
|
-
provider: string;
|
|
7764
|
-
baseUrl: string;
|
|
7765
|
-
reasoning: true;
|
|
7766
|
-
thinkingLevelMap: {
|
|
7767
|
-
xhigh: string;
|
|
7768
|
-
minimal: string;
|
|
7769
|
-
};
|
|
7770
|
-
input: ("image" | "text")[];
|
|
7771
|
-
cost: {
|
|
7772
|
-
input: number;
|
|
7773
|
-
output: number;
|
|
7774
|
-
cacheRead: number;
|
|
7775
|
-
cacheWrite: number;
|
|
7776
|
-
};
|
|
7777
|
-
contextWindow: number;
|
|
7778
|
-
maxTokens: number;
|
|
7779
|
-
};
|
|
7780
8487
|
readonly "gpt-5.3-codex-spark": {
|
|
7781
8488
|
id: string;
|
|
7782
8489
|
name: string;
|
|
@@ -7962,6 +8669,7 @@ export declare const MODELS: {
|
|
|
7962
8669
|
baseUrl: string;
|
|
7963
8670
|
compat: {
|
|
7964
8671
|
forceAdaptiveThinking: true;
|
|
8672
|
+
supportsTemperature: false;
|
|
7965
8673
|
};
|
|
7966
8674
|
reasoning: true;
|
|
7967
8675
|
thinkingLevelMap: {
|
|
@@ -7985,6 +8693,7 @@ export declare const MODELS: {
|
|
|
7985
8693
|
baseUrl: string;
|
|
7986
8694
|
compat: {
|
|
7987
8695
|
forceAdaptiveThinking: true;
|
|
8696
|
+
supportsTemperature: false;
|
|
7988
8697
|
};
|
|
7989
8698
|
reasoning: true;
|
|
7990
8699
|
thinkingLevelMap: {
|
|
@@ -8054,6 +8763,34 @@ export declare const MODELS: {
|
|
|
8054
8763
|
contextWindow: number;
|
|
8055
8764
|
maxTokens: number;
|
|
8056
8765
|
};
|
|
8766
|
+
readonly "deepseek-v4-flash": {
|
|
8767
|
+
id: string;
|
|
8768
|
+
name: string;
|
|
8769
|
+
api: "openai-completions";
|
|
8770
|
+
provider: string;
|
|
8771
|
+
baseUrl: string;
|
|
8772
|
+
compat: {
|
|
8773
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8774
|
+
thinkingFormat: "deepseek";
|
|
8775
|
+
};
|
|
8776
|
+
reasoning: true;
|
|
8777
|
+
thinkingLevelMap: {
|
|
8778
|
+
minimal: null;
|
|
8779
|
+
low: null;
|
|
8780
|
+
medium: null;
|
|
8781
|
+
high: string;
|
|
8782
|
+
xhigh: string;
|
|
8783
|
+
};
|
|
8784
|
+
input: "text"[];
|
|
8785
|
+
cost: {
|
|
8786
|
+
input: number;
|
|
8787
|
+
output: number;
|
|
8788
|
+
cacheRead: number;
|
|
8789
|
+
cacheWrite: number;
|
|
8790
|
+
};
|
|
8791
|
+
contextWindow: number;
|
|
8792
|
+
maxTokens: number;
|
|
8793
|
+
};
|
|
8057
8794
|
readonly "deepseek-v4-flash-free": {
|
|
8058
8795
|
id: string;
|
|
8059
8796
|
name: string;
|
|
@@ -8626,7 +9363,24 @@ export declare const MODELS: {
|
|
|
8626
9363
|
contextWindow: number;
|
|
8627
9364
|
maxTokens: number;
|
|
8628
9365
|
};
|
|
8629
|
-
readonly "
|
|
9366
|
+
readonly "minimax-m3-free": {
|
|
9367
|
+
id: string;
|
|
9368
|
+
name: string;
|
|
9369
|
+
api: "anthropic-messages";
|
|
9370
|
+
provider: string;
|
|
9371
|
+
baseUrl: string;
|
|
9372
|
+
reasoning: true;
|
|
9373
|
+
input: ("image" | "text")[];
|
|
9374
|
+
cost: {
|
|
9375
|
+
input: number;
|
|
9376
|
+
output: number;
|
|
9377
|
+
cacheRead: number;
|
|
9378
|
+
cacheWrite: number;
|
|
9379
|
+
};
|
|
9380
|
+
contextWindow: number;
|
|
9381
|
+
maxTokens: number;
|
|
9382
|
+
};
|
|
9383
|
+
readonly "nemotron-3-ultra-free": {
|
|
8630
9384
|
id: string;
|
|
8631
9385
|
name: string;
|
|
8632
9386
|
api: "openai-completions";
|
|
@@ -8880,6 +9634,23 @@ export declare const MODELS: {
|
|
|
8880
9634
|
contextWindow: number;
|
|
8881
9635
|
maxTokens: number;
|
|
8882
9636
|
};
|
|
9637
|
+
readonly "minimax-m3": {
|
|
9638
|
+
id: string;
|
|
9639
|
+
name: string;
|
|
9640
|
+
api: "anthropic-messages";
|
|
9641
|
+
provider: string;
|
|
9642
|
+
baseUrl: string;
|
|
9643
|
+
reasoning: true;
|
|
9644
|
+
input: ("image" | "text")[];
|
|
9645
|
+
cost: {
|
|
9646
|
+
input: number;
|
|
9647
|
+
output: number;
|
|
9648
|
+
cacheRead: number;
|
|
9649
|
+
cacheWrite: number;
|
|
9650
|
+
};
|
|
9651
|
+
contextWindow: number;
|
|
9652
|
+
maxTokens: number;
|
|
9653
|
+
};
|
|
8883
9654
|
readonly "qwen3.6-plus": {
|
|
8884
9655
|
id: string;
|
|
8885
9656
|
name: string;
|
|
@@ -8917,6 +9688,23 @@ export declare const MODELS: {
|
|
|
8917
9688
|
contextWindow: number;
|
|
8918
9689
|
maxTokens: number;
|
|
8919
9690
|
};
|
|
9691
|
+
readonly "qwen3.7-plus": {
|
|
9692
|
+
id: string;
|
|
9693
|
+
name: string;
|
|
9694
|
+
api: "anthropic-messages";
|
|
9695
|
+
provider: string;
|
|
9696
|
+
baseUrl: string;
|
|
9697
|
+
reasoning: true;
|
|
9698
|
+
input: ("image" | "text")[];
|
|
9699
|
+
cost: {
|
|
9700
|
+
input: number;
|
|
9701
|
+
output: number;
|
|
9702
|
+
cacheRead: number;
|
|
9703
|
+
cacheWrite: number;
|
|
9704
|
+
};
|
|
9705
|
+
contextWindow: number;
|
|
9706
|
+
maxTokens: number;
|
|
9707
|
+
};
|
|
8920
9708
|
};
|
|
8921
9709
|
readonly openrouter: {
|
|
8922
9710
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -9362,23 +10150,6 @@ export declare const MODELS: {
|
|
|
9362
10150
|
contextWindow: number;
|
|
9363
10151
|
maxTokens: number;
|
|
9364
10152
|
};
|
|
9365
|
-
readonly "baidu/ernie-4.5-21b-a3b": {
|
|
9366
|
-
id: string;
|
|
9367
|
-
name: string;
|
|
9368
|
-
api: "openai-completions";
|
|
9369
|
-
provider: string;
|
|
9370
|
-
baseUrl: string;
|
|
9371
|
-
reasoning: false;
|
|
9372
|
-
input: "text"[];
|
|
9373
|
-
cost: {
|
|
9374
|
-
input: number;
|
|
9375
|
-
output: number;
|
|
9376
|
-
cacheRead: number;
|
|
9377
|
-
cacheWrite: number;
|
|
9378
|
-
};
|
|
9379
|
-
contextWindow: number;
|
|
9380
|
-
maxTokens: number;
|
|
9381
|
-
};
|
|
9382
10153
|
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
9383
10154
|
id: string;
|
|
9384
10155
|
name: string;
|
|
@@ -9649,79 +10420,8 @@ export declare const MODELS: {
|
|
|
9649
10420
|
low: null;
|
|
9650
10421
|
medium: null;
|
|
9651
10422
|
high: string;
|
|
9652
|
-
xhigh: string;
|
|
9653
|
-
};
|
|
9654
|
-
input: "text"[];
|
|
9655
|
-
cost: {
|
|
9656
|
-
input: number;
|
|
9657
|
-
output: number;
|
|
9658
|
-
cacheRead: number;
|
|
9659
|
-
cacheWrite: number;
|
|
9660
|
-
};
|
|
9661
|
-
contextWindow: number;
|
|
9662
|
-
maxTokens: number;
|
|
9663
|
-
};
|
|
9664
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
9665
|
-
id: string;
|
|
9666
|
-
name: string;
|
|
9667
|
-
api: "openai-completions";
|
|
9668
|
-
provider: string;
|
|
9669
|
-
baseUrl: string;
|
|
9670
|
-
compat: {
|
|
9671
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9672
|
-
};
|
|
9673
|
-
reasoning: true;
|
|
9674
|
-
thinkingLevelMap: {
|
|
9675
|
-
minimal: null;
|
|
9676
|
-
low: null;
|
|
9677
|
-
medium: null;
|
|
9678
|
-
high: string;
|
|
9679
|
-
xhigh: string;
|
|
9680
|
-
};
|
|
9681
|
-
input: "text"[];
|
|
9682
|
-
cost: {
|
|
9683
|
-
input: number;
|
|
9684
|
-
output: number;
|
|
9685
|
-
cacheRead: number;
|
|
9686
|
-
cacheWrite: number;
|
|
9687
|
-
};
|
|
9688
|
-
contextWindow: number;
|
|
9689
|
-
maxTokens: number;
|
|
9690
|
-
};
|
|
9691
|
-
readonly "deepseek/deepseek-v4-pro": {
|
|
9692
|
-
id: string;
|
|
9693
|
-
name: string;
|
|
9694
|
-
api: "openai-completions";
|
|
9695
|
-
provider: string;
|
|
9696
|
-
baseUrl: string;
|
|
9697
|
-
compat: {
|
|
9698
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9699
|
-
};
|
|
9700
|
-
reasoning: true;
|
|
9701
|
-
thinkingLevelMap: {
|
|
9702
|
-
minimal: null;
|
|
9703
|
-
low: null;
|
|
9704
|
-
medium: null;
|
|
9705
|
-
high: string;
|
|
9706
|
-
xhigh: string;
|
|
9707
|
-
};
|
|
9708
|
-
input: "text"[];
|
|
9709
|
-
cost: {
|
|
9710
|
-
input: number;
|
|
9711
|
-
output: number;
|
|
9712
|
-
cacheRead: number;
|
|
9713
|
-
cacheWrite: number;
|
|
10423
|
+
xhigh: string;
|
|
9714
10424
|
};
|
|
9715
|
-
contextWindow: number;
|
|
9716
|
-
maxTokens: number;
|
|
9717
|
-
};
|
|
9718
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
9719
|
-
id: string;
|
|
9720
|
-
name: string;
|
|
9721
|
-
api: "openai-completions";
|
|
9722
|
-
provider: string;
|
|
9723
|
-
baseUrl: string;
|
|
9724
|
-
reasoning: false;
|
|
9725
10425
|
input: "text"[];
|
|
9726
10426
|
cost: {
|
|
9727
10427
|
input: number;
|
|
@@ -9732,14 +10432,24 @@ export declare const MODELS: {
|
|
|
9732
10432
|
contextWindow: number;
|
|
9733
10433
|
maxTokens: number;
|
|
9734
10434
|
};
|
|
9735
|
-
readonly "
|
|
10435
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
9736
10436
|
id: string;
|
|
9737
10437
|
name: string;
|
|
9738
10438
|
api: "openai-completions";
|
|
9739
10439
|
provider: string;
|
|
9740
10440
|
baseUrl: string;
|
|
9741
|
-
|
|
9742
|
-
|
|
10441
|
+
compat: {
|
|
10442
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
10443
|
+
};
|
|
10444
|
+
reasoning: true;
|
|
10445
|
+
thinkingLevelMap: {
|
|
10446
|
+
minimal: null;
|
|
10447
|
+
low: null;
|
|
10448
|
+
medium: null;
|
|
10449
|
+
high: string;
|
|
10450
|
+
xhigh: string;
|
|
10451
|
+
};
|
|
10452
|
+
input: "text"[];
|
|
9743
10453
|
cost: {
|
|
9744
10454
|
input: number;
|
|
9745
10455
|
output: number;
|
|
@@ -9749,14 +10459,14 @@ export declare const MODELS: {
|
|
|
9749
10459
|
contextWindow: number;
|
|
9750
10460
|
maxTokens: number;
|
|
9751
10461
|
};
|
|
9752
|
-
readonly "
|
|
10462
|
+
readonly "essentialai/rnj-1-instruct": {
|
|
9753
10463
|
id: string;
|
|
9754
10464
|
name: string;
|
|
9755
10465
|
api: "openai-completions";
|
|
9756
10466
|
provider: string;
|
|
9757
10467
|
baseUrl: string;
|
|
9758
10468
|
reasoning: false;
|
|
9759
|
-
input:
|
|
10469
|
+
input: "text"[];
|
|
9760
10470
|
cost: {
|
|
9761
10471
|
input: number;
|
|
9762
10472
|
output: number;
|
|
@@ -10245,7 +10955,7 @@ export declare const MODELS: {
|
|
|
10245
10955
|
contextWindow: number;
|
|
10246
10956
|
maxTokens: number;
|
|
10247
10957
|
};
|
|
10248
|
-
readonly "meta-llama/llama-4-
|
|
10958
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10249
10959
|
id: string;
|
|
10250
10960
|
name: string;
|
|
10251
10961
|
api: "openai-completions";
|
|
@@ -10262,14 +10972,14 @@ export declare const MODELS: {
|
|
|
10262
10972
|
contextWindow: number;
|
|
10263
10973
|
maxTokens: number;
|
|
10264
10974
|
};
|
|
10265
|
-
readonly "
|
|
10975
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10266
10976
|
id: string;
|
|
10267
10977
|
name: string;
|
|
10268
10978
|
api: "openai-completions";
|
|
10269
10979
|
provider: string;
|
|
10270
10980
|
baseUrl: string;
|
|
10271
|
-
reasoning:
|
|
10272
|
-
input: "text"[];
|
|
10981
|
+
reasoning: false;
|
|
10982
|
+
input: ("image" | "text")[];
|
|
10273
10983
|
cost: {
|
|
10274
10984
|
input: number;
|
|
10275
10985
|
output: number;
|
|
@@ -10279,7 +10989,7 @@ export declare const MODELS: {
|
|
|
10279
10989
|
contextWindow: number;
|
|
10280
10990
|
maxTokens: number;
|
|
10281
10991
|
};
|
|
10282
|
-
readonly "minimax/minimax-
|
|
10992
|
+
readonly "minimax/minimax-m1": {
|
|
10283
10993
|
id: string;
|
|
10284
10994
|
name: string;
|
|
10285
10995
|
api: "openai-completions";
|
|
@@ -10296,7 +11006,7 @@ export declare const MODELS: {
|
|
|
10296
11006
|
contextWindow: number;
|
|
10297
11007
|
maxTokens: number;
|
|
10298
11008
|
};
|
|
10299
|
-
readonly "minimax/minimax-m2
|
|
11009
|
+
readonly "minimax/minimax-m2": {
|
|
10300
11010
|
id: string;
|
|
10301
11011
|
name: string;
|
|
10302
11012
|
api: "openai-completions";
|
|
@@ -10313,7 +11023,7 @@ export declare const MODELS: {
|
|
|
10313
11023
|
contextWindow: number;
|
|
10314
11024
|
maxTokens: number;
|
|
10315
11025
|
};
|
|
10316
|
-
readonly "minimax/minimax-m2.
|
|
11026
|
+
readonly "minimax/minimax-m2.1": {
|
|
10317
11027
|
id: string;
|
|
10318
11028
|
name: string;
|
|
10319
11029
|
api: "openai-completions";
|
|
@@ -10330,7 +11040,7 @@ export declare const MODELS: {
|
|
|
10330
11040
|
contextWindow: number;
|
|
10331
11041
|
maxTokens: number;
|
|
10332
11042
|
};
|
|
10333
|
-
readonly "minimax/minimax-m2.5
|
|
11043
|
+
readonly "minimax/minimax-m2.5": {
|
|
10334
11044
|
id: string;
|
|
10335
11045
|
name: string;
|
|
10336
11046
|
api: "openai-completions";
|
|
@@ -10364,31 +11074,14 @@ export declare const MODELS: {
|
|
|
10364
11074
|
contextWindow: number;
|
|
10365
11075
|
maxTokens: number;
|
|
10366
11076
|
};
|
|
10367
|
-
readonly "
|
|
10368
|
-
id: string;
|
|
10369
|
-
name: string;
|
|
10370
|
-
api: "openai-completions";
|
|
10371
|
-
provider: string;
|
|
10372
|
-
baseUrl: string;
|
|
10373
|
-
reasoning: false;
|
|
10374
|
-
input: "text"[];
|
|
10375
|
-
cost: {
|
|
10376
|
-
input: number;
|
|
10377
|
-
output: number;
|
|
10378
|
-
cacheRead: number;
|
|
10379
|
-
cacheWrite: number;
|
|
10380
|
-
};
|
|
10381
|
-
contextWindow: number;
|
|
10382
|
-
maxTokens: number;
|
|
10383
|
-
};
|
|
10384
|
-
readonly "mistralai/devstral-2512": {
|
|
11077
|
+
readonly "minimax/minimax-m3": {
|
|
10385
11078
|
id: string;
|
|
10386
11079
|
name: string;
|
|
10387
11080
|
api: "openai-completions";
|
|
10388
11081
|
provider: string;
|
|
10389
11082
|
baseUrl: string;
|
|
10390
|
-
reasoning:
|
|
10391
|
-
input: "text"[];
|
|
11083
|
+
reasoning: true;
|
|
11084
|
+
input: ("image" | "text")[];
|
|
10392
11085
|
cost: {
|
|
10393
11086
|
input: number;
|
|
10394
11087
|
output: number;
|
|
@@ -10398,7 +11091,7 @@ export declare const MODELS: {
|
|
|
10398
11091
|
contextWindow: number;
|
|
10399
11092
|
maxTokens: number;
|
|
10400
11093
|
};
|
|
10401
|
-
readonly "mistralai/
|
|
11094
|
+
readonly "mistralai/codestral-2508": {
|
|
10402
11095
|
id: string;
|
|
10403
11096
|
name: string;
|
|
10404
11097
|
api: "openai-completions";
|
|
@@ -10415,7 +11108,7 @@ export declare const MODELS: {
|
|
|
10415
11108
|
contextWindow: number;
|
|
10416
11109
|
maxTokens: number;
|
|
10417
11110
|
};
|
|
10418
|
-
readonly "mistralai/devstral-
|
|
11111
|
+
readonly "mistralai/devstral-2512": {
|
|
10419
11112
|
id: string;
|
|
10420
11113
|
name: string;
|
|
10421
11114
|
api: "openai-completions";
|
|
@@ -10517,23 +11210,6 @@ export declare const MODELS: {
|
|
|
10517
11210
|
contextWindow: number;
|
|
10518
11211
|
maxTokens: number;
|
|
10519
11212
|
};
|
|
10520
|
-
readonly "mistralai/mistral-large-2411": {
|
|
10521
|
-
id: string;
|
|
10522
|
-
name: string;
|
|
10523
|
-
api: "openai-completions";
|
|
10524
|
-
provider: string;
|
|
10525
|
-
baseUrl: string;
|
|
10526
|
-
reasoning: false;
|
|
10527
|
-
input: "text"[];
|
|
10528
|
-
cost: {
|
|
10529
|
-
input: number;
|
|
10530
|
-
output: number;
|
|
10531
|
-
cacheRead: number;
|
|
10532
|
-
cacheWrite: number;
|
|
10533
|
-
};
|
|
10534
|
-
contextWindow: number;
|
|
10535
|
-
maxTokens: number;
|
|
10536
|
-
};
|
|
10537
11213
|
readonly "mistralai/mistral-large-2512": {
|
|
10538
11214
|
id: string;
|
|
10539
11215
|
name: string;
|
|
@@ -10687,23 +11363,6 @@ export declare const MODELS: {
|
|
|
10687
11363
|
contextWindow: number;
|
|
10688
11364
|
maxTokens: number;
|
|
10689
11365
|
};
|
|
10690
|
-
readonly "mistralai/pixtral-large-2411": {
|
|
10691
|
-
id: string;
|
|
10692
|
-
name: string;
|
|
10693
|
-
api: "openai-completions";
|
|
10694
|
-
provider: string;
|
|
10695
|
-
baseUrl: string;
|
|
10696
|
-
reasoning: false;
|
|
10697
|
-
input: ("image" | "text")[];
|
|
10698
|
-
cost: {
|
|
10699
|
-
input: number;
|
|
10700
|
-
output: number;
|
|
10701
|
-
cacheRead: number;
|
|
10702
|
-
cacheWrite: number;
|
|
10703
|
-
};
|
|
10704
|
-
contextWindow: number;
|
|
10705
|
-
maxTokens: number;
|
|
10706
|
-
};
|
|
10707
11366
|
readonly "mistralai/voxtral-small-24b-2507": {
|
|
10708
11367
|
id: string;
|
|
10709
11368
|
name: string;
|
|
@@ -10797,6 +11456,7 @@ export declare const MODELS: {
|
|
|
10797
11456
|
baseUrl: string;
|
|
10798
11457
|
compat: {
|
|
10799
11458
|
supportsDeveloperRole: false;
|
|
11459
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
10800
11460
|
};
|
|
10801
11461
|
reasoning: true;
|
|
10802
11462
|
input: ("image" | "text")[];
|
|
@@ -10817,6 +11477,7 @@ export declare const MODELS: {
|
|
|
10817
11477
|
baseUrl: string;
|
|
10818
11478
|
compat: {
|
|
10819
11479
|
supportsDeveloperRole: false;
|
|
11480
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
10820
11481
|
};
|
|
10821
11482
|
reasoning: true;
|
|
10822
11483
|
input: ("image" | "text")[];
|
|
@@ -10948,14 +11609,14 @@ export declare const MODELS: {
|
|
|
10948
11609
|
contextWindow: number;
|
|
10949
11610
|
maxTokens: number;
|
|
10950
11611
|
};
|
|
10951
|
-
readonly "nvidia/nemotron-
|
|
11612
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10952
11613
|
id: string;
|
|
10953
11614
|
name: string;
|
|
10954
11615
|
api: "openai-completions";
|
|
10955
11616
|
provider: string;
|
|
10956
11617
|
baseUrl: string;
|
|
10957
11618
|
reasoning: true;
|
|
10958
|
-
input:
|
|
11619
|
+
input: "text"[];
|
|
10959
11620
|
cost: {
|
|
10960
11621
|
input: number;
|
|
10961
11622
|
output: number;
|
|
@@ -10965,7 +11626,7 @@ export declare const MODELS: {
|
|
|
10965
11626
|
contextWindow: number;
|
|
10966
11627
|
maxTokens: number;
|
|
10967
11628
|
};
|
|
10968
|
-
readonly "nvidia/nemotron-
|
|
11629
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10969
11630
|
id: string;
|
|
10970
11631
|
name: string;
|
|
10971
11632
|
api: "openai-completions";
|
|
@@ -10982,7 +11643,24 @@ export declare const MODELS: {
|
|
|
10982
11643
|
contextWindow: number;
|
|
10983
11644
|
maxTokens: number;
|
|
10984
11645
|
};
|
|
10985
|
-
readonly "nvidia/nemotron-nano-
|
|
11646
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11647
|
+
id: string;
|
|
11648
|
+
name: string;
|
|
11649
|
+
api: "openai-completions";
|
|
11650
|
+
provider: string;
|
|
11651
|
+
baseUrl: string;
|
|
11652
|
+
reasoning: true;
|
|
11653
|
+
input: ("image" | "text")[];
|
|
11654
|
+
cost: {
|
|
11655
|
+
input: number;
|
|
11656
|
+
output: number;
|
|
11657
|
+
cacheRead: number;
|
|
11658
|
+
cacheWrite: number;
|
|
11659
|
+
};
|
|
11660
|
+
contextWindow: number;
|
|
11661
|
+
maxTokens: number;
|
|
11662
|
+
};
|
|
11663
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10986
11664
|
id: string;
|
|
10987
11665
|
name: string;
|
|
10988
11666
|
api: "openai-completions";
|
|
@@ -10999,13 +11677,13 @@ export declare const MODELS: {
|
|
|
10999
11677
|
contextWindow: number;
|
|
11000
11678
|
maxTokens: number;
|
|
11001
11679
|
};
|
|
11002
|
-
readonly "
|
|
11680
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11003
11681
|
id: string;
|
|
11004
11682
|
name: string;
|
|
11005
11683
|
api: "openai-completions";
|
|
11006
11684
|
provider: string;
|
|
11007
11685
|
baseUrl: string;
|
|
11008
|
-
reasoning:
|
|
11686
|
+
reasoning: true;
|
|
11009
11687
|
input: "text"[];
|
|
11010
11688
|
cost: {
|
|
11011
11689
|
input: number;
|
|
@@ -11016,7 +11694,7 @@ export declare const MODELS: {
|
|
|
11016
11694
|
contextWindow: number;
|
|
11017
11695
|
maxTokens: number;
|
|
11018
11696
|
};
|
|
11019
|
-
readonly "openai/gpt-3.5-turbo
|
|
11697
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
11020
11698
|
id: string;
|
|
11021
11699
|
name: string;
|
|
11022
11700
|
api: "openai-completions";
|
|
@@ -11033,7 +11711,7 @@ export declare const MODELS: {
|
|
|
11033
11711
|
contextWindow: number;
|
|
11034
11712
|
maxTokens: number;
|
|
11035
11713
|
};
|
|
11036
|
-
readonly "openai/gpt-3.5-turbo-
|
|
11714
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
11037
11715
|
id: string;
|
|
11038
11716
|
name: string;
|
|
11039
11717
|
api: "openai-completions";
|
|
@@ -11050,7 +11728,7 @@ export declare const MODELS: {
|
|
|
11050
11728
|
contextWindow: number;
|
|
11051
11729
|
maxTokens: number;
|
|
11052
11730
|
};
|
|
11053
|
-
readonly "openai/gpt-
|
|
11731
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
11054
11732
|
id: string;
|
|
11055
11733
|
name: string;
|
|
11056
11734
|
api: "openai-completions";
|
|
@@ -11067,7 +11745,7 @@ export declare const MODELS: {
|
|
|
11067
11745
|
contextWindow: number;
|
|
11068
11746
|
maxTokens: number;
|
|
11069
11747
|
};
|
|
11070
|
-
readonly "openai/gpt-4
|
|
11748
|
+
readonly "openai/gpt-4": {
|
|
11071
11749
|
id: string;
|
|
11072
11750
|
name: string;
|
|
11073
11751
|
api: "openai-completions";
|
|
@@ -12109,23 +12787,6 @@ export declare const MODELS: {
|
|
|
12109
12787
|
contextWindow: number;
|
|
12110
12788
|
maxTokens: number;
|
|
12111
12789
|
};
|
|
12112
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
12113
|
-
id: string;
|
|
12114
|
-
name: string;
|
|
12115
|
-
api: "openai-completions";
|
|
12116
|
-
provider: string;
|
|
12117
|
-
baseUrl: string;
|
|
12118
|
-
reasoning: false;
|
|
12119
|
-
input: "text"[];
|
|
12120
|
-
cost: {
|
|
12121
|
-
input: number;
|
|
12122
|
-
output: number;
|
|
12123
|
-
cacheRead: number;
|
|
12124
|
-
cacheWrite: number;
|
|
12125
|
-
};
|
|
12126
|
-
contextWindow: number;
|
|
12127
|
-
maxTokens: number;
|
|
12128
|
-
};
|
|
12129
12790
|
readonly "qwen/qwen-plus": {
|
|
12130
12791
|
id: string;
|
|
12131
12792
|
name: string;
|
|
@@ -12874,6 +13535,23 @@ export declare const MODELS: {
|
|
|
12874
13535
|
contextWindow: number;
|
|
12875
13536
|
maxTokens: number;
|
|
12876
13537
|
};
|
|
13538
|
+
readonly "qwen/qwen3.7-plus": {
|
|
13539
|
+
id: string;
|
|
13540
|
+
name: string;
|
|
13541
|
+
api: "openai-completions";
|
|
13542
|
+
provider: string;
|
|
13543
|
+
baseUrl: string;
|
|
13544
|
+
reasoning: true;
|
|
13545
|
+
input: ("image" | "text")[];
|
|
13546
|
+
cost: {
|
|
13547
|
+
input: number;
|
|
13548
|
+
output: number;
|
|
13549
|
+
cacheRead: number;
|
|
13550
|
+
cacheWrite: number;
|
|
13551
|
+
};
|
|
13552
|
+
contextWindow: number;
|
|
13553
|
+
maxTokens: number;
|
|
13554
|
+
};
|
|
12877
13555
|
readonly "rekaai/reka-edge": {
|
|
12878
13556
|
id: string;
|
|
12879
13557
|
name: string;
|
|
@@ -13112,40 +13790,6 @@ export declare const MODELS: {
|
|
|
13112
13790
|
contextWindow: number;
|
|
13113
13791
|
maxTokens: number;
|
|
13114
13792
|
};
|
|
13115
|
-
readonly "xiaomi/mimo-v2-omni": {
|
|
13116
|
-
id: string;
|
|
13117
|
-
name: string;
|
|
13118
|
-
api: "openai-completions";
|
|
13119
|
-
provider: string;
|
|
13120
|
-
baseUrl: string;
|
|
13121
|
-
reasoning: true;
|
|
13122
|
-
input: ("image" | "text")[];
|
|
13123
|
-
cost: {
|
|
13124
|
-
input: number;
|
|
13125
|
-
output: number;
|
|
13126
|
-
cacheRead: number;
|
|
13127
|
-
cacheWrite: number;
|
|
13128
|
-
};
|
|
13129
|
-
contextWindow: number;
|
|
13130
|
-
maxTokens: number;
|
|
13131
|
-
};
|
|
13132
|
-
readonly "xiaomi/mimo-v2-pro": {
|
|
13133
|
-
id: string;
|
|
13134
|
-
name: string;
|
|
13135
|
-
api: "openai-completions";
|
|
13136
|
-
provider: string;
|
|
13137
|
-
baseUrl: string;
|
|
13138
|
-
reasoning: true;
|
|
13139
|
-
input: "text"[];
|
|
13140
|
-
cost: {
|
|
13141
|
-
input: number;
|
|
13142
|
-
output: number;
|
|
13143
|
-
cacheRead: number;
|
|
13144
|
-
cacheWrite: number;
|
|
13145
|
-
};
|
|
13146
|
-
contextWindow: number;
|
|
13147
|
-
maxTokens: number;
|
|
13148
|
-
};
|
|
13149
13793
|
readonly "xiaomi/mimo-v2.5": {
|
|
13150
13794
|
id: string;
|
|
13151
13795
|
name: string;
|
|
@@ -14105,7 +14749,7 @@ export declare const MODELS: {
|
|
|
14105
14749
|
api: "anthropic-messages";
|
|
14106
14750
|
provider: string;
|
|
14107
14751
|
baseUrl: string;
|
|
14108
|
-
reasoning:
|
|
14752
|
+
reasoning: true;
|
|
14109
14753
|
input: "text"[];
|
|
14110
14754
|
cost: {
|
|
14111
14755
|
input: number;
|
|
@@ -14157,7 +14801,7 @@ export declare const MODELS: {
|
|
|
14157
14801
|
provider: string;
|
|
14158
14802
|
baseUrl: string;
|
|
14159
14803
|
reasoning: true;
|
|
14160
|
-
input:
|
|
14804
|
+
input: "text"[];
|
|
14161
14805
|
cost: {
|
|
14162
14806
|
input: number;
|
|
14163
14807
|
output: number;
|
|
@@ -14190,7 +14834,7 @@ export declare const MODELS: {
|
|
|
14190
14834
|
api: "anthropic-messages";
|
|
14191
14835
|
provider: string;
|
|
14192
14836
|
baseUrl: string;
|
|
14193
|
-
reasoning:
|
|
14837
|
+
reasoning: true;
|
|
14194
14838
|
input: "text"[];
|
|
14195
14839
|
cost: {
|
|
14196
14840
|
input: number;
|
|
@@ -14224,7 +14868,7 @@ export declare const MODELS: {
|
|
|
14224
14868
|
api: "anthropic-messages";
|
|
14225
14869
|
provider: string;
|
|
14226
14870
|
baseUrl: string;
|
|
14227
|
-
reasoning:
|
|
14871
|
+
reasoning: true;
|
|
14228
14872
|
input: "text"[];
|
|
14229
14873
|
cost: {
|
|
14230
14874
|
input: number;
|
|
@@ -14303,6 +14947,40 @@ export declare const MODELS: {
|
|
|
14303
14947
|
contextWindow: number;
|
|
14304
14948
|
maxTokens: number;
|
|
14305
14949
|
};
|
|
14950
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
14951
|
+
id: string;
|
|
14952
|
+
name: string;
|
|
14953
|
+
api: "anthropic-messages";
|
|
14954
|
+
provider: string;
|
|
14955
|
+
baseUrl: string;
|
|
14956
|
+
reasoning: false;
|
|
14957
|
+
input: "text"[];
|
|
14958
|
+
cost: {
|
|
14959
|
+
input: number;
|
|
14960
|
+
output: number;
|
|
14961
|
+
cacheRead: number;
|
|
14962
|
+
cacheWrite: number;
|
|
14963
|
+
};
|
|
14964
|
+
contextWindow: number;
|
|
14965
|
+
maxTokens: number;
|
|
14966
|
+
};
|
|
14967
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
14968
|
+
id: string;
|
|
14969
|
+
name: string;
|
|
14970
|
+
api: "anthropic-messages";
|
|
14971
|
+
provider: string;
|
|
14972
|
+
baseUrl: string;
|
|
14973
|
+
reasoning: true;
|
|
14974
|
+
input: "text"[];
|
|
14975
|
+
cost: {
|
|
14976
|
+
input: number;
|
|
14977
|
+
output: number;
|
|
14978
|
+
cacheRead: number;
|
|
14979
|
+
cacheWrite: number;
|
|
14980
|
+
};
|
|
14981
|
+
contextWindow: number;
|
|
14982
|
+
maxTokens: number;
|
|
14983
|
+
};
|
|
14306
14984
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
14307
14985
|
id: string;
|
|
14308
14986
|
name: string;
|
|
@@ -14337,7 +15015,24 @@ export declare const MODELS: {
|
|
|
14337
15015
|
contextWindow: number;
|
|
14338
15016
|
maxTokens: number;
|
|
14339
15017
|
};
|
|
14340
|
-
readonly "alibaba/qwen3.5-plus": {
|
|
15018
|
+
readonly "alibaba/qwen3.5-plus": {
|
|
15019
|
+
id: string;
|
|
15020
|
+
name: string;
|
|
15021
|
+
api: "anthropic-messages";
|
|
15022
|
+
provider: string;
|
|
15023
|
+
baseUrl: string;
|
|
15024
|
+
reasoning: true;
|
|
15025
|
+
input: ("image" | "text")[];
|
|
15026
|
+
cost: {
|
|
15027
|
+
input: number;
|
|
15028
|
+
output: number;
|
|
15029
|
+
cacheRead: number;
|
|
15030
|
+
cacheWrite: number;
|
|
15031
|
+
};
|
|
15032
|
+
contextWindow: number;
|
|
15033
|
+
maxTokens: number;
|
|
15034
|
+
};
|
|
15035
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
14341
15036
|
id: string;
|
|
14342
15037
|
name: string;
|
|
14343
15038
|
api: "anthropic-messages";
|
|
@@ -14354,7 +15049,7 @@ export declare const MODELS: {
|
|
|
14354
15049
|
contextWindow: number;
|
|
14355
15050
|
maxTokens: number;
|
|
14356
15051
|
};
|
|
14357
|
-
readonly "alibaba/qwen3.6-
|
|
15052
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
14358
15053
|
id: string;
|
|
14359
15054
|
name: string;
|
|
14360
15055
|
api: "anthropic-messages";
|
|
@@ -14371,14 +15066,14 @@ export declare const MODELS: {
|
|
|
14371
15066
|
contextWindow: number;
|
|
14372
15067
|
maxTokens: number;
|
|
14373
15068
|
};
|
|
14374
|
-
readonly "alibaba/qwen3.
|
|
15069
|
+
readonly "alibaba/qwen3.7-max": {
|
|
14375
15070
|
id: string;
|
|
14376
15071
|
name: string;
|
|
14377
15072
|
api: "anthropic-messages";
|
|
14378
15073
|
provider: string;
|
|
14379
15074
|
baseUrl: string;
|
|
14380
15075
|
reasoning: true;
|
|
14381
|
-
input:
|
|
15076
|
+
input: "text"[];
|
|
14382
15077
|
cost: {
|
|
14383
15078
|
input: number;
|
|
14384
15079
|
output: number;
|
|
@@ -14388,7 +15083,7 @@ export declare const MODELS: {
|
|
|
14388
15083
|
contextWindow: number;
|
|
14389
15084
|
maxTokens: number;
|
|
14390
15085
|
};
|
|
14391
|
-
readonly "alibaba/qwen3.7-
|
|
15086
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14392
15087
|
id: string;
|
|
14393
15088
|
name: string;
|
|
14394
15089
|
api: "anthropic-messages";
|
|
@@ -14538,6 +15233,7 @@ export declare const MODELS: {
|
|
|
14538
15233
|
baseUrl: string;
|
|
14539
15234
|
compat: {
|
|
14540
15235
|
forceAdaptiveThinking: true;
|
|
15236
|
+
supportsTemperature: false;
|
|
14541
15237
|
};
|
|
14542
15238
|
reasoning: true;
|
|
14543
15239
|
thinkingLevelMap: {
|
|
@@ -14561,6 +15257,7 @@ export declare const MODELS: {
|
|
|
14561
15257
|
baseUrl: string;
|
|
14562
15258
|
compat: {
|
|
14563
15259
|
forceAdaptiveThinking: true;
|
|
15260
|
+
supportsTemperature: false;
|
|
14564
15261
|
};
|
|
14565
15262
|
reasoning: true;
|
|
14566
15263
|
thinkingLevelMap: {
|
|
@@ -14772,8 +15469,8 @@ export declare const MODELS: {
|
|
|
14772
15469
|
api: "anthropic-messages";
|
|
14773
15470
|
provider: string;
|
|
14774
15471
|
baseUrl: string;
|
|
14775
|
-
reasoning:
|
|
14776
|
-
input: "text"[];
|
|
15472
|
+
reasoning: true;
|
|
15473
|
+
input: ("image" | "text")[];
|
|
14777
15474
|
cost: {
|
|
14778
15475
|
input: number;
|
|
14779
15476
|
output: number;
|
|
@@ -14789,8 +15486,8 @@ export declare const MODELS: {
|
|
|
14789
15486
|
api: "anthropic-messages";
|
|
14790
15487
|
provider: string;
|
|
14791
15488
|
baseUrl: string;
|
|
14792
|
-
reasoning:
|
|
14793
|
-
input: "text"[];
|
|
15489
|
+
reasoning: true;
|
|
15490
|
+
input: ("image" | "text")[];
|
|
14794
15491
|
cost: {
|
|
14795
15492
|
input: number;
|
|
14796
15493
|
output: number;
|
|
@@ -14807,7 +15504,7 @@ export declare const MODELS: {
|
|
|
14807
15504
|
provider: string;
|
|
14808
15505
|
baseUrl: string;
|
|
14809
15506
|
reasoning: true;
|
|
14810
|
-
input: "text"[];
|
|
15507
|
+
input: ("image" | "text")[];
|
|
14811
15508
|
cost: {
|
|
14812
15509
|
input: number;
|
|
14813
15510
|
output: number;
|
|
@@ -15027,7 +15724,7 @@ export declare const MODELS: {
|
|
|
15027
15724
|
api: "anthropic-messages";
|
|
15028
15725
|
provider: string;
|
|
15029
15726
|
baseUrl: string;
|
|
15030
|
-
reasoning:
|
|
15727
|
+
reasoning: true;
|
|
15031
15728
|
input: ("image" | "text")[];
|
|
15032
15729
|
cost: {
|
|
15033
15730
|
input: number;
|
|
@@ -15334,7 +16031,7 @@ export declare const MODELS: {
|
|
|
15334
16031
|
provider: string;
|
|
15335
16032
|
baseUrl: string;
|
|
15336
16033
|
reasoning: true;
|
|
15337
|
-
input:
|
|
16034
|
+
input: "text"[];
|
|
15338
16035
|
cost: {
|
|
15339
16036
|
input: number;
|
|
15340
16037
|
output: number;
|
|
@@ -15345,6 +16042,23 @@ export declare const MODELS: {
|
|
|
15345
16042
|
maxTokens: number;
|
|
15346
16043
|
};
|
|
15347
16044
|
readonly "minimax/minimax-m2.7-highspeed": {
|
|
16045
|
+
id: string;
|
|
16046
|
+
name: string;
|
|
16047
|
+
api: "anthropic-messages";
|
|
16048
|
+
provider: string;
|
|
16049
|
+
baseUrl: string;
|
|
16050
|
+
reasoning: true;
|
|
16051
|
+
input: "text"[];
|
|
16052
|
+
cost: {
|
|
16053
|
+
input: number;
|
|
16054
|
+
output: number;
|
|
16055
|
+
cacheRead: number;
|
|
16056
|
+
cacheWrite: number;
|
|
16057
|
+
};
|
|
16058
|
+
contextWindow: number;
|
|
16059
|
+
maxTokens: number;
|
|
16060
|
+
};
|
|
16061
|
+
readonly "minimax/minimax-m3": {
|
|
15348
16062
|
id: string;
|
|
15349
16063
|
name: string;
|
|
15350
16064
|
api: "anthropic-messages";
|
|
@@ -15497,6 +16211,23 @@ export declare const MODELS: {
|
|
|
15497
16211
|
contextWindow: number;
|
|
15498
16212
|
maxTokens: number;
|
|
15499
16213
|
};
|
|
16214
|
+
readonly "mistral/mistral-nemo": {
|
|
16215
|
+
id: string;
|
|
16216
|
+
name: string;
|
|
16217
|
+
api: "anthropic-messages";
|
|
16218
|
+
provider: string;
|
|
16219
|
+
baseUrl: string;
|
|
16220
|
+
reasoning: false;
|
|
16221
|
+
input: "text"[];
|
|
16222
|
+
cost: {
|
|
16223
|
+
input: number;
|
|
16224
|
+
output: number;
|
|
16225
|
+
cacheRead: number;
|
|
16226
|
+
cacheWrite: number;
|
|
16227
|
+
};
|
|
16228
|
+
contextWindow: number;
|
|
16229
|
+
maxTokens: number;
|
|
16230
|
+
};
|
|
15500
16231
|
readonly "mistral/mistral-small": {
|
|
15501
16232
|
id: string;
|
|
15502
16233
|
name: string;
|
|
@@ -15650,6 +16381,40 @@ export declare const MODELS: {
|
|
|
15650
16381
|
contextWindow: number;
|
|
15651
16382
|
maxTokens: number;
|
|
15652
16383
|
};
|
|
16384
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
16385
|
+
id: string;
|
|
16386
|
+
name: string;
|
|
16387
|
+
api: "anthropic-messages";
|
|
16388
|
+
provider: string;
|
|
16389
|
+
baseUrl: string;
|
|
16390
|
+
reasoning: true;
|
|
16391
|
+
input: "text"[];
|
|
16392
|
+
cost: {
|
|
16393
|
+
input: number;
|
|
16394
|
+
output: number;
|
|
16395
|
+
cacheRead: number;
|
|
16396
|
+
cacheWrite: number;
|
|
16397
|
+
};
|
|
16398
|
+
contextWindow: number;
|
|
16399
|
+
maxTokens: number;
|
|
16400
|
+
};
|
|
16401
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
16402
|
+
id: string;
|
|
16403
|
+
name: string;
|
|
16404
|
+
api: "anthropic-messages";
|
|
16405
|
+
provider: string;
|
|
16406
|
+
baseUrl: string;
|
|
16407
|
+
reasoning: true;
|
|
16408
|
+
input: "text"[];
|
|
16409
|
+
cost: {
|
|
16410
|
+
input: number;
|
|
16411
|
+
output: number;
|
|
16412
|
+
cacheRead: number;
|
|
16413
|
+
cacheWrite: number;
|
|
16414
|
+
};
|
|
16415
|
+
contextWindow: number;
|
|
16416
|
+
maxTokens: number;
|
|
16417
|
+
};
|
|
15653
16418
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15654
16419
|
id: string;
|
|
15655
16420
|
name: string;
|
|
@@ -15827,7 +16592,7 @@ export declare const MODELS: {
|
|
|
15827
16592
|
provider: string;
|
|
15828
16593
|
baseUrl: string;
|
|
15829
16594
|
reasoning: true;
|
|
15830
|
-
input: "text"[];
|
|
16595
|
+
input: ("image" | "text")[];
|
|
15831
16596
|
cost: {
|
|
15832
16597
|
input: number;
|
|
15833
16598
|
output: number;
|
|
@@ -16216,6 +16981,23 @@ export declare const MODELS: {
|
|
|
16216
16981
|
contextWindow: number;
|
|
16217
16982
|
maxTokens: number;
|
|
16218
16983
|
};
|
|
16984
|
+
readonly "openai/gpt-oss-120b": {
|
|
16985
|
+
id: string;
|
|
16986
|
+
name: string;
|
|
16987
|
+
api: "anthropic-messages";
|
|
16988
|
+
provider: string;
|
|
16989
|
+
baseUrl: string;
|
|
16990
|
+
reasoning: true;
|
|
16991
|
+
input: "text"[];
|
|
16992
|
+
cost: {
|
|
16993
|
+
input: number;
|
|
16994
|
+
output: number;
|
|
16995
|
+
cacheRead: number;
|
|
16996
|
+
cacheWrite: number;
|
|
16997
|
+
};
|
|
16998
|
+
contextWindow: number;
|
|
16999
|
+
maxTokens: number;
|
|
17000
|
+
};
|
|
16219
17001
|
readonly "openai/gpt-oss-20b": {
|
|
16220
17002
|
id: string;
|
|
16221
17003
|
name: string;
|
|
@@ -16386,6 +17168,40 @@ export declare const MODELS: {
|
|
|
16386
17168
|
contextWindow: number;
|
|
16387
17169
|
maxTokens: number;
|
|
16388
17170
|
};
|
|
17171
|
+
readonly "stepfun/step-3.5-flash": {
|
|
17172
|
+
id: string;
|
|
17173
|
+
name: string;
|
|
17174
|
+
api: "anthropic-messages";
|
|
17175
|
+
provider: string;
|
|
17176
|
+
baseUrl: string;
|
|
17177
|
+
reasoning: true;
|
|
17178
|
+
input: "text"[];
|
|
17179
|
+
cost: {
|
|
17180
|
+
input: number;
|
|
17181
|
+
output: number;
|
|
17182
|
+
cacheRead: number;
|
|
17183
|
+
cacheWrite: number;
|
|
17184
|
+
};
|
|
17185
|
+
contextWindow: number;
|
|
17186
|
+
maxTokens: number;
|
|
17187
|
+
};
|
|
17188
|
+
readonly "stepfun/step-3.7-flash": {
|
|
17189
|
+
id: string;
|
|
17190
|
+
name: string;
|
|
17191
|
+
api: "anthropic-messages";
|
|
17192
|
+
provider: string;
|
|
17193
|
+
baseUrl: string;
|
|
17194
|
+
reasoning: true;
|
|
17195
|
+
input: ("image" | "text")[];
|
|
17196
|
+
cost: {
|
|
17197
|
+
input: number;
|
|
17198
|
+
output: number;
|
|
17199
|
+
cacheRead: number;
|
|
17200
|
+
cacheWrite: number;
|
|
17201
|
+
};
|
|
17202
|
+
contextWindow: number;
|
|
17203
|
+
maxTokens: number;
|
|
17204
|
+
};
|
|
16389
17205
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16390
17206
|
id: string;
|
|
16391
17207
|
name: string;
|
|
@@ -16664,7 +17480,7 @@ export declare const MODELS: {
|
|
|
16664
17480
|
api: "anthropic-messages";
|
|
16665
17481
|
provider: string;
|
|
16666
17482
|
baseUrl: string;
|
|
16667
|
-
reasoning:
|
|
17483
|
+
reasoning: true;
|
|
16668
17484
|
input: ("image" | "text")[];
|
|
16669
17485
|
cost: {
|
|
16670
17486
|
input: number;
|
|
@@ -16818,7 +17634,7 @@ export declare const MODELS: {
|
|
|
16818
17634
|
provider: string;
|
|
16819
17635
|
baseUrl: string;
|
|
16820
17636
|
reasoning: true;
|
|
16821
|
-
input: "text"[];
|
|
17637
|
+
input: ("image" | "text")[];
|
|
16822
17638
|
cost: {
|
|
16823
17639
|
input: number;
|
|
16824
17640
|
output: number;
|
|
@@ -17443,5 +18259,116 @@ export declare const MODELS: {
|
|
|
17443
18259
|
maxTokens: number;
|
|
17444
18260
|
};
|
|
17445
18261
|
};
|
|
18262
|
+
readonly "zai-coding-cn": {
|
|
18263
|
+
readonly "glm-4.5-air": {
|
|
18264
|
+
id: string;
|
|
18265
|
+
name: string;
|
|
18266
|
+
api: "openai-completions";
|
|
18267
|
+
provider: string;
|
|
18268
|
+
baseUrl: string;
|
|
18269
|
+
compat: {
|
|
18270
|
+
supportsDeveloperRole: false;
|
|
18271
|
+
thinkingFormat: "zai";
|
|
18272
|
+
};
|
|
18273
|
+
reasoning: true;
|
|
18274
|
+
input: "text"[];
|
|
18275
|
+
cost: {
|
|
18276
|
+
input: number;
|
|
18277
|
+
output: number;
|
|
18278
|
+
cacheRead: number;
|
|
18279
|
+
cacheWrite: number;
|
|
18280
|
+
};
|
|
18281
|
+
contextWindow: number;
|
|
18282
|
+
maxTokens: number;
|
|
18283
|
+
};
|
|
18284
|
+
readonly "glm-4.7": {
|
|
18285
|
+
id: string;
|
|
18286
|
+
name: string;
|
|
18287
|
+
api: "openai-completions";
|
|
18288
|
+
provider: string;
|
|
18289
|
+
baseUrl: string;
|
|
18290
|
+
compat: {
|
|
18291
|
+
supportsDeveloperRole: false;
|
|
18292
|
+
thinkingFormat: "zai";
|
|
18293
|
+
zaiToolStream: true;
|
|
18294
|
+
};
|
|
18295
|
+
reasoning: true;
|
|
18296
|
+
input: "text"[];
|
|
18297
|
+
cost: {
|
|
18298
|
+
input: number;
|
|
18299
|
+
output: number;
|
|
18300
|
+
cacheRead: number;
|
|
18301
|
+
cacheWrite: number;
|
|
18302
|
+
};
|
|
18303
|
+
contextWindow: number;
|
|
18304
|
+
maxTokens: number;
|
|
18305
|
+
};
|
|
18306
|
+
readonly "glm-5-turbo": {
|
|
18307
|
+
id: string;
|
|
18308
|
+
name: string;
|
|
18309
|
+
api: "openai-completions";
|
|
18310
|
+
provider: string;
|
|
18311
|
+
baseUrl: string;
|
|
18312
|
+
compat: {
|
|
18313
|
+
supportsDeveloperRole: false;
|
|
18314
|
+
thinkingFormat: "zai";
|
|
18315
|
+
zaiToolStream: true;
|
|
18316
|
+
};
|
|
18317
|
+
reasoning: true;
|
|
18318
|
+
input: "text"[];
|
|
18319
|
+
cost: {
|
|
18320
|
+
input: number;
|
|
18321
|
+
output: number;
|
|
18322
|
+
cacheRead: number;
|
|
18323
|
+
cacheWrite: number;
|
|
18324
|
+
};
|
|
18325
|
+
contextWindow: number;
|
|
18326
|
+
maxTokens: number;
|
|
18327
|
+
};
|
|
18328
|
+
readonly "glm-5.1": {
|
|
18329
|
+
id: string;
|
|
18330
|
+
name: string;
|
|
18331
|
+
api: "openai-completions";
|
|
18332
|
+
provider: string;
|
|
18333
|
+
baseUrl: string;
|
|
18334
|
+
compat: {
|
|
18335
|
+
supportsDeveloperRole: false;
|
|
18336
|
+
thinkingFormat: "zai";
|
|
18337
|
+
zaiToolStream: true;
|
|
18338
|
+
};
|
|
18339
|
+
reasoning: true;
|
|
18340
|
+
input: "text"[];
|
|
18341
|
+
cost: {
|
|
18342
|
+
input: number;
|
|
18343
|
+
output: number;
|
|
18344
|
+
cacheRead: number;
|
|
18345
|
+
cacheWrite: number;
|
|
18346
|
+
};
|
|
18347
|
+
contextWindow: number;
|
|
18348
|
+
maxTokens: number;
|
|
18349
|
+
};
|
|
18350
|
+
readonly "glm-5v-turbo": {
|
|
18351
|
+
id: string;
|
|
18352
|
+
name: string;
|
|
18353
|
+
api: "openai-completions";
|
|
18354
|
+
provider: string;
|
|
18355
|
+
baseUrl: string;
|
|
18356
|
+
compat: {
|
|
18357
|
+
supportsDeveloperRole: false;
|
|
18358
|
+
thinkingFormat: "zai";
|
|
18359
|
+
zaiToolStream: true;
|
|
18360
|
+
};
|
|
18361
|
+
reasoning: true;
|
|
18362
|
+
input: ("image" | "text")[];
|
|
18363
|
+
cost: {
|
|
18364
|
+
input: number;
|
|
18365
|
+
output: number;
|
|
18366
|
+
cacheRead: number;
|
|
18367
|
+
cacheWrite: number;
|
|
18368
|
+
};
|
|
18369
|
+
contextWindow: number;
|
|
18370
|
+
maxTokens: number;
|
|
18371
|
+
};
|
|
18372
|
+
};
|
|
17446
18373
|
};
|
|
17447
18374
|
//# sourceMappingURL=models.generated.d.ts.map
|