omk-ai 0.95.0 → 0.95.2
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 +31 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +236 -681
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +81 -622
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +45 -20
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +2 -2
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/openai-codex-moa-stream-limits.d.ts +0 -1
- package/dist/providers/openai-codex-moa-stream-limits.d.ts.map +1 -1
- package/dist/providers/openai-codex-moa-stream-limits.js +1 -17
- package/dist/providers/openai-codex-moa-stream-limits.js.map +1 -1
- package/dist/providers/openai-codex-moa.d.ts.map +1 -1
- package/dist/providers/openai-codex-moa.js +2 -11
- package/dist/providers/openai-codex-moa.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +2 -2
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +23 -10
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-prompt-cache.d.ts +6 -0
- package/dist/providers/openai-prompt-cache.d.ts.map +1 -1
- package/dist/providers/openai-prompt-cache.js +13 -0
- package/dist/providers/openai-prompt-cache.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +4 -2
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/providers/prompt-cache.d.ts +10 -0
- package/dist/providers/prompt-cache.d.ts.map +1 -0
- package/dist/providers/prompt-cache.js +40 -0
- package/dist/providers/prompt-cache.js.map +1 -0
- package/dist/providers/tool-schema.d.ts.map +1 -1
- package/dist/providers/tool-schema.js +10 -4
- package/dist/providers/tool-schema.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +5 -5
|
@@ -4087,6 +4087,15 @@ export declare const MODELS: {
|
|
|
4087
4087
|
sendSessionAffinityHeaders: true;
|
|
4088
4088
|
};
|
|
4089
4089
|
reasoning: true;
|
|
4090
|
+
thinkingLevelMap: {
|
|
4091
|
+
off: null;
|
|
4092
|
+
minimal: null;
|
|
4093
|
+
low: string;
|
|
4094
|
+
medium: string;
|
|
4095
|
+
high: string;
|
|
4096
|
+
xhigh: string;
|
|
4097
|
+
max: string;
|
|
4098
|
+
};
|
|
4090
4099
|
input: "text"[];
|
|
4091
4100
|
cost: {
|
|
4092
4101
|
input: number;
|
|
@@ -4353,6 +4362,15 @@ export declare const MODELS: {
|
|
|
4353
4362
|
sendSessionAffinityHeaders: true;
|
|
4354
4363
|
};
|
|
4355
4364
|
reasoning: true;
|
|
4365
|
+
thinkingLevelMap: {
|
|
4366
|
+
off: null;
|
|
4367
|
+
minimal: null;
|
|
4368
|
+
low: string;
|
|
4369
|
+
medium: string;
|
|
4370
|
+
high: string;
|
|
4371
|
+
xhigh: string;
|
|
4372
|
+
max: string;
|
|
4373
|
+
};
|
|
4356
4374
|
input: "text"[];
|
|
4357
4375
|
cost: {
|
|
4358
4376
|
input: number;
|
|
@@ -4482,6 +4500,15 @@ export declare const MODELS: {
|
|
|
4482
4500
|
supportsLongCacheRetention: false;
|
|
4483
4501
|
};
|
|
4484
4502
|
reasoning: true;
|
|
4503
|
+
thinkingLevelMap: {
|
|
4504
|
+
off: null;
|
|
4505
|
+
minimal: null;
|
|
4506
|
+
low: string;
|
|
4507
|
+
medium: string;
|
|
4508
|
+
high: string;
|
|
4509
|
+
xhigh: string;
|
|
4510
|
+
max: string;
|
|
4511
|
+
};
|
|
4485
4512
|
input: "text"[];
|
|
4486
4513
|
cost: {
|
|
4487
4514
|
input: number;
|
|
@@ -4693,6 +4720,15 @@ export declare const MODELS: {
|
|
|
4693
4720
|
supportsLongCacheRetention: false;
|
|
4694
4721
|
};
|
|
4695
4722
|
reasoning: true;
|
|
4723
|
+
thinkingLevelMap: {
|
|
4724
|
+
off: null;
|
|
4725
|
+
minimal: null;
|
|
4726
|
+
low: string;
|
|
4727
|
+
medium: string;
|
|
4728
|
+
high: string;
|
|
4729
|
+
xhigh: string;
|
|
4730
|
+
max: string;
|
|
4731
|
+
};
|
|
4696
4732
|
input: "text"[];
|
|
4697
4733
|
cost: {
|
|
4698
4734
|
input: number;
|
|
@@ -7545,6 +7581,15 @@ export declare const MODELS: {
|
|
|
7545
7581
|
supportsDeveloperRole: false;
|
|
7546
7582
|
};
|
|
7547
7583
|
reasoning: true;
|
|
7584
|
+
thinkingLevelMap: {
|
|
7585
|
+
off: null;
|
|
7586
|
+
minimal: null;
|
|
7587
|
+
low: string;
|
|
7588
|
+
medium: string;
|
|
7589
|
+
high: string;
|
|
7590
|
+
xhigh: string;
|
|
7591
|
+
max: string;
|
|
7592
|
+
};
|
|
7548
7593
|
input: "text"[];
|
|
7549
7594
|
cost: {
|
|
7550
7595
|
input: number;
|
|
@@ -9603,6 +9648,15 @@ export declare const MODELS: {
|
|
|
9603
9648
|
supportsLongCacheRetention: false;
|
|
9604
9649
|
};
|
|
9605
9650
|
reasoning: true;
|
|
9651
|
+
thinkingLevelMap: {
|
|
9652
|
+
off: null;
|
|
9653
|
+
minimal: null;
|
|
9654
|
+
low: string;
|
|
9655
|
+
medium: string;
|
|
9656
|
+
high: string;
|
|
9657
|
+
xhigh: string;
|
|
9658
|
+
max: string;
|
|
9659
|
+
};
|
|
9606
9660
|
input: "text"[];
|
|
9607
9661
|
cost: {
|
|
9608
9662
|
input: number;
|
|
@@ -11072,6 +11126,15 @@ export declare const MODELS: {
|
|
|
11072
11126
|
provider: string;
|
|
11073
11127
|
baseUrl: string;
|
|
11074
11128
|
reasoning: true;
|
|
11129
|
+
thinkingLevelMap: {
|
|
11130
|
+
off: null;
|
|
11131
|
+
minimal: null;
|
|
11132
|
+
low: string;
|
|
11133
|
+
medium: string;
|
|
11134
|
+
high: string;
|
|
11135
|
+
xhigh: string;
|
|
11136
|
+
max: string;
|
|
11137
|
+
};
|
|
11075
11138
|
input: "text"[];
|
|
11076
11139
|
cost: {
|
|
11077
11140
|
input: number;
|
|
@@ -11854,6 +11917,15 @@ export declare const MODELS: {
|
|
|
11854
11917
|
provider: string;
|
|
11855
11918
|
baseUrl: string;
|
|
11856
11919
|
reasoning: true;
|
|
11920
|
+
thinkingLevelMap: {
|
|
11921
|
+
off: null;
|
|
11922
|
+
minimal: null;
|
|
11923
|
+
low: string;
|
|
11924
|
+
medium: string;
|
|
11925
|
+
high: string;
|
|
11926
|
+
xhigh: string;
|
|
11927
|
+
max: string;
|
|
11928
|
+
};
|
|
11857
11929
|
input: "text"[];
|
|
11858
11930
|
cost: {
|
|
11859
11931
|
input: number;
|
|
@@ -12303,23 +12375,6 @@ export declare const MODELS: {
|
|
|
12303
12375
|
contextWindow: number;
|
|
12304
12376
|
maxTokens: number;
|
|
12305
12377
|
};
|
|
12306
|
-
readonly "anthropic/claude-fable-5:batch": {
|
|
12307
|
-
id: string;
|
|
12308
|
-
name: string;
|
|
12309
|
-
api: "openai-completions";
|
|
12310
|
-
provider: string;
|
|
12311
|
-
baseUrl: string;
|
|
12312
|
-
reasoning: true;
|
|
12313
|
-
input: ("image" | "text")[];
|
|
12314
|
-
cost: {
|
|
12315
|
-
input: number;
|
|
12316
|
-
output: number;
|
|
12317
|
-
cacheRead: number;
|
|
12318
|
-
cacheWrite: number;
|
|
12319
|
-
};
|
|
12320
|
-
contextWindow: number;
|
|
12321
|
-
maxTokens: number;
|
|
12322
|
-
};
|
|
12323
12378
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12324
12379
|
id: string;
|
|
12325
12380
|
name: string;
|
|
@@ -12337,23 +12392,6 @@ export declare const MODELS: {
|
|
|
12337
12392
|
contextWindow: number;
|
|
12338
12393
|
maxTokens: number;
|
|
12339
12394
|
};
|
|
12340
|
-
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
12341
|
-
id: string;
|
|
12342
|
-
name: string;
|
|
12343
|
-
api: "openai-completions";
|
|
12344
|
-
provider: string;
|
|
12345
|
-
baseUrl: string;
|
|
12346
|
-
reasoning: true;
|
|
12347
|
-
input: ("image" | "text")[];
|
|
12348
|
-
cost: {
|
|
12349
|
-
input: number;
|
|
12350
|
-
output: number;
|
|
12351
|
-
cacheRead: number;
|
|
12352
|
-
cacheWrite: number;
|
|
12353
|
-
};
|
|
12354
|
-
contextWindow: number;
|
|
12355
|
-
maxTokens: number;
|
|
12356
|
-
};
|
|
12357
12395
|
readonly "anthropic/claude-opus-4": {
|
|
12358
12396
|
id: string;
|
|
12359
12397
|
name: string;
|
|
@@ -12388,23 +12426,6 @@ export declare const MODELS: {
|
|
|
12388
12426
|
contextWindow: number;
|
|
12389
12427
|
maxTokens: number;
|
|
12390
12428
|
};
|
|
12391
|
-
readonly "anthropic/claude-opus-4.1:batch": {
|
|
12392
|
-
id: string;
|
|
12393
|
-
name: string;
|
|
12394
|
-
api: "openai-completions";
|
|
12395
|
-
provider: string;
|
|
12396
|
-
baseUrl: string;
|
|
12397
|
-
reasoning: true;
|
|
12398
|
-
input: ("image" | "text")[];
|
|
12399
|
-
cost: {
|
|
12400
|
-
input: number;
|
|
12401
|
-
output: number;
|
|
12402
|
-
cacheRead: number;
|
|
12403
|
-
cacheWrite: number;
|
|
12404
|
-
};
|
|
12405
|
-
contextWindow: number;
|
|
12406
|
-
maxTokens: number;
|
|
12407
|
-
};
|
|
12408
12429
|
readonly "anthropic/claude-opus-4.5": {
|
|
12409
12430
|
id: string;
|
|
12410
12431
|
name: string;
|
|
@@ -12422,23 +12443,6 @@ export declare const MODELS: {
|
|
|
12422
12443
|
contextWindow: number;
|
|
12423
12444
|
maxTokens: number;
|
|
12424
12445
|
};
|
|
12425
|
-
readonly "anthropic/claude-opus-4.5:batch": {
|
|
12426
|
-
id: string;
|
|
12427
|
-
name: string;
|
|
12428
|
-
api: "openai-completions";
|
|
12429
|
-
provider: string;
|
|
12430
|
-
baseUrl: string;
|
|
12431
|
-
reasoning: true;
|
|
12432
|
-
input: ("image" | "text")[];
|
|
12433
|
-
cost: {
|
|
12434
|
-
input: number;
|
|
12435
|
-
output: number;
|
|
12436
|
-
cacheRead: number;
|
|
12437
|
-
cacheWrite: number;
|
|
12438
|
-
};
|
|
12439
|
-
contextWindow: number;
|
|
12440
|
-
maxTokens: number;
|
|
12441
|
-
};
|
|
12442
12446
|
readonly "anthropic/claude-opus-4.6": {
|
|
12443
12447
|
id: string;
|
|
12444
12448
|
name: string;
|
|
@@ -12459,26 +12463,6 @@ export declare const MODELS: {
|
|
|
12459
12463
|
contextWindow: number;
|
|
12460
12464
|
maxTokens: number;
|
|
12461
12465
|
};
|
|
12462
|
-
readonly "anthropic/claude-opus-4.6:batch": {
|
|
12463
|
-
id: string;
|
|
12464
|
-
name: string;
|
|
12465
|
-
api: "openai-completions";
|
|
12466
|
-
provider: string;
|
|
12467
|
-
baseUrl: string;
|
|
12468
|
-
reasoning: true;
|
|
12469
|
-
thinkingLevelMap: {
|
|
12470
|
-
xhigh: string;
|
|
12471
|
-
};
|
|
12472
|
-
input: ("image" | "text")[];
|
|
12473
|
-
cost: {
|
|
12474
|
-
input: number;
|
|
12475
|
-
output: number;
|
|
12476
|
-
cacheRead: number;
|
|
12477
|
-
cacheWrite: number;
|
|
12478
|
-
};
|
|
12479
|
-
contextWindow: number;
|
|
12480
|
-
maxTokens: number;
|
|
12481
|
-
};
|
|
12482
12466
|
readonly "anthropic/claude-opus-4.7": {
|
|
12483
12467
|
id: string;
|
|
12484
12468
|
name: string;
|
|
@@ -12521,27 +12505,6 @@ export declare const MODELS: {
|
|
|
12521
12505
|
contextWindow: number;
|
|
12522
12506
|
maxTokens: number;
|
|
12523
12507
|
};
|
|
12524
|
-
readonly "anthropic/claude-opus-4.7:batch": {
|
|
12525
|
-
id: string;
|
|
12526
|
-
name: string;
|
|
12527
|
-
api: "openai-completions";
|
|
12528
|
-
provider: string;
|
|
12529
|
-
baseUrl: string;
|
|
12530
|
-
reasoning: true;
|
|
12531
|
-
thinkingLevelMap: {
|
|
12532
|
-
xhigh: string;
|
|
12533
|
-
max: string;
|
|
12534
|
-
};
|
|
12535
|
-
input: ("image" | "text")[];
|
|
12536
|
-
cost: {
|
|
12537
|
-
input: number;
|
|
12538
|
-
output: number;
|
|
12539
|
-
cacheRead: number;
|
|
12540
|
-
cacheWrite: number;
|
|
12541
|
-
};
|
|
12542
|
-
contextWindow: number;
|
|
12543
|
-
maxTokens: number;
|
|
12544
|
-
};
|
|
12545
12508
|
readonly "anthropic/claude-opus-4.8": {
|
|
12546
12509
|
id: string;
|
|
12547
12510
|
name: string;
|
|
@@ -12584,27 +12547,6 @@ export declare const MODELS: {
|
|
|
12584
12547
|
contextWindow: number;
|
|
12585
12548
|
maxTokens: number;
|
|
12586
12549
|
};
|
|
12587
|
-
readonly "anthropic/claude-opus-4.8:batch": {
|
|
12588
|
-
id: string;
|
|
12589
|
-
name: string;
|
|
12590
|
-
api: "openai-completions";
|
|
12591
|
-
provider: string;
|
|
12592
|
-
baseUrl: string;
|
|
12593
|
-
reasoning: true;
|
|
12594
|
-
thinkingLevelMap: {
|
|
12595
|
-
xhigh: string;
|
|
12596
|
-
max: string;
|
|
12597
|
-
};
|
|
12598
|
-
input: ("image" | "text")[];
|
|
12599
|
-
cost: {
|
|
12600
|
-
input: number;
|
|
12601
|
-
output: number;
|
|
12602
|
-
cacheRead: number;
|
|
12603
|
-
cacheWrite: number;
|
|
12604
|
-
};
|
|
12605
|
-
contextWindow: number;
|
|
12606
|
-
maxTokens: number;
|
|
12607
|
-
};
|
|
12608
12550
|
readonly "anthropic/claude-opus-5": {
|
|
12609
12551
|
id: string;
|
|
12610
12552
|
name: string;
|
|
@@ -12673,23 +12615,6 @@ export declare const MODELS: {
|
|
|
12673
12615
|
contextWindow: number;
|
|
12674
12616
|
maxTokens: number;
|
|
12675
12617
|
};
|
|
12676
|
-
readonly "anthropic/claude-sonnet-4.5:batch": {
|
|
12677
|
-
id: string;
|
|
12678
|
-
name: string;
|
|
12679
|
-
api: "openai-completions";
|
|
12680
|
-
provider: string;
|
|
12681
|
-
baseUrl: string;
|
|
12682
|
-
reasoning: true;
|
|
12683
|
-
input: ("image" | "text")[];
|
|
12684
|
-
cost: {
|
|
12685
|
-
input: number;
|
|
12686
|
-
output: number;
|
|
12687
|
-
cacheRead: number;
|
|
12688
|
-
cacheWrite: number;
|
|
12689
|
-
};
|
|
12690
|
-
contextWindow: number;
|
|
12691
|
-
maxTokens: number;
|
|
12692
|
-
};
|
|
12693
12618
|
readonly "anthropic/claude-sonnet-4.6": {
|
|
12694
12619
|
id: string;
|
|
12695
12620
|
name: string;
|
|
@@ -12727,23 +12652,6 @@ export declare const MODELS: {
|
|
|
12727
12652
|
contextWindow: number;
|
|
12728
12653
|
maxTokens: number;
|
|
12729
12654
|
};
|
|
12730
|
-
readonly "anthropic/claude-sonnet-5:batch": {
|
|
12731
|
-
id: string;
|
|
12732
|
-
name: string;
|
|
12733
|
-
api: "openai-completions";
|
|
12734
|
-
provider: string;
|
|
12735
|
-
baseUrl: string;
|
|
12736
|
-
reasoning: true;
|
|
12737
|
-
input: ("image" | "text")[];
|
|
12738
|
-
cost: {
|
|
12739
|
-
input: number;
|
|
12740
|
-
output: number;
|
|
12741
|
-
cacheRead: number;
|
|
12742
|
-
cacheWrite: number;
|
|
12743
|
-
};
|
|
12744
|
-
contextWindow: number;
|
|
12745
|
-
maxTokens: number;
|
|
12746
|
-
};
|
|
12747
12655
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
12748
12656
|
id: string;
|
|
12749
12657
|
name: string;
|
|
@@ -13165,7 +13073,7 @@ export declare const MODELS: {
|
|
|
13165
13073
|
contextWindow: number;
|
|
13166
13074
|
maxTokens: number;
|
|
13167
13075
|
};
|
|
13168
|
-
readonly "google/gemini-2.5-
|
|
13076
|
+
readonly "google/gemini-2.5-pro": {
|
|
13169
13077
|
id: string;
|
|
13170
13078
|
name: string;
|
|
13171
13079
|
api: "openai-completions";
|
|
@@ -13182,7 +13090,7 @@ export declare const MODELS: {
|
|
|
13182
13090
|
contextWindow: number;
|
|
13183
13091
|
maxTokens: number;
|
|
13184
13092
|
};
|
|
13185
|
-
readonly "google/gemini-2.5-
|
|
13093
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
13186
13094
|
id: string;
|
|
13187
13095
|
name: string;
|
|
13188
13096
|
api: "openai-completions";
|
|
@@ -13199,7 +13107,7 @@ export declare const MODELS: {
|
|
|
13199
13107
|
contextWindow: number;
|
|
13200
13108
|
maxTokens: number;
|
|
13201
13109
|
};
|
|
13202
|
-
readonly "google/gemini-2.5-pro": {
|
|
13110
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
13203
13111
|
id: string;
|
|
13204
13112
|
name: string;
|
|
13205
13113
|
api: "openai-completions";
|
|
@@ -13216,7 +13124,7 @@ export declare const MODELS: {
|
|
|
13216
13124
|
contextWindow: number;
|
|
13217
13125
|
maxTokens: number;
|
|
13218
13126
|
};
|
|
13219
|
-
readonly "google/gemini-
|
|
13127
|
+
readonly "google/gemini-3-flash-preview": {
|
|
13220
13128
|
id: string;
|
|
13221
13129
|
name: string;
|
|
13222
13130
|
api: "openai-completions";
|
|
@@ -13233,7 +13141,7 @@ export declare const MODELS: {
|
|
|
13233
13141
|
contextWindow: number;
|
|
13234
13142
|
maxTokens: number;
|
|
13235
13143
|
};
|
|
13236
|
-
readonly "google/gemini-
|
|
13144
|
+
readonly "google/gemini-3-pro-image": {
|
|
13237
13145
|
id: string;
|
|
13238
13146
|
name: string;
|
|
13239
13147
|
api: "openai-completions";
|
|
@@ -13250,7 +13158,7 @@ export declare const MODELS: {
|
|
|
13250
13158
|
contextWindow: number;
|
|
13251
13159
|
maxTokens: number;
|
|
13252
13160
|
};
|
|
13253
|
-
readonly "google/gemini-
|
|
13161
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
13254
13162
|
id: string;
|
|
13255
13163
|
name: string;
|
|
13256
13164
|
api: "openai-completions";
|
|
@@ -13267,7 +13175,7 @@ export declare const MODELS: {
|
|
|
13267
13175
|
contextWindow: number;
|
|
13268
13176
|
maxTokens: number;
|
|
13269
13177
|
};
|
|
13270
|
-
readonly "google/gemini-3-flash-preview": {
|
|
13178
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
13271
13179
|
id: string;
|
|
13272
13180
|
name: string;
|
|
13273
13181
|
api: "openai-completions";
|
|
@@ -13284,7 +13192,7 @@ export declare const MODELS: {
|
|
|
13284
13192
|
contextWindow: number;
|
|
13285
13193
|
maxTokens: number;
|
|
13286
13194
|
};
|
|
13287
|
-
readonly "google/gemini-3-
|
|
13195
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
13288
13196
|
id: string;
|
|
13289
13197
|
name: string;
|
|
13290
13198
|
api: "openai-completions";
|
|
@@ -13301,7 +13209,7 @@ export declare const MODELS: {
|
|
|
13301
13209
|
contextWindow: number;
|
|
13302
13210
|
maxTokens: number;
|
|
13303
13211
|
};
|
|
13304
|
-
readonly "google/gemini-3-pro-
|
|
13212
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
13305
13213
|
id: string;
|
|
13306
13214
|
name: string;
|
|
13307
13215
|
api: "openai-completions";
|
|
@@ -13318,7 +13226,7 @@ export declare const MODELS: {
|
|
|
13318
13226
|
contextWindow: number;
|
|
13319
13227
|
maxTokens: number;
|
|
13320
13228
|
};
|
|
13321
|
-
readonly "google/gemini-3.
|
|
13229
|
+
readonly "google/gemini-3.5-flash": {
|
|
13322
13230
|
id: string;
|
|
13323
13231
|
name: string;
|
|
13324
13232
|
api: "openai-completions";
|
|
@@ -13335,7 +13243,7 @@ export declare const MODELS: {
|
|
|
13335
13243
|
contextWindow: number;
|
|
13336
13244
|
maxTokens: number;
|
|
13337
13245
|
};
|
|
13338
|
-
readonly "google/gemini-3.
|
|
13246
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
13339
13247
|
id: string;
|
|
13340
13248
|
name: string;
|
|
13341
13249
|
api: "openai-completions";
|
|
@@ -13352,7 +13260,7 @@ export declare const MODELS: {
|
|
|
13352
13260
|
contextWindow: number;
|
|
13353
13261
|
maxTokens: number;
|
|
13354
13262
|
};
|
|
13355
|
-
readonly "google/gemini-3.
|
|
13263
|
+
readonly "google/gemini-3.6-flash": {
|
|
13356
13264
|
id: string;
|
|
13357
13265
|
name: string;
|
|
13358
13266
|
api: "openai-completions";
|
|
@@ -13369,13 +13277,13 @@ export declare const MODELS: {
|
|
|
13369
13277
|
contextWindow: number;
|
|
13370
13278
|
maxTokens: number;
|
|
13371
13279
|
};
|
|
13372
|
-
readonly "google/
|
|
13280
|
+
readonly "google/gemma-3-12b-it": {
|
|
13373
13281
|
id: string;
|
|
13374
13282
|
name: string;
|
|
13375
13283
|
api: "openai-completions";
|
|
13376
13284
|
provider: string;
|
|
13377
13285
|
baseUrl: string;
|
|
13378
|
-
reasoning:
|
|
13286
|
+
reasoning: false;
|
|
13379
13287
|
input: ("image" | "text")[];
|
|
13380
13288
|
cost: {
|
|
13381
13289
|
input: number;
|
|
@@ -13386,13 +13294,13 @@ export declare const MODELS: {
|
|
|
13386
13294
|
contextWindow: number;
|
|
13387
13295
|
maxTokens: number;
|
|
13388
13296
|
};
|
|
13389
|
-
readonly "google/
|
|
13297
|
+
readonly "google/gemma-3-27b-it": {
|
|
13390
13298
|
id: string;
|
|
13391
13299
|
name: string;
|
|
13392
13300
|
api: "openai-completions";
|
|
13393
13301
|
provider: string;
|
|
13394
13302
|
baseUrl: string;
|
|
13395
|
-
reasoning:
|
|
13303
|
+
reasoning: false;
|
|
13396
13304
|
input: ("image" | "text")[];
|
|
13397
13305
|
cost: {
|
|
13398
13306
|
input: number;
|
|
@@ -13403,7 +13311,7 @@ export declare const MODELS: {
|
|
|
13403
13311
|
contextWindow: number;
|
|
13404
13312
|
maxTokens: number;
|
|
13405
13313
|
};
|
|
13406
|
-
readonly "google/
|
|
13314
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
13407
13315
|
id: string;
|
|
13408
13316
|
name: string;
|
|
13409
13317
|
api: "openai-completions";
|
|
@@ -13420,7 +13328,7 @@ export declare const MODELS: {
|
|
|
13420
13328
|
contextWindow: number;
|
|
13421
13329
|
maxTokens: number;
|
|
13422
13330
|
};
|
|
13423
|
-
readonly "google/
|
|
13331
|
+
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
13424
13332
|
id: string;
|
|
13425
13333
|
name: string;
|
|
13426
13334
|
api: "openai-completions";
|
|
@@ -13437,7 +13345,7 @@ export declare const MODELS: {
|
|
|
13437
13345
|
contextWindow: number;
|
|
13438
13346
|
maxTokens: number;
|
|
13439
13347
|
};
|
|
13440
|
-
readonly "google/
|
|
13348
|
+
readonly "google/gemma-4-31b-it": {
|
|
13441
13349
|
id: string;
|
|
13442
13350
|
name: string;
|
|
13443
13351
|
api: "openai-completions";
|
|
@@ -13454,7 +13362,7 @@ export declare const MODELS: {
|
|
|
13454
13362
|
contextWindow: number;
|
|
13455
13363
|
maxTokens: number;
|
|
13456
13364
|
};
|
|
13457
|
-
readonly "google/
|
|
13365
|
+
readonly "google/gemma-4-31b-it:free": {
|
|
13458
13366
|
id: string;
|
|
13459
13367
|
name: string;
|
|
13460
13368
|
api: "openai-completions";
|
|
@@ -13471,160 +13379,7 @@ export declare const MODELS: {
|
|
|
13471
13379
|
contextWindow: number;
|
|
13472
13380
|
maxTokens: number;
|
|
13473
13381
|
};
|
|
13474
|
-
readonly "
|
|
13475
|
-
id: string;
|
|
13476
|
-
name: string;
|
|
13477
|
-
api: "openai-completions";
|
|
13478
|
-
provider: string;
|
|
13479
|
-
baseUrl: string;
|
|
13480
|
-
reasoning: true;
|
|
13481
|
-
input: ("image" | "text")[];
|
|
13482
|
-
cost: {
|
|
13483
|
-
input: number;
|
|
13484
|
-
output: number;
|
|
13485
|
-
cacheRead: number;
|
|
13486
|
-
cacheWrite: number;
|
|
13487
|
-
};
|
|
13488
|
-
contextWindow: number;
|
|
13489
|
-
maxTokens: number;
|
|
13490
|
-
};
|
|
13491
|
-
readonly "google/gemini-3.6-flash": {
|
|
13492
|
-
id: string;
|
|
13493
|
-
name: string;
|
|
13494
|
-
api: "openai-completions";
|
|
13495
|
-
provider: string;
|
|
13496
|
-
baseUrl: string;
|
|
13497
|
-
reasoning: true;
|
|
13498
|
-
input: ("image" | "text")[];
|
|
13499
|
-
cost: {
|
|
13500
|
-
input: number;
|
|
13501
|
-
output: number;
|
|
13502
|
-
cacheRead: number;
|
|
13503
|
-
cacheWrite: number;
|
|
13504
|
-
};
|
|
13505
|
-
contextWindow: number;
|
|
13506
|
-
maxTokens: number;
|
|
13507
|
-
};
|
|
13508
|
-
readonly "google/gemini-3.6-flash:batch": {
|
|
13509
|
-
id: string;
|
|
13510
|
-
name: string;
|
|
13511
|
-
api: "openai-completions";
|
|
13512
|
-
provider: string;
|
|
13513
|
-
baseUrl: string;
|
|
13514
|
-
reasoning: true;
|
|
13515
|
-
input: ("image" | "text")[];
|
|
13516
|
-
cost: {
|
|
13517
|
-
input: number;
|
|
13518
|
-
output: number;
|
|
13519
|
-
cacheRead: number;
|
|
13520
|
-
cacheWrite: number;
|
|
13521
|
-
};
|
|
13522
|
-
contextWindow: number;
|
|
13523
|
-
maxTokens: number;
|
|
13524
|
-
};
|
|
13525
|
-
readonly "google/gemma-3-12b-it": {
|
|
13526
|
-
id: string;
|
|
13527
|
-
name: string;
|
|
13528
|
-
api: "openai-completions";
|
|
13529
|
-
provider: string;
|
|
13530
|
-
baseUrl: string;
|
|
13531
|
-
reasoning: false;
|
|
13532
|
-
input: ("image" | "text")[];
|
|
13533
|
-
cost: {
|
|
13534
|
-
input: number;
|
|
13535
|
-
output: number;
|
|
13536
|
-
cacheRead: number;
|
|
13537
|
-
cacheWrite: number;
|
|
13538
|
-
};
|
|
13539
|
-
contextWindow: number;
|
|
13540
|
-
maxTokens: number;
|
|
13541
|
-
};
|
|
13542
|
-
readonly "google/gemma-3-27b-it": {
|
|
13543
|
-
id: string;
|
|
13544
|
-
name: string;
|
|
13545
|
-
api: "openai-completions";
|
|
13546
|
-
provider: string;
|
|
13547
|
-
baseUrl: string;
|
|
13548
|
-
reasoning: false;
|
|
13549
|
-
input: ("image" | "text")[];
|
|
13550
|
-
cost: {
|
|
13551
|
-
input: number;
|
|
13552
|
-
output: number;
|
|
13553
|
-
cacheRead: number;
|
|
13554
|
-
cacheWrite: number;
|
|
13555
|
-
};
|
|
13556
|
-
contextWindow: number;
|
|
13557
|
-
maxTokens: number;
|
|
13558
|
-
};
|
|
13559
|
-
readonly "google/gemma-4-26b-a4b-it": {
|
|
13560
|
-
id: string;
|
|
13561
|
-
name: string;
|
|
13562
|
-
api: "openai-completions";
|
|
13563
|
-
provider: string;
|
|
13564
|
-
baseUrl: string;
|
|
13565
|
-
reasoning: true;
|
|
13566
|
-
input: ("image" | "text")[];
|
|
13567
|
-
cost: {
|
|
13568
|
-
input: number;
|
|
13569
|
-
output: number;
|
|
13570
|
-
cacheRead: number;
|
|
13571
|
-
cacheWrite: number;
|
|
13572
|
-
};
|
|
13573
|
-
contextWindow: number;
|
|
13574
|
-
maxTokens: number;
|
|
13575
|
-
};
|
|
13576
|
-
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
13577
|
-
id: string;
|
|
13578
|
-
name: string;
|
|
13579
|
-
api: "openai-completions";
|
|
13580
|
-
provider: string;
|
|
13581
|
-
baseUrl: string;
|
|
13582
|
-
reasoning: true;
|
|
13583
|
-
input: ("image" | "text")[];
|
|
13584
|
-
cost: {
|
|
13585
|
-
input: number;
|
|
13586
|
-
output: number;
|
|
13587
|
-
cacheRead: number;
|
|
13588
|
-
cacheWrite: number;
|
|
13589
|
-
};
|
|
13590
|
-
contextWindow: number;
|
|
13591
|
-
maxTokens: number;
|
|
13592
|
-
};
|
|
13593
|
-
readonly "google/gemma-4-31b-it": {
|
|
13594
|
-
id: string;
|
|
13595
|
-
name: string;
|
|
13596
|
-
api: "openai-completions";
|
|
13597
|
-
provider: string;
|
|
13598
|
-
baseUrl: string;
|
|
13599
|
-
reasoning: true;
|
|
13600
|
-
input: ("image" | "text")[];
|
|
13601
|
-
cost: {
|
|
13602
|
-
input: number;
|
|
13603
|
-
output: number;
|
|
13604
|
-
cacheRead: number;
|
|
13605
|
-
cacheWrite: number;
|
|
13606
|
-
};
|
|
13607
|
-
contextWindow: number;
|
|
13608
|
-
maxTokens: number;
|
|
13609
|
-
};
|
|
13610
|
-
readonly "google/gemma-4-31b-it:free": {
|
|
13611
|
-
id: string;
|
|
13612
|
-
name: string;
|
|
13613
|
-
api: "openai-completions";
|
|
13614
|
-
provider: string;
|
|
13615
|
-
baseUrl: string;
|
|
13616
|
-
reasoning: true;
|
|
13617
|
-
input: ("image" | "text")[];
|
|
13618
|
-
cost: {
|
|
13619
|
-
input: number;
|
|
13620
|
-
output: number;
|
|
13621
|
-
cacheRead: number;
|
|
13622
|
-
cacheWrite: number;
|
|
13623
|
-
};
|
|
13624
|
-
contextWindow: number;
|
|
13625
|
-
maxTokens: number;
|
|
13626
|
-
};
|
|
13627
|
-
readonly "ibm-granite/granite-4.1-8b": {
|
|
13382
|
+
readonly "ibm-granite/granite-4.1-8b": {
|
|
13628
13383
|
id: string;
|
|
13629
13384
|
name: string;
|
|
13630
13385
|
api: "openai-completions";
|
|
@@ -14001,23 +13756,6 @@ export declare const MODELS: {
|
|
|
14001
13756
|
contextWindow: number;
|
|
14002
13757
|
maxTokens: number;
|
|
14003
13758
|
};
|
|
14004
|
-
readonly "minimax/minimax-m3:batch": {
|
|
14005
|
-
id: string;
|
|
14006
|
-
name: string;
|
|
14007
|
-
api: "openai-completions";
|
|
14008
|
-
provider: string;
|
|
14009
|
-
baseUrl: string;
|
|
14010
|
-
reasoning: true;
|
|
14011
|
-
input: ("image" | "text")[];
|
|
14012
|
-
cost: {
|
|
14013
|
-
input: number;
|
|
14014
|
-
output: number;
|
|
14015
|
-
cacheRead: number;
|
|
14016
|
-
cacheWrite: number;
|
|
14017
|
-
};
|
|
14018
|
-
contextWindow: number;
|
|
14019
|
-
maxTokens: number;
|
|
14020
|
-
};
|
|
14021
13759
|
readonly "mistralai/codestral-2508": {
|
|
14022
13760
|
id: string;
|
|
14023
13761
|
name: string;
|
|
@@ -14035,23 +13773,6 @@ export declare const MODELS: {
|
|
|
14035
13773
|
contextWindow: number;
|
|
14036
13774
|
maxTokens: number;
|
|
14037
13775
|
};
|
|
14038
|
-
readonly "mistralai/devstral-2512": {
|
|
14039
|
-
id: string;
|
|
14040
|
-
name: string;
|
|
14041
|
-
api: "openai-completions";
|
|
14042
|
-
provider: string;
|
|
14043
|
-
baseUrl: string;
|
|
14044
|
-
reasoning: false;
|
|
14045
|
-
input: "text"[];
|
|
14046
|
-
cost: {
|
|
14047
|
-
input: number;
|
|
14048
|
-
output: number;
|
|
14049
|
-
cacheRead: number;
|
|
14050
|
-
cacheWrite: number;
|
|
14051
|
-
};
|
|
14052
|
-
contextWindow: number;
|
|
14053
|
-
maxTokens: number;
|
|
14054
|
-
};
|
|
14055
13776
|
readonly "mistralai/ministral-14b-2512": {
|
|
14056
13777
|
id: string;
|
|
14057
13778
|
name: string;
|
|
@@ -14906,23 +14627,6 @@ export declare const MODELS: {
|
|
|
14906
14627
|
contextWindow: number;
|
|
14907
14628
|
maxTokens: number;
|
|
14908
14629
|
};
|
|
14909
|
-
readonly "openai/gpt-5-mini:batch": {
|
|
14910
|
-
id: string;
|
|
14911
|
-
name: string;
|
|
14912
|
-
api: "openai-completions";
|
|
14913
|
-
provider: string;
|
|
14914
|
-
baseUrl: string;
|
|
14915
|
-
reasoning: true;
|
|
14916
|
-
input: ("image" | "text")[];
|
|
14917
|
-
cost: {
|
|
14918
|
-
input: number;
|
|
14919
|
-
output: number;
|
|
14920
|
-
cacheRead: number;
|
|
14921
|
-
cacheWrite: number;
|
|
14922
|
-
};
|
|
14923
|
-
contextWindow: number;
|
|
14924
|
-
maxTokens: number;
|
|
14925
|
-
};
|
|
14926
14630
|
readonly "openai/gpt-5-nano": {
|
|
14927
14631
|
id: string;
|
|
14928
14632
|
name: string;
|
|
@@ -14940,23 +14644,6 @@ export declare const MODELS: {
|
|
|
14940
14644
|
contextWindow: number;
|
|
14941
14645
|
maxTokens: number;
|
|
14942
14646
|
};
|
|
14943
|
-
readonly "openai/gpt-5-nano:batch": {
|
|
14944
|
-
id: string;
|
|
14945
|
-
name: string;
|
|
14946
|
-
api: "openai-completions";
|
|
14947
|
-
provider: string;
|
|
14948
|
-
baseUrl: string;
|
|
14949
|
-
reasoning: true;
|
|
14950
|
-
input: ("image" | "text")[];
|
|
14951
|
-
cost: {
|
|
14952
|
-
input: number;
|
|
14953
|
-
output: number;
|
|
14954
|
-
cacheRead: number;
|
|
14955
|
-
cacheWrite: number;
|
|
14956
|
-
};
|
|
14957
|
-
contextWindow: number;
|
|
14958
|
-
maxTokens: number;
|
|
14959
|
-
};
|
|
14960
14647
|
readonly "openai/gpt-5-pro": {
|
|
14961
14648
|
id: string;
|
|
14962
14649
|
name: string;
|
|
@@ -14974,158 +14661,13 @@ export declare const MODELS: {
|
|
|
14974
14661
|
contextWindow: number;
|
|
14975
14662
|
maxTokens: number;
|
|
14976
14663
|
};
|
|
14977
|
-
readonly "openai/gpt-5.1": {
|
|
14978
|
-
id: string;
|
|
14979
|
-
name: string;
|
|
14980
|
-
api: "openai-completions";
|
|
14981
|
-
provider: string;
|
|
14982
|
-
baseUrl: string;
|
|
14983
|
-
reasoning: true;
|
|
14984
|
-
input: ("image" | "text")[];
|
|
14985
|
-
cost: {
|
|
14986
|
-
input: number;
|
|
14987
|
-
output: number;
|
|
14988
|
-
cacheRead: number;
|
|
14989
|
-
cacheWrite: number;
|
|
14990
|
-
};
|
|
14991
|
-
contextWindow: number;
|
|
14992
|
-
maxTokens: number;
|
|
14993
|
-
};
|
|
14994
|
-
readonly "openai/gpt-5.1-chat": {
|
|
14995
|
-
id: string;
|
|
14996
|
-
name: string;
|
|
14997
|
-
api: "openai-completions";
|
|
14998
|
-
provider: string;
|
|
14999
|
-
baseUrl: string;
|
|
15000
|
-
reasoning: false;
|
|
15001
|
-
input: ("image" | "text")[];
|
|
15002
|
-
cost: {
|
|
15003
|
-
input: number;
|
|
15004
|
-
output: number;
|
|
15005
|
-
cacheRead: number;
|
|
15006
|
-
cacheWrite: number;
|
|
15007
|
-
};
|
|
15008
|
-
contextWindow: number;
|
|
15009
|
-
maxTokens: number;
|
|
15010
|
-
};
|
|
15011
|
-
readonly "openai/gpt-5.1-codex": {
|
|
15012
|
-
id: string;
|
|
15013
|
-
name: string;
|
|
15014
|
-
api: "openai-completions";
|
|
15015
|
-
provider: string;
|
|
15016
|
-
baseUrl: string;
|
|
15017
|
-
reasoning: true;
|
|
15018
|
-
input: ("image" | "text")[];
|
|
15019
|
-
cost: {
|
|
15020
|
-
input: number;
|
|
15021
|
-
output: number;
|
|
15022
|
-
cacheRead: number;
|
|
15023
|
-
cacheWrite: number;
|
|
15024
|
-
};
|
|
15025
|
-
contextWindow: number;
|
|
15026
|
-
maxTokens: number;
|
|
15027
|
-
};
|
|
15028
|
-
readonly "openai/gpt-5.1-codex-max": {
|
|
15029
|
-
id: string;
|
|
15030
|
-
name: string;
|
|
15031
|
-
api: "openai-completions";
|
|
15032
|
-
provider: string;
|
|
15033
|
-
baseUrl: string;
|
|
15034
|
-
reasoning: true;
|
|
15035
|
-
input: ("image" | "text")[];
|
|
15036
|
-
cost: {
|
|
15037
|
-
input: number;
|
|
15038
|
-
output: number;
|
|
15039
|
-
cacheRead: number;
|
|
15040
|
-
cacheWrite: number;
|
|
15041
|
-
};
|
|
15042
|
-
contextWindow: number;
|
|
15043
|
-
maxTokens: number;
|
|
15044
|
-
};
|
|
15045
|
-
readonly "openai/gpt-5.1-codex-mini": {
|
|
15046
|
-
id: string;
|
|
15047
|
-
name: string;
|
|
15048
|
-
api: "openai-completions";
|
|
15049
|
-
provider: string;
|
|
15050
|
-
baseUrl: string;
|
|
15051
|
-
reasoning: true;
|
|
15052
|
-
input: ("image" | "text")[];
|
|
15053
|
-
cost: {
|
|
15054
|
-
input: number;
|
|
15055
|
-
output: number;
|
|
15056
|
-
cacheRead: number;
|
|
15057
|
-
cacheWrite: number;
|
|
15058
|
-
};
|
|
15059
|
-
contextWindow: number;
|
|
15060
|
-
maxTokens: number;
|
|
15061
|
-
};
|
|
15062
|
-
readonly "openai/gpt-5.1:batch": {
|
|
15063
|
-
id: string;
|
|
15064
|
-
name: string;
|
|
15065
|
-
api: "openai-completions";
|
|
15066
|
-
provider: string;
|
|
15067
|
-
baseUrl: string;
|
|
15068
|
-
reasoning: true;
|
|
15069
|
-
input: ("image" | "text")[];
|
|
15070
|
-
cost: {
|
|
15071
|
-
input: number;
|
|
15072
|
-
output: number;
|
|
15073
|
-
cacheRead: number;
|
|
15074
|
-
cacheWrite: number;
|
|
15075
|
-
};
|
|
15076
|
-
contextWindow: number;
|
|
15077
|
-
maxTokens: number;
|
|
15078
|
-
};
|
|
15079
|
-
readonly "openai/gpt-5.2": {
|
|
15080
|
-
id: string;
|
|
15081
|
-
name: string;
|
|
15082
|
-
api: "openai-completions";
|
|
15083
|
-
provider: string;
|
|
15084
|
-
baseUrl: string;
|
|
15085
|
-
reasoning: true;
|
|
15086
|
-
thinkingLevelMap: {
|
|
15087
|
-
xhigh: string;
|
|
15088
|
-
};
|
|
15089
|
-
input: ("image" | "text")[];
|
|
15090
|
-
cost: {
|
|
15091
|
-
input: number;
|
|
15092
|
-
output: number;
|
|
15093
|
-
cacheRead: number;
|
|
15094
|
-
cacheWrite: number;
|
|
15095
|
-
};
|
|
15096
|
-
contextWindow: number;
|
|
15097
|
-
maxTokens: number;
|
|
15098
|
-
};
|
|
15099
|
-
readonly "openai/gpt-5.2-chat": {
|
|
15100
|
-
id: string;
|
|
15101
|
-
name: string;
|
|
15102
|
-
api: "openai-completions";
|
|
15103
|
-
provider: string;
|
|
15104
|
-
baseUrl: string;
|
|
15105
|
-
reasoning: false;
|
|
15106
|
-
thinkingLevelMap: {
|
|
15107
|
-
xhigh: string;
|
|
15108
|
-
};
|
|
15109
|
-
input: ("image" | "text")[];
|
|
15110
|
-
cost: {
|
|
15111
|
-
input: number;
|
|
15112
|
-
output: number;
|
|
15113
|
-
cacheRead: number;
|
|
15114
|
-
cacheWrite: number;
|
|
15115
|
-
};
|
|
15116
|
-
contextWindow: number;
|
|
15117
|
-
maxTokens: number;
|
|
15118
|
-
};
|
|
15119
|
-
readonly "openai/gpt-5.2-codex": {
|
|
14664
|
+
readonly "openai/gpt-5.1": {
|
|
15120
14665
|
id: string;
|
|
15121
14666
|
name: string;
|
|
15122
14667
|
api: "openai-completions";
|
|
15123
14668
|
provider: string;
|
|
15124
14669
|
baseUrl: string;
|
|
15125
14670
|
reasoning: true;
|
|
15126
|
-
thinkingLevelMap: {
|
|
15127
|
-
xhigh: string;
|
|
15128
|
-
};
|
|
15129
14671
|
input: ("image" | "text")[];
|
|
15130
14672
|
cost: {
|
|
15131
14673
|
input: number;
|
|
@@ -15136,16 +14678,13 @@ export declare const MODELS: {
|
|
|
15136
14678
|
contextWindow: number;
|
|
15137
14679
|
maxTokens: number;
|
|
15138
14680
|
};
|
|
15139
|
-
readonly "openai/gpt-5.
|
|
14681
|
+
readonly "openai/gpt-5.1-codex": {
|
|
15140
14682
|
id: string;
|
|
15141
14683
|
name: string;
|
|
15142
14684
|
api: "openai-completions";
|
|
15143
14685
|
provider: string;
|
|
15144
14686
|
baseUrl: string;
|
|
15145
14687
|
reasoning: true;
|
|
15146
|
-
thinkingLevelMap: {
|
|
15147
|
-
xhigh: string;
|
|
15148
|
-
};
|
|
15149
14688
|
input: ("image" | "text")[];
|
|
15150
14689
|
cost: {
|
|
15151
14690
|
input: number;
|
|
@@ -15156,16 +14695,13 @@ export declare const MODELS: {
|
|
|
15156
14695
|
contextWindow: number;
|
|
15157
14696
|
maxTokens: number;
|
|
15158
14697
|
};
|
|
15159
|
-
readonly "openai/gpt-5.
|
|
14698
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
15160
14699
|
id: string;
|
|
15161
14700
|
name: string;
|
|
15162
14701
|
api: "openai-completions";
|
|
15163
14702
|
provider: string;
|
|
15164
14703
|
baseUrl: string;
|
|
15165
14704
|
reasoning: true;
|
|
15166
|
-
thinkingLevelMap: {
|
|
15167
|
-
xhigh: string;
|
|
15168
|
-
};
|
|
15169
14705
|
input: ("image" | "text")[];
|
|
15170
14706
|
cost: {
|
|
15171
14707
|
input: number;
|
|
@@ -15176,16 +14712,13 @@ export declare const MODELS: {
|
|
|
15176
14712
|
contextWindow: number;
|
|
15177
14713
|
maxTokens: number;
|
|
15178
14714
|
};
|
|
15179
|
-
readonly "openai/gpt-5.
|
|
14715
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
15180
14716
|
id: string;
|
|
15181
14717
|
name: string;
|
|
15182
14718
|
api: "openai-completions";
|
|
15183
14719
|
provider: string;
|
|
15184
14720
|
baseUrl: string;
|
|
15185
|
-
reasoning:
|
|
15186
|
-
thinkingLevelMap: {
|
|
15187
|
-
xhigh: string;
|
|
15188
|
-
};
|
|
14721
|
+
reasoning: true;
|
|
15189
14722
|
input: ("image" | "text")[];
|
|
15190
14723
|
cost: {
|
|
15191
14724
|
input: number;
|
|
@@ -15196,7 +14729,7 @@ export declare const MODELS: {
|
|
|
15196
14729
|
contextWindow: number;
|
|
15197
14730
|
maxTokens: number;
|
|
15198
14731
|
};
|
|
15199
|
-
readonly "openai/gpt-5.
|
|
14732
|
+
readonly "openai/gpt-5.2": {
|
|
15200
14733
|
id: string;
|
|
15201
14734
|
name: string;
|
|
15202
14735
|
api: "openai-completions";
|
|
@@ -15216,13 +14749,13 @@ export declare const MODELS: {
|
|
|
15216
14749
|
contextWindow: number;
|
|
15217
14750
|
maxTokens: number;
|
|
15218
14751
|
};
|
|
15219
|
-
readonly "openai/gpt-5.
|
|
14752
|
+
readonly "openai/gpt-5.2-chat": {
|
|
15220
14753
|
id: string;
|
|
15221
14754
|
name: string;
|
|
15222
14755
|
api: "openai-completions";
|
|
15223
14756
|
provider: string;
|
|
15224
14757
|
baseUrl: string;
|
|
15225
|
-
reasoning:
|
|
14758
|
+
reasoning: false;
|
|
15226
14759
|
thinkingLevelMap: {
|
|
15227
14760
|
xhigh: string;
|
|
15228
14761
|
};
|
|
@@ -15236,7 +14769,7 @@ export declare const MODELS: {
|
|
|
15236
14769
|
contextWindow: number;
|
|
15237
14770
|
maxTokens: number;
|
|
15238
14771
|
};
|
|
15239
|
-
readonly "openai/gpt-5.
|
|
14772
|
+
readonly "openai/gpt-5.2-codex": {
|
|
15240
14773
|
id: string;
|
|
15241
14774
|
name: string;
|
|
15242
14775
|
api: "openai-completions";
|
|
@@ -15256,7 +14789,7 @@ export declare const MODELS: {
|
|
|
15256
14789
|
contextWindow: number;
|
|
15257
14790
|
maxTokens: number;
|
|
15258
14791
|
};
|
|
15259
|
-
readonly "openai/gpt-5.
|
|
14792
|
+
readonly "openai/gpt-5.2-pro": {
|
|
15260
14793
|
id: string;
|
|
15261
14794
|
name: string;
|
|
15262
14795
|
api: "openai-completions";
|
|
@@ -15276,13 +14809,13 @@ export declare const MODELS: {
|
|
|
15276
14809
|
contextWindow: number;
|
|
15277
14810
|
maxTokens: number;
|
|
15278
14811
|
};
|
|
15279
|
-
readonly "openai/gpt-5.
|
|
14812
|
+
readonly "openai/gpt-5.3-chat": {
|
|
15280
14813
|
id: string;
|
|
15281
14814
|
name: string;
|
|
15282
14815
|
api: "openai-completions";
|
|
15283
14816
|
provider: string;
|
|
15284
14817
|
baseUrl: string;
|
|
15285
|
-
reasoning:
|
|
14818
|
+
reasoning: false;
|
|
15286
14819
|
thinkingLevelMap: {
|
|
15287
14820
|
xhigh: string;
|
|
15288
14821
|
};
|
|
@@ -15296,7 +14829,7 @@ export declare const MODELS: {
|
|
|
15296
14829
|
contextWindow: number;
|
|
15297
14830
|
maxTokens: number;
|
|
15298
14831
|
};
|
|
15299
|
-
readonly "openai/gpt-5.
|
|
14832
|
+
readonly "openai/gpt-5.3-codex": {
|
|
15300
14833
|
id: string;
|
|
15301
14834
|
name: string;
|
|
15302
14835
|
api: "openai-completions";
|
|
@@ -15316,7 +14849,7 @@ export declare const MODELS: {
|
|
|
15316
14849
|
contextWindow: number;
|
|
15317
14850
|
maxTokens: number;
|
|
15318
14851
|
};
|
|
15319
|
-
readonly "openai/gpt-5.4
|
|
14852
|
+
readonly "openai/gpt-5.4": {
|
|
15320
14853
|
id: string;
|
|
15321
14854
|
name: string;
|
|
15322
14855
|
api: "openai-completions";
|
|
@@ -15336,7 +14869,7 @@ export declare const MODELS: {
|
|
|
15336
14869
|
contextWindow: number;
|
|
15337
14870
|
maxTokens: number;
|
|
15338
14871
|
};
|
|
15339
|
-
readonly "openai/gpt-5.4
|
|
14872
|
+
readonly "openai/gpt-5.4-mini": {
|
|
15340
14873
|
id: string;
|
|
15341
14874
|
name: string;
|
|
15342
14875
|
api: "openai-completions";
|
|
@@ -15356,7 +14889,7 @@ export declare const MODELS: {
|
|
|
15356
14889
|
contextWindow: number;
|
|
15357
14890
|
maxTokens: number;
|
|
15358
14891
|
};
|
|
15359
|
-
readonly "openai/gpt-5.
|
|
14892
|
+
readonly "openai/gpt-5.4-nano": {
|
|
15360
14893
|
id: string;
|
|
15361
14894
|
name: string;
|
|
15362
14895
|
api: "openai-completions";
|
|
@@ -15376,7 +14909,7 @@ export declare const MODELS: {
|
|
|
15376
14909
|
contextWindow: number;
|
|
15377
14910
|
maxTokens: number;
|
|
15378
14911
|
};
|
|
15379
|
-
readonly "openai/gpt-5.
|
|
14912
|
+
readonly "openai/gpt-5.4-pro": {
|
|
15380
14913
|
id: string;
|
|
15381
14914
|
name: string;
|
|
15382
14915
|
api: "openai-completions";
|
|
@@ -15385,9 +14918,6 @@ export declare const MODELS: {
|
|
|
15385
14918
|
reasoning: true;
|
|
15386
14919
|
thinkingLevelMap: {
|
|
15387
14920
|
xhigh: string;
|
|
15388
|
-
off: null;
|
|
15389
|
-
minimal: null;
|
|
15390
|
-
low: null;
|
|
15391
14921
|
};
|
|
15392
14922
|
input: ("image" | "text")[];
|
|
15393
14923
|
cost: {
|
|
@@ -15399,7 +14929,7 @@ export declare const MODELS: {
|
|
|
15399
14929
|
contextWindow: number;
|
|
15400
14930
|
maxTokens: number;
|
|
15401
14931
|
};
|
|
15402
|
-
readonly "openai/gpt-5.5
|
|
14932
|
+
readonly "openai/gpt-5.5": {
|
|
15403
14933
|
id: string;
|
|
15404
14934
|
name: string;
|
|
15405
14935
|
api: "openai-completions";
|
|
@@ -15419,7 +14949,7 @@ export declare const MODELS: {
|
|
|
15419
14949
|
contextWindow: number;
|
|
15420
14950
|
maxTokens: number;
|
|
15421
14951
|
};
|
|
15422
|
-
readonly "openai/gpt-5.
|
|
14952
|
+
readonly "openai/gpt-5.5-pro": {
|
|
15423
14953
|
id: string;
|
|
15424
14954
|
name: string;
|
|
15425
14955
|
api: "openai-completions";
|
|
@@ -15428,7 +14958,9 @@ export declare const MODELS: {
|
|
|
15428
14958
|
reasoning: true;
|
|
15429
14959
|
thinkingLevelMap: {
|
|
15430
14960
|
xhigh: string;
|
|
15431
|
-
|
|
14961
|
+
off: null;
|
|
14962
|
+
minimal: null;
|
|
14963
|
+
low: null;
|
|
15432
14964
|
};
|
|
15433
14965
|
input: ("image" | "text")[];
|
|
15434
14966
|
cost: {
|
|
@@ -15440,7 +14972,7 @@ export declare const MODELS: {
|
|
|
15440
14972
|
contextWindow: number;
|
|
15441
14973
|
maxTokens: number;
|
|
15442
14974
|
};
|
|
15443
|
-
readonly "openai/gpt-5.6-luna
|
|
14975
|
+
readonly "openai/gpt-5.6-luna": {
|
|
15444
14976
|
id: string;
|
|
15445
14977
|
name: string;
|
|
15446
14978
|
api: "openai-completions";
|
|
@@ -15461,7 +14993,7 @@ export declare const MODELS: {
|
|
|
15461
14993
|
contextWindow: number;
|
|
15462
14994
|
maxTokens: number;
|
|
15463
14995
|
};
|
|
15464
|
-
readonly "openai/gpt-5.6-
|
|
14996
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
15465
14997
|
id: string;
|
|
15466
14998
|
name: string;
|
|
15467
14999
|
api: "openai-completions";
|
|
@@ -15482,7 +15014,7 @@ export declare const MODELS: {
|
|
|
15482
15014
|
contextWindow: number;
|
|
15483
15015
|
maxTokens: number;
|
|
15484
15016
|
};
|
|
15485
|
-
readonly "openai/gpt-5.6-sol
|
|
15017
|
+
readonly "openai/gpt-5.6-sol": {
|
|
15486
15018
|
id: string;
|
|
15487
15019
|
name: string;
|
|
15488
15020
|
api: "openai-completions";
|
|
@@ -15503,7 +15035,7 @@ export declare const MODELS: {
|
|
|
15503
15035
|
contextWindow: number;
|
|
15504
15036
|
maxTokens: number;
|
|
15505
15037
|
};
|
|
15506
|
-
readonly "openai/gpt-5.6-
|
|
15038
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
15507
15039
|
id: string;
|
|
15508
15040
|
name: string;
|
|
15509
15041
|
api: "openai-completions";
|
|
@@ -15524,7 +15056,7 @@ export declare const MODELS: {
|
|
|
15524
15056
|
contextWindow: number;
|
|
15525
15057
|
maxTokens: number;
|
|
15526
15058
|
};
|
|
15527
|
-
readonly "openai/gpt-5.6-terra
|
|
15059
|
+
readonly "openai/gpt-5.6-terra": {
|
|
15528
15060
|
id: string;
|
|
15529
15061
|
name: string;
|
|
15530
15062
|
api: "openai-completions";
|
|
@@ -15545,13 +15077,17 @@ export declare const MODELS: {
|
|
|
15545
15077
|
contextWindow: number;
|
|
15546
15078
|
maxTokens: number;
|
|
15547
15079
|
};
|
|
15548
|
-
readonly "openai/gpt-5
|
|
15080
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
15549
15081
|
id: string;
|
|
15550
15082
|
name: string;
|
|
15551
15083
|
api: "openai-completions";
|
|
15552
15084
|
provider: string;
|
|
15553
15085
|
baseUrl: string;
|
|
15554
15086
|
reasoning: true;
|
|
15087
|
+
thinkingLevelMap: {
|
|
15088
|
+
xhigh: string;
|
|
15089
|
+
max: string;
|
|
15090
|
+
};
|
|
15555
15091
|
input: ("image" | "text")[];
|
|
15556
15092
|
cost: {
|
|
15557
15093
|
input: number;
|
|
@@ -16987,6 +16523,23 @@ export declare const MODELS: {
|
|
|
16987
16523
|
contextWindow: number;
|
|
16988
16524
|
maxTokens: number;
|
|
16989
16525
|
};
|
|
16526
|
+
readonly "thinkingmachines/inkling-small": {
|
|
16527
|
+
id: string;
|
|
16528
|
+
name: string;
|
|
16529
|
+
api: "openai-completions";
|
|
16530
|
+
provider: string;
|
|
16531
|
+
baseUrl: string;
|
|
16532
|
+
reasoning: true;
|
|
16533
|
+
input: ("image" | "text")[];
|
|
16534
|
+
cost: {
|
|
16535
|
+
input: number;
|
|
16536
|
+
output: number;
|
|
16537
|
+
cacheRead: number;
|
|
16538
|
+
cacheWrite: number;
|
|
16539
|
+
};
|
|
16540
|
+
contextWindow: number;
|
|
16541
|
+
maxTokens: number;
|
|
16542
|
+
};
|
|
16990
16543
|
readonly "upstage/solar-pro-3": {
|
|
16991
16544
|
id: string;
|
|
16992
16545
|
name: string;
|
|
@@ -17283,6 +16836,15 @@ export declare const MODELS: {
|
|
|
17283
16836
|
provider: string;
|
|
17284
16837
|
baseUrl: string;
|
|
17285
16838
|
reasoning: true;
|
|
16839
|
+
thinkingLevelMap: {
|
|
16840
|
+
off: null;
|
|
16841
|
+
minimal: null;
|
|
16842
|
+
low: string;
|
|
16843
|
+
medium: string;
|
|
16844
|
+
high: string;
|
|
16845
|
+
xhigh: string;
|
|
16846
|
+
max: string;
|
|
16847
|
+
};
|
|
17286
16848
|
input: "text"[];
|
|
17287
16849
|
cost: {
|
|
17288
16850
|
input: number;
|
|
@@ -17981,9 +17543,13 @@ export declare const MODELS: {
|
|
|
17981
17543
|
};
|
|
17982
17544
|
reasoning: true;
|
|
17983
17545
|
thinkingLevelMap: {
|
|
17546
|
+
off: null;
|
|
17984
17547
|
minimal: null;
|
|
17985
|
-
low:
|
|
17986
|
-
medium:
|
|
17548
|
+
low: string;
|
|
17549
|
+
medium: string;
|
|
17550
|
+
high: string;
|
|
17551
|
+
xhigh: string;
|
|
17552
|
+
max: string;
|
|
17987
17553
|
};
|
|
17988
17554
|
input: "text"[];
|
|
17989
17555
|
cost: {
|
|
@@ -19070,6 +18636,23 @@ export declare const MODELS: {
|
|
|
19070
18636
|
contextWindow: number;
|
|
19071
18637
|
maxTokens: number;
|
|
19072
18638
|
};
|
|
18639
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
18640
|
+
id: string;
|
|
18641
|
+
name: string;
|
|
18642
|
+
api: "anthropic-messages";
|
|
18643
|
+
provider: string;
|
|
18644
|
+
baseUrl: string;
|
|
18645
|
+
reasoning: true;
|
|
18646
|
+
input: "text"[];
|
|
18647
|
+
cost: {
|
|
18648
|
+
input: number;
|
|
18649
|
+
output: number;
|
|
18650
|
+
cacheRead: number;
|
|
18651
|
+
cacheWrite: number;
|
|
18652
|
+
};
|
|
18653
|
+
contextWindow: number;
|
|
18654
|
+
maxTokens: number;
|
|
18655
|
+
};
|
|
19073
18656
|
readonly "deepseek/deepseek-v4-pro": {
|
|
19074
18657
|
id: string;
|
|
19075
18658
|
name: string;
|
|
@@ -21403,6 +20986,15 @@ export declare const MODELS: {
|
|
|
21403
20986
|
provider: string;
|
|
21404
20987
|
baseUrl: string;
|
|
21405
20988
|
reasoning: true;
|
|
20989
|
+
thinkingLevelMap: {
|
|
20990
|
+
off: null;
|
|
20991
|
+
minimal: null;
|
|
20992
|
+
low: string;
|
|
20993
|
+
medium: string;
|
|
20994
|
+
high: string;
|
|
20995
|
+
xhigh: string;
|
|
20996
|
+
max: string;
|
|
20997
|
+
};
|
|
21406
20998
|
input: "text"[];
|
|
21407
20999
|
cost: {
|
|
21408
21000
|
input: number;
|
|
@@ -21420,6 +21012,15 @@ export declare const MODELS: {
|
|
|
21420
21012
|
provider: string;
|
|
21421
21013
|
baseUrl: string;
|
|
21422
21014
|
reasoning: true;
|
|
21015
|
+
thinkingLevelMap: {
|
|
21016
|
+
off: null;
|
|
21017
|
+
minimal: null;
|
|
21018
|
+
low: string;
|
|
21019
|
+
medium: string;
|
|
21020
|
+
high: string;
|
|
21021
|
+
xhigh: string;
|
|
21022
|
+
max: string;
|
|
21023
|
+
};
|
|
21423
21024
|
input: "text"[];
|
|
21424
21025
|
cost: {
|
|
21425
21026
|
input: number;
|
|
@@ -22036,27 +21637,6 @@ export declare const MODELS: {
|
|
|
22036
21637
|
};
|
|
22037
21638
|
};
|
|
22038
21639
|
readonly zai: {
|
|
22039
|
-
readonly "glm-4.5-air": {
|
|
22040
|
-
id: string;
|
|
22041
|
-
name: string;
|
|
22042
|
-
api: "openai-completions";
|
|
22043
|
-
provider: string;
|
|
22044
|
-
baseUrl: string;
|
|
22045
|
-
compat: {
|
|
22046
|
-
supportsDeveloperRole: false;
|
|
22047
|
-
thinkingFormat: "zai";
|
|
22048
|
-
};
|
|
22049
|
-
reasoning: true;
|
|
22050
|
-
input: "text"[];
|
|
22051
|
-
cost: {
|
|
22052
|
-
input: number;
|
|
22053
|
-
output: number;
|
|
22054
|
-
cacheRead: number;
|
|
22055
|
-
cacheWrite: number;
|
|
22056
|
-
};
|
|
22057
|
-
contextWindow: number;
|
|
22058
|
-
maxTokens: number;
|
|
22059
|
-
};
|
|
22060
21640
|
readonly "glm-4.7": {
|
|
22061
21641
|
id: string;
|
|
22062
21642
|
name: string;
|
|
@@ -22101,28 +21681,6 @@ export declare const MODELS: {
|
|
|
22101
21681
|
contextWindow: number;
|
|
22102
21682
|
maxTokens: number;
|
|
22103
21683
|
};
|
|
22104
|
-
readonly "glm-5.1": {
|
|
22105
|
-
id: string;
|
|
22106
|
-
name: string;
|
|
22107
|
-
api: "openai-completions";
|
|
22108
|
-
provider: string;
|
|
22109
|
-
baseUrl: string;
|
|
22110
|
-
compat: {
|
|
22111
|
-
supportsDeveloperRole: false;
|
|
22112
|
-
thinkingFormat: "zai";
|
|
22113
|
-
zaiToolStream: true;
|
|
22114
|
-
};
|
|
22115
|
-
reasoning: true;
|
|
22116
|
-
input: "text"[];
|
|
22117
|
-
cost: {
|
|
22118
|
-
input: number;
|
|
22119
|
-
output: number;
|
|
22120
|
-
cacheRead: number;
|
|
22121
|
-
cacheWrite: number;
|
|
22122
|
-
};
|
|
22123
|
-
contextWindow: number;
|
|
22124
|
-
maxTokens: number;
|
|
22125
|
-
};
|
|
22126
21684
|
readonly "glm-5.2": {
|
|
22127
21685
|
id: string;
|
|
22128
21686
|
name: string;
|
|
@@ -22132,9 +21690,19 @@ export declare const MODELS: {
|
|
|
22132
21690
|
compat: {
|
|
22133
21691
|
supportsDeveloperRole: false;
|
|
22134
21692
|
thinkingFormat: "zai";
|
|
21693
|
+
supportsReasoningEffort: true;
|
|
22135
21694
|
zaiToolStream: true;
|
|
22136
21695
|
};
|
|
22137
21696
|
reasoning: true;
|
|
21697
|
+
thinkingLevelMap: {
|
|
21698
|
+
off: null;
|
|
21699
|
+
minimal: null;
|
|
21700
|
+
low: string;
|
|
21701
|
+
medium: string;
|
|
21702
|
+
high: string;
|
|
21703
|
+
xhigh: string;
|
|
21704
|
+
max: string;
|
|
21705
|
+
};
|
|
22138
21706
|
input: "text"[];
|
|
22139
21707
|
cost: {
|
|
22140
21708
|
input: number;
|
|
@@ -22145,7 +21713,7 @@ export declare const MODELS: {
|
|
|
22145
21713
|
contextWindow: number;
|
|
22146
21714
|
maxTokens: number;
|
|
22147
21715
|
};
|
|
22148
|
-
readonly "glm-
|
|
21716
|
+
readonly "glm-5.2-highspeed[1m]": {
|
|
22149
21717
|
id: string;
|
|
22150
21718
|
name: string;
|
|
22151
21719
|
api: "openai-completions";
|
|
@@ -22154,32 +21722,19 @@ export declare const MODELS: {
|
|
|
22154
21722
|
compat: {
|
|
22155
21723
|
supportsDeveloperRole: false;
|
|
22156
21724
|
thinkingFormat: "zai";
|
|
21725
|
+
supportsReasoningEffort: true;
|
|
22157
21726
|
zaiToolStream: true;
|
|
22158
21727
|
};
|
|
22159
21728
|
reasoning: true;
|
|
22160
|
-
|
|
22161
|
-
|
|
22162
|
-
|
|
22163
|
-
|
|
22164
|
-
|
|
22165
|
-
|
|
22166
|
-
|
|
22167
|
-
|
|
22168
|
-
maxTokens: number;
|
|
22169
|
-
};
|
|
22170
|
-
};
|
|
22171
|
-
readonly "zai-coding-cn": {
|
|
22172
|
-
readonly "glm-4.5-air": {
|
|
22173
|
-
id: string;
|
|
22174
|
-
name: string;
|
|
22175
|
-
api: "openai-completions";
|
|
22176
|
-
provider: string;
|
|
22177
|
-
baseUrl: string;
|
|
22178
|
-
compat: {
|
|
22179
|
-
supportsDeveloperRole: false;
|
|
22180
|
-
thinkingFormat: "zai";
|
|
21729
|
+
thinkingLevelMap: {
|
|
21730
|
+
off: null;
|
|
21731
|
+
minimal: null;
|
|
21732
|
+
low: string;
|
|
21733
|
+
medium: string;
|
|
21734
|
+
high: string;
|
|
21735
|
+
xhigh: string;
|
|
21736
|
+
max: string;
|
|
22181
21737
|
};
|
|
22182
|
-
reasoning: true;
|
|
22183
21738
|
input: "text"[];
|
|
22184
21739
|
cost: {
|
|
22185
21740
|
input: number;
|
|
@@ -22190,6 +21745,8 @@ export declare const MODELS: {
|
|
|
22190
21745
|
contextWindow: number;
|
|
22191
21746
|
maxTokens: number;
|
|
22192
21747
|
};
|
|
21748
|
+
};
|
|
21749
|
+
readonly "zai-coding-cn": {
|
|
22193
21750
|
readonly "glm-4.7": {
|
|
22194
21751
|
id: string;
|
|
22195
21752
|
name: string;
|
|
@@ -22234,28 +21791,6 @@ export declare const MODELS: {
|
|
|
22234
21791
|
contextWindow: number;
|
|
22235
21792
|
maxTokens: number;
|
|
22236
21793
|
};
|
|
22237
|
-
readonly "glm-5.1": {
|
|
22238
|
-
id: string;
|
|
22239
|
-
name: string;
|
|
22240
|
-
api: "openai-completions";
|
|
22241
|
-
provider: string;
|
|
22242
|
-
baseUrl: string;
|
|
22243
|
-
compat: {
|
|
22244
|
-
supportsDeveloperRole: false;
|
|
22245
|
-
thinkingFormat: "zai";
|
|
22246
|
-
zaiToolStream: true;
|
|
22247
|
-
};
|
|
22248
|
-
reasoning: true;
|
|
22249
|
-
input: "text"[];
|
|
22250
|
-
cost: {
|
|
22251
|
-
input: number;
|
|
22252
|
-
output: number;
|
|
22253
|
-
cacheRead: number;
|
|
22254
|
-
cacheWrite: number;
|
|
22255
|
-
};
|
|
22256
|
-
contextWindow: number;
|
|
22257
|
-
maxTokens: number;
|
|
22258
|
-
};
|
|
22259
21794
|
readonly "glm-5.2": {
|
|
22260
21795
|
id: string;
|
|
22261
21796
|
name: string;
|
|
@@ -22265,9 +21800,19 @@ export declare const MODELS: {
|
|
|
22265
21800
|
compat: {
|
|
22266
21801
|
supportsDeveloperRole: false;
|
|
22267
21802
|
thinkingFormat: "zai";
|
|
21803
|
+
supportsReasoningEffort: true;
|
|
22268
21804
|
zaiToolStream: true;
|
|
22269
21805
|
};
|
|
22270
21806
|
reasoning: true;
|
|
21807
|
+
thinkingLevelMap: {
|
|
21808
|
+
off: null;
|
|
21809
|
+
minimal: null;
|
|
21810
|
+
low: string;
|
|
21811
|
+
medium: string;
|
|
21812
|
+
high: string;
|
|
21813
|
+
xhigh: string;
|
|
21814
|
+
max: string;
|
|
21815
|
+
};
|
|
22271
21816
|
input: "text"[];
|
|
22272
21817
|
cost: {
|
|
22273
21818
|
input: number;
|
|
@@ -22278,7 +21823,7 @@ export declare const MODELS: {
|
|
|
22278
21823
|
contextWindow: number;
|
|
22279
21824
|
maxTokens: number;
|
|
22280
21825
|
};
|
|
22281
|
-
readonly "glm-
|
|
21826
|
+
readonly "glm-5.2-highspeed[1m]": {
|
|
22282
21827
|
id: string;
|
|
22283
21828
|
name: string;
|
|
22284
21829
|
api: "openai-completions";
|
|
@@ -22287,10 +21832,20 @@ export declare const MODELS: {
|
|
|
22287
21832
|
compat: {
|
|
22288
21833
|
supportsDeveloperRole: false;
|
|
22289
21834
|
thinkingFormat: "zai";
|
|
21835
|
+
supportsReasoningEffort: true;
|
|
22290
21836
|
zaiToolStream: true;
|
|
22291
21837
|
};
|
|
22292
21838
|
reasoning: true;
|
|
22293
|
-
|
|
21839
|
+
thinkingLevelMap: {
|
|
21840
|
+
off: null;
|
|
21841
|
+
minimal: null;
|
|
21842
|
+
low: string;
|
|
21843
|
+
medium: string;
|
|
21844
|
+
high: string;
|
|
21845
|
+
xhigh: string;
|
|
21846
|
+
max: string;
|
|
21847
|
+
};
|
|
21848
|
+
input: "text"[];
|
|
22294
21849
|
cost: {
|
|
22295
21850
|
input: number;
|
|
22296
21851
|
output: number;
|