@oh-my-pi/pi-catalog 16.3.13 → 16.3.14
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/CHANGELOG.md +8 -0
- package/dist/types/model-thinking.d.ts +7 -5
- package/package.json +3 -3
- package/src/model-thinking.ts +45 -7
- package/src/models.json +350 -614
- package/src/variant-collapse.ts +61 -12
package/src/models.json
CHANGED
|
@@ -17214,429 +17214,9 @@
|
|
|
17214
17214
|
},
|
|
17215
17215
|
"requestModelId": "gpt-5-5-none-priority"
|
|
17216
17216
|
},
|
|
17217
|
-
"gpt-5-6-luna
|
|
17218
|
-
"id": "gpt-5-6-luna
|
|
17219
|
-
"name": "GPT-5.6 Luna
|
|
17220
|
-
"api": "devin-agent",
|
|
17221
|
-
"provider": "devin",
|
|
17222
|
-
"baseUrl": "https://server.codeium.com",
|
|
17223
|
-
"reasoning": true,
|
|
17224
|
-
"input": [
|
|
17225
|
-
"text",
|
|
17226
|
-
"image"
|
|
17227
|
-
],
|
|
17228
|
-
"supportsTools": true,
|
|
17229
|
-
"cost": {
|
|
17230
|
-
"input": 0,
|
|
17231
|
-
"output": 0,
|
|
17232
|
-
"cacheRead": 0,
|
|
17233
|
-
"cacheWrite": 0
|
|
17234
|
-
},
|
|
17235
|
-
"contextWindow": 1000000,
|
|
17236
|
-
"maxTokens": 64000
|
|
17237
|
-
},
|
|
17238
|
-
"gpt-5-6-luna-high-priority": {
|
|
17239
|
-
"id": "gpt-5-6-luna-high-priority",
|
|
17240
|
-
"name": "GPT-5.6 Luna High Thinking Fast",
|
|
17241
|
-
"api": "devin-agent",
|
|
17242
|
-
"provider": "devin",
|
|
17243
|
-
"baseUrl": "https://server.codeium.com",
|
|
17244
|
-
"reasoning": true,
|
|
17245
|
-
"input": [
|
|
17246
|
-
"text",
|
|
17247
|
-
"image"
|
|
17248
|
-
],
|
|
17249
|
-
"supportsTools": true,
|
|
17250
|
-
"cost": {
|
|
17251
|
-
"input": 0,
|
|
17252
|
-
"output": 0,
|
|
17253
|
-
"cacheRead": 0,
|
|
17254
|
-
"cacheWrite": 0
|
|
17255
|
-
},
|
|
17256
|
-
"contextWindow": 1000000,
|
|
17257
|
-
"maxTokens": 64000
|
|
17258
|
-
},
|
|
17259
|
-
"gpt-5-6-luna-low": {
|
|
17260
|
-
"id": "gpt-5-6-luna-low",
|
|
17261
|
-
"name": "GPT-5.6 Luna Low Thinking",
|
|
17262
|
-
"api": "devin-agent",
|
|
17263
|
-
"provider": "devin",
|
|
17264
|
-
"baseUrl": "https://server.codeium.com",
|
|
17265
|
-
"reasoning": true,
|
|
17266
|
-
"input": [
|
|
17267
|
-
"text",
|
|
17268
|
-
"image"
|
|
17269
|
-
],
|
|
17270
|
-
"supportsTools": true,
|
|
17271
|
-
"cost": {
|
|
17272
|
-
"input": 0,
|
|
17273
|
-
"output": 0,
|
|
17274
|
-
"cacheRead": 0,
|
|
17275
|
-
"cacheWrite": 0
|
|
17276
|
-
},
|
|
17277
|
-
"contextWindow": 1000000,
|
|
17278
|
-
"maxTokens": 64000
|
|
17279
|
-
},
|
|
17280
|
-
"gpt-5-6-luna-low-priority": {
|
|
17281
|
-
"id": "gpt-5-6-luna-low-priority",
|
|
17282
|
-
"name": "GPT-5.6 Luna Low Thinking Fast",
|
|
17283
|
-
"api": "devin-agent",
|
|
17284
|
-
"provider": "devin",
|
|
17285
|
-
"baseUrl": "https://server.codeium.com",
|
|
17286
|
-
"reasoning": true,
|
|
17287
|
-
"input": [
|
|
17288
|
-
"text",
|
|
17289
|
-
"image"
|
|
17290
|
-
],
|
|
17291
|
-
"supportsTools": true,
|
|
17292
|
-
"cost": {
|
|
17293
|
-
"input": 0,
|
|
17294
|
-
"output": 0,
|
|
17295
|
-
"cacheRead": 0,
|
|
17296
|
-
"cacheWrite": 0
|
|
17297
|
-
},
|
|
17298
|
-
"contextWindow": 1000000,
|
|
17299
|
-
"maxTokens": 64000
|
|
17300
|
-
},
|
|
17301
|
-
"gpt-5-6-luna-max": {
|
|
17302
|
-
"id": "gpt-5-6-luna-max",
|
|
17303
|
-
"name": "GPT-5.6 Luna Max Thinking",
|
|
17304
|
-
"api": "devin-agent",
|
|
17305
|
-
"provider": "devin",
|
|
17306
|
-
"baseUrl": "https://server.codeium.com",
|
|
17307
|
-
"reasoning": true,
|
|
17308
|
-
"input": [
|
|
17309
|
-
"text",
|
|
17310
|
-
"image"
|
|
17311
|
-
],
|
|
17312
|
-
"supportsTools": true,
|
|
17313
|
-
"cost": {
|
|
17314
|
-
"input": 0,
|
|
17315
|
-
"output": 0,
|
|
17316
|
-
"cacheRead": 0,
|
|
17317
|
-
"cacheWrite": 0
|
|
17318
|
-
},
|
|
17319
|
-
"contextWindow": 1000000,
|
|
17320
|
-
"maxTokens": 64000
|
|
17321
|
-
},
|
|
17322
|
-
"gpt-5-6-luna-medium": {
|
|
17323
|
-
"id": "gpt-5-6-luna-medium",
|
|
17324
|
-
"name": "GPT-5.6 Luna Medium Thinking",
|
|
17325
|
-
"api": "devin-agent",
|
|
17326
|
-
"provider": "devin",
|
|
17327
|
-
"baseUrl": "https://server.codeium.com",
|
|
17328
|
-
"reasoning": true,
|
|
17329
|
-
"input": [
|
|
17330
|
-
"text",
|
|
17331
|
-
"image"
|
|
17332
|
-
],
|
|
17333
|
-
"supportsTools": true,
|
|
17334
|
-
"cost": {
|
|
17335
|
-
"input": 0,
|
|
17336
|
-
"output": 0,
|
|
17337
|
-
"cacheRead": 0,
|
|
17338
|
-
"cacheWrite": 0
|
|
17339
|
-
},
|
|
17340
|
-
"contextWindow": 1000000,
|
|
17341
|
-
"maxTokens": 64000
|
|
17342
|
-
},
|
|
17343
|
-
"gpt-5-6-luna-medium-priority": {
|
|
17344
|
-
"id": "gpt-5-6-luna-medium-priority",
|
|
17345
|
-
"name": "GPT-5.6 Luna Medium Thinking Fast",
|
|
17346
|
-
"api": "devin-agent",
|
|
17347
|
-
"provider": "devin",
|
|
17348
|
-
"baseUrl": "https://server.codeium.com",
|
|
17349
|
-
"reasoning": true,
|
|
17350
|
-
"input": [
|
|
17351
|
-
"text",
|
|
17352
|
-
"image"
|
|
17353
|
-
],
|
|
17354
|
-
"supportsTools": true,
|
|
17355
|
-
"cost": {
|
|
17356
|
-
"input": 0,
|
|
17357
|
-
"output": 0,
|
|
17358
|
-
"cacheRead": 0,
|
|
17359
|
-
"cacheWrite": 0
|
|
17360
|
-
},
|
|
17361
|
-
"contextWindow": 1000000,
|
|
17362
|
-
"maxTokens": 64000
|
|
17363
|
-
},
|
|
17364
|
-
"gpt-5-6-luna-none": {
|
|
17365
|
-
"id": "gpt-5-6-luna-none",
|
|
17366
|
-
"name": "GPT-5.6 Luna No Thinking",
|
|
17367
|
-
"api": "devin-agent",
|
|
17368
|
-
"provider": "devin",
|
|
17369
|
-
"baseUrl": "https://server.codeium.com",
|
|
17370
|
-
"reasoning": false,
|
|
17371
|
-
"input": [
|
|
17372
|
-
"text",
|
|
17373
|
-
"image"
|
|
17374
|
-
],
|
|
17375
|
-
"supportsTools": true,
|
|
17376
|
-
"cost": {
|
|
17377
|
-
"input": 0,
|
|
17378
|
-
"output": 0,
|
|
17379
|
-
"cacheRead": 0,
|
|
17380
|
-
"cacheWrite": 0
|
|
17381
|
-
},
|
|
17382
|
-
"contextWindow": 1000000,
|
|
17383
|
-
"maxTokens": 64000
|
|
17384
|
-
},
|
|
17385
|
-
"gpt-5-6-luna-none-priority": {
|
|
17386
|
-
"id": "gpt-5-6-luna-none-priority",
|
|
17387
|
-
"name": "GPT-5.6 Luna No Thinking Fast",
|
|
17388
|
-
"api": "devin-agent",
|
|
17389
|
-
"provider": "devin",
|
|
17390
|
-
"baseUrl": "https://server.codeium.com",
|
|
17391
|
-
"reasoning": false,
|
|
17392
|
-
"input": [
|
|
17393
|
-
"text",
|
|
17394
|
-
"image"
|
|
17395
|
-
],
|
|
17396
|
-
"supportsTools": true,
|
|
17397
|
-
"cost": {
|
|
17398
|
-
"input": 0,
|
|
17399
|
-
"output": 0,
|
|
17400
|
-
"cacheRead": 0,
|
|
17401
|
-
"cacheWrite": 0
|
|
17402
|
-
},
|
|
17403
|
-
"contextWindow": 1000000,
|
|
17404
|
-
"maxTokens": 64000
|
|
17405
|
-
},
|
|
17406
|
-
"gpt-5-6-luna-xhigh": {
|
|
17407
|
-
"id": "gpt-5-6-luna-xhigh",
|
|
17408
|
-
"name": "GPT-5.6 Luna XHigh Thinking",
|
|
17409
|
-
"api": "devin-agent",
|
|
17410
|
-
"provider": "devin",
|
|
17411
|
-
"baseUrl": "https://server.codeium.com",
|
|
17412
|
-
"reasoning": true,
|
|
17413
|
-
"input": [
|
|
17414
|
-
"text",
|
|
17415
|
-
"image"
|
|
17416
|
-
],
|
|
17417
|
-
"supportsTools": true,
|
|
17418
|
-
"cost": {
|
|
17419
|
-
"input": 0,
|
|
17420
|
-
"output": 0,
|
|
17421
|
-
"cacheRead": 0,
|
|
17422
|
-
"cacheWrite": 0
|
|
17423
|
-
},
|
|
17424
|
-
"contextWindow": 1000000,
|
|
17425
|
-
"maxTokens": 64000
|
|
17426
|
-
},
|
|
17427
|
-
"gpt-5-6-luna-xhigh-priority": {
|
|
17428
|
-
"id": "gpt-5-6-luna-xhigh-priority",
|
|
17429
|
-
"name": "GPT-5.6 Luna XHigh Thinking Fast",
|
|
17430
|
-
"api": "devin-agent",
|
|
17431
|
-
"provider": "devin",
|
|
17432
|
-
"baseUrl": "https://server.codeium.com",
|
|
17433
|
-
"reasoning": true,
|
|
17434
|
-
"input": [
|
|
17435
|
-
"text",
|
|
17436
|
-
"image"
|
|
17437
|
-
],
|
|
17438
|
-
"supportsTools": true,
|
|
17439
|
-
"cost": {
|
|
17440
|
-
"input": 0,
|
|
17441
|
-
"output": 0,
|
|
17442
|
-
"cacheRead": 0,
|
|
17443
|
-
"cacheWrite": 0
|
|
17444
|
-
},
|
|
17445
|
-
"contextWindow": 1000000,
|
|
17446
|
-
"maxTokens": 64000
|
|
17447
|
-
},
|
|
17448
|
-
"gpt-5-6-sol-high": {
|
|
17449
|
-
"id": "gpt-5-6-sol-high",
|
|
17450
|
-
"name": "GPT-5.6 Sol High Thinking",
|
|
17451
|
-
"api": "devin-agent",
|
|
17452
|
-
"provider": "devin",
|
|
17453
|
-
"baseUrl": "https://server.codeium.com",
|
|
17454
|
-
"reasoning": true,
|
|
17455
|
-
"input": [
|
|
17456
|
-
"text",
|
|
17457
|
-
"image"
|
|
17458
|
-
],
|
|
17459
|
-
"supportsTools": true,
|
|
17460
|
-
"cost": {
|
|
17461
|
-
"input": 0,
|
|
17462
|
-
"output": 0,
|
|
17463
|
-
"cacheRead": 0,
|
|
17464
|
-
"cacheWrite": 0
|
|
17465
|
-
},
|
|
17466
|
-
"contextWindow": 1000000,
|
|
17467
|
-
"maxTokens": 64000
|
|
17468
|
-
},
|
|
17469
|
-
"gpt-5-6-sol-high-priority": {
|
|
17470
|
-
"id": "gpt-5-6-sol-high-priority",
|
|
17471
|
-
"name": "GPT-5.6 Sol High Thinking Fast",
|
|
17472
|
-
"api": "devin-agent",
|
|
17473
|
-
"provider": "devin",
|
|
17474
|
-
"baseUrl": "https://server.codeium.com",
|
|
17475
|
-
"reasoning": true,
|
|
17476
|
-
"input": [
|
|
17477
|
-
"text",
|
|
17478
|
-
"image"
|
|
17479
|
-
],
|
|
17480
|
-
"supportsTools": true,
|
|
17481
|
-
"cost": {
|
|
17482
|
-
"input": 0,
|
|
17483
|
-
"output": 0,
|
|
17484
|
-
"cacheRead": 0,
|
|
17485
|
-
"cacheWrite": 0
|
|
17486
|
-
},
|
|
17487
|
-
"contextWindow": 1000000,
|
|
17488
|
-
"maxTokens": 64000
|
|
17489
|
-
},
|
|
17490
|
-
"gpt-5-6-sol-low": {
|
|
17491
|
-
"id": "gpt-5-6-sol-low",
|
|
17492
|
-
"name": "GPT-5.6 Sol Low Thinking",
|
|
17493
|
-
"api": "devin-agent",
|
|
17494
|
-
"provider": "devin",
|
|
17495
|
-
"baseUrl": "https://server.codeium.com",
|
|
17496
|
-
"reasoning": true,
|
|
17497
|
-
"input": [
|
|
17498
|
-
"text",
|
|
17499
|
-
"image"
|
|
17500
|
-
],
|
|
17501
|
-
"supportsTools": true,
|
|
17502
|
-
"cost": {
|
|
17503
|
-
"input": 0,
|
|
17504
|
-
"output": 0,
|
|
17505
|
-
"cacheRead": 0,
|
|
17506
|
-
"cacheWrite": 0
|
|
17507
|
-
},
|
|
17508
|
-
"contextWindow": 1000000,
|
|
17509
|
-
"maxTokens": 64000
|
|
17510
|
-
},
|
|
17511
|
-
"gpt-5-6-sol-low-priority": {
|
|
17512
|
-
"id": "gpt-5-6-sol-low-priority",
|
|
17513
|
-
"name": "GPT-5.6 Sol Low Thinking Fast",
|
|
17514
|
-
"api": "devin-agent",
|
|
17515
|
-
"provider": "devin",
|
|
17516
|
-
"baseUrl": "https://server.codeium.com",
|
|
17517
|
-
"reasoning": true,
|
|
17518
|
-
"input": [
|
|
17519
|
-
"text",
|
|
17520
|
-
"image"
|
|
17521
|
-
],
|
|
17522
|
-
"supportsTools": true,
|
|
17523
|
-
"cost": {
|
|
17524
|
-
"input": 0,
|
|
17525
|
-
"output": 0,
|
|
17526
|
-
"cacheRead": 0,
|
|
17527
|
-
"cacheWrite": 0
|
|
17528
|
-
},
|
|
17529
|
-
"contextWindow": 1000000,
|
|
17530
|
-
"maxTokens": 64000
|
|
17531
|
-
},
|
|
17532
|
-
"gpt-5-6-sol-max": {
|
|
17533
|
-
"id": "gpt-5-6-sol-max",
|
|
17534
|
-
"name": "GPT-5.6 Sol Max Thinking",
|
|
17535
|
-
"api": "devin-agent",
|
|
17536
|
-
"provider": "devin",
|
|
17537
|
-
"baseUrl": "https://server.codeium.com",
|
|
17538
|
-
"reasoning": true,
|
|
17539
|
-
"input": [
|
|
17540
|
-
"text",
|
|
17541
|
-
"image"
|
|
17542
|
-
],
|
|
17543
|
-
"supportsTools": true,
|
|
17544
|
-
"cost": {
|
|
17545
|
-
"input": 0,
|
|
17546
|
-
"output": 0,
|
|
17547
|
-
"cacheRead": 0,
|
|
17548
|
-
"cacheWrite": 0
|
|
17549
|
-
},
|
|
17550
|
-
"contextWindow": 1000000,
|
|
17551
|
-
"maxTokens": 64000
|
|
17552
|
-
},
|
|
17553
|
-
"gpt-5-6-sol-medium": {
|
|
17554
|
-
"id": "gpt-5-6-sol-medium",
|
|
17555
|
-
"name": "GPT-5.6 Sol Medium Thinking",
|
|
17556
|
-
"api": "devin-agent",
|
|
17557
|
-
"provider": "devin",
|
|
17558
|
-
"baseUrl": "https://server.codeium.com",
|
|
17559
|
-
"reasoning": true,
|
|
17560
|
-
"input": [
|
|
17561
|
-
"text",
|
|
17562
|
-
"image"
|
|
17563
|
-
],
|
|
17564
|
-
"supportsTools": true,
|
|
17565
|
-
"cost": {
|
|
17566
|
-
"input": 0,
|
|
17567
|
-
"output": 0,
|
|
17568
|
-
"cacheRead": 0,
|
|
17569
|
-
"cacheWrite": 0
|
|
17570
|
-
},
|
|
17571
|
-
"contextWindow": 1000000,
|
|
17572
|
-
"maxTokens": 64000
|
|
17573
|
-
},
|
|
17574
|
-
"gpt-5-6-sol-medium-priority": {
|
|
17575
|
-
"id": "gpt-5-6-sol-medium-priority",
|
|
17576
|
-
"name": "GPT-5.6 Sol Medium Thinking Fast",
|
|
17577
|
-
"api": "devin-agent",
|
|
17578
|
-
"provider": "devin",
|
|
17579
|
-
"baseUrl": "https://server.codeium.com",
|
|
17580
|
-
"reasoning": true,
|
|
17581
|
-
"input": [
|
|
17582
|
-
"text",
|
|
17583
|
-
"image"
|
|
17584
|
-
],
|
|
17585
|
-
"supportsTools": true,
|
|
17586
|
-
"cost": {
|
|
17587
|
-
"input": 0,
|
|
17588
|
-
"output": 0,
|
|
17589
|
-
"cacheRead": 0,
|
|
17590
|
-
"cacheWrite": 0
|
|
17591
|
-
},
|
|
17592
|
-
"contextWindow": 1000000,
|
|
17593
|
-
"maxTokens": 64000
|
|
17594
|
-
},
|
|
17595
|
-
"gpt-5-6-sol-none": {
|
|
17596
|
-
"id": "gpt-5-6-sol-none",
|
|
17597
|
-
"name": "GPT-5.6 Sol No Thinking",
|
|
17598
|
-
"api": "devin-agent",
|
|
17599
|
-
"provider": "devin",
|
|
17600
|
-
"baseUrl": "https://server.codeium.com",
|
|
17601
|
-
"reasoning": false,
|
|
17602
|
-
"input": [
|
|
17603
|
-
"text",
|
|
17604
|
-
"image"
|
|
17605
|
-
],
|
|
17606
|
-
"supportsTools": true,
|
|
17607
|
-
"cost": {
|
|
17608
|
-
"input": 0,
|
|
17609
|
-
"output": 0,
|
|
17610
|
-
"cacheRead": 0,
|
|
17611
|
-
"cacheWrite": 0
|
|
17612
|
-
},
|
|
17613
|
-
"contextWindow": 1000000,
|
|
17614
|
-
"maxTokens": 64000
|
|
17615
|
-
},
|
|
17616
|
-
"gpt-5-6-sol-none-priority": {
|
|
17617
|
-
"id": "gpt-5-6-sol-none-priority",
|
|
17618
|
-
"name": "GPT-5.6 Sol No Thinking Fast",
|
|
17619
|
-
"api": "devin-agent",
|
|
17620
|
-
"provider": "devin",
|
|
17621
|
-
"baseUrl": "https://server.codeium.com",
|
|
17622
|
-
"reasoning": false,
|
|
17623
|
-
"input": [
|
|
17624
|
-
"text",
|
|
17625
|
-
"image"
|
|
17626
|
-
],
|
|
17627
|
-
"supportsTools": true,
|
|
17628
|
-
"cost": {
|
|
17629
|
-
"input": 0,
|
|
17630
|
-
"output": 0,
|
|
17631
|
-
"cacheRead": 0,
|
|
17632
|
-
"cacheWrite": 0
|
|
17633
|
-
},
|
|
17634
|
-
"contextWindow": 1000000,
|
|
17635
|
-
"maxTokens": 64000
|
|
17636
|
-
},
|
|
17637
|
-
"gpt-5-6-sol-xhigh": {
|
|
17638
|
-
"id": "gpt-5-6-sol-xhigh",
|
|
17639
|
-
"name": "GPT-5.6 Sol XHigh Thinking",
|
|
17217
|
+
"gpt-5-6-luna": {
|
|
17218
|
+
"id": "gpt-5-6-luna",
|
|
17219
|
+
"name": "GPT-5.6 Luna",
|
|
17640
17220
|
"api": "devin-agent",
|
|
17641
17221
|
"provider": "devin",
|
|
17642
17222
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17653,32 +17233,30 @@
|
|
|
17653
17233
|
"cacheWrite": 0
|
|
17654
17234
|
},
|
|
17655
17235
|
"contextWindow": 1000000,
|
|
17656
|
-
"maxTokens": 64000
|
|
17657
|
-
|
|
17658
|
-
|
|
17659
|
-
|
|
17660
|
-
|
|
17661
|
-
|
|
17662
|
-
|
|
17663
|
-
|
|
17664
|
-
|
|
17665
|
-
|
|
17666
|
-
"
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17670
|
-
|
|
17671
|
-
|
|
17672
|
-
|
|
17673
|
-
|
|
17674
|
-
"cacheWrite": 0
|
|
17236
|
+
"maxTokens": 64000,
|
|
17237
|
+
"thinking": {
|
|
17238
|
+
"mode": "effort",
|
|
17239
|
+
"efforts": [
|
|
17240
|
+
"minimal",
|
|
17241
|
+
"low",
|
|
17242
|
+
"medium",
|
|
17243
|
+
"high",
|
|
17244
|
+
"xhigh"
|
|
17245
|
+
],
|
|
17246
|
+
"effortRouting": {
|
|
17247
|
+
"off": "gpt-5-6-luna-none",
|
|
17248
|
+
"minimal": "gpt-5-6-luna-low",
|
|
17249
|
+
"low": "gpt-5-6-luna-medium",
|
|
17250
|
+
"medium": "gpt-5-6-luna-high",
|
|
17251
|
+
"high": "gpt-5-6-luna-xhigh",
|
|
17252
|
+
"xhigh": "gpt-5-6-luna-max"
|
|
17253
|
+
}
|
|
17675
17254
|
},
|
|
17676
|
-
"
|
|
17677
|
-
"maxTokens": 64000
|
|
17255
|
+
"requestModelId": "gpt-5-6-luna-none"
|
|
17678
17256
|
},
|
|
17679
|
-
"gpt-5-6-
|
|
17680
|
-
"id": "gpt-5-6-
|
|
17681
|
-
"name": "GPT-5.6
|
|
17257
|
+
"gpt-5-6-luna-fast": {
|
|
17258
|
+
"id": "gpt-5-6-luna-fast",
|
|
17259
|
+
"name": "GPT-5.6 Luna Fast",
|
|
17682
17260
|
"api": "devin-agent",
|
|
17683
17261
|
"provider": "devin",
|
|
17684
17262
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17695,32 +17273,30 @@
|
|
|
17695
17273
|
"cacheWrite": 0
|
|
17696
17274
|
},
|
|
17697
17275
|
"contextWindow": 1000000,
|
|
17698
|
-
"maxTokens": 64000
|
|
17699
|
-
|
|
17700
|
-
|
|
17701
|
-
|
|
17702
|
-
|
|
17703
|
-
|
|
17704
|
-
|
|
17705
|
-
|
|
17706
|
-
|
|
17707
|
-
|
|
17708
|
-
"
|
|
17709
|
-
|
|
17710
|
-
|
|
17711
|
-
|
|
17712
|
-
|
|
17713
|
-
|
|
17714
|
-
|
|
17715
|
-
|
|
17716
|
-
"cacheWrite": 0
|
|
17276
|
+
"maxTokens": 64000,
|
|
17277
|
+
"thinking": {
|
|
17278
|
+
"mode": "effort",
|
|
17279
|
+
"efforts": [
|
|
17280
|
+
"minimal",
|
|
17281
|
+
"low",
|
|
17282
|
+
"medium",
|
|
17283
|
+
"high",
|
|
17284
|
+
"xhigh"
|
|
17285
|
+
],
|
|
17286
|
+
"effortRouting": {
|
|
17287
|
+
"off": "gpt-5-6-luna-none-priority",
|
|
17288
|
+
"minimal": "gpt-5-6-luna-low-priority",
|
|
17289
|
+
"low": "gpt-5-6-luna-low-priority",
|
|
17290
|
+
"medium": "gpt-5-6-luna-medium-priority",
|
|
17291
|
+
"high": "gpt-5-6-luna-high-priority",
|
|
17292
|
+
"xhigh": "gpt-5-6-luna-xhigh-priority"
|
|
17293
|
+
}
|
|
17717
17294
|
},
|
|
17718
|
-
"
|
|
17719
|
-
"maxTokens": 64000
|
|
17295
|
+
"requestModelId": "gpt-5-6-luna-none-priority"
|
|
17720
17296
|
},
|
|
17721
|
-
"gpt-5-6-
|
|
17722
|
-
"id": "gpt-5-6-
|
|
17723
|
-
"name": "GPT-5.6
|
|
17297
|
+
"gpt-5-6-sol": {
|
|
17298
|
+
"id": "gpt-5-6-sol",
|
|
17299
|
+
"name": "GPT-5.6 Sol",
|
|
17724
17300
|
"api": "devin-agent",
|
|
17725
17301
|
"provider": "devin",
|
|
17726
17302
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17737,32 +17313,30 @@
|
|
|
17737
17313
|
"cacheWrite": 0
|
|
17738
17314
|
},
|
|
17739
17315
|
"contextWindow": 1000000,
|
|
17740
|
-
"maxTokens": 64000
|
|
17741
|
-
|
|
17742
|
-
|
|
17743
|
-
|
|
17744
|
-
|
|
17745
|
-
|
|
17746
|
-
|
|
17747
|
-
|
|
17748
|
-
|
|
17749
|
-
|
|
17750
|
-
"
|
|
17751
|
-
|
|
17752
|
-
|
|
17753
|
-
|
|
17754
|
-
|
|
17755
|
-
|
|
17756
|
-
|
|
17757
|
-
|
|
17758
|
-
"cacheWrite": 0
|
|
17316
|
+
"maxTokens": 64000,
|
|
17317
|
+
"thinking": {
|
|
17318
|
+
"mode": "effort",
|
|
17319
|
+
"efforts": [
|
|
17320
|
+
"minimal",
|
|
17321
|
+
"low",
|
|
17322
|
+
"medium",
|
|
17323
|
+
"high",
|
|
17324
|
+
"xhigh"
|
|
17325
|
+
],
|
|
17326
|
+
"effortRouting": {
|
|
17327
|
+
"off": "gpt-5-6-sol-none",
|
|
17328
|
+
"minimal": "gpt-5-6-sol-low",
|
|
17329
|
+
"low": "gpt-5-6-sol-medium",
|
|
17330
|
+
"medium": "gpt-5-6-sol-high",
|
|
17331
|
+
"high": "gpt-5-6-sol-xhigh",
|
|
17332
|
+
"xhigh": "gpt-5-6-sol-max"
|
|
17333
|
+
}
|
|
17759
17334
|
},
|
|
17760
|
-
"
|
|
17761
|
-
"maxTokens": 64000
|
|
17335
|
+
"requestModelId": "gpt-5-6-sol-none"
|
|
17762
17336
|
},
|
|
17763
|
-
"gpt-5-6-
|
|
17764
|
-
"id": "gpt-5-6-
|
|
17765
|
-
"name": "GPT-5.6
|
|
17337
|
+
"gpt-5-6-sol-fast": {
|
|
17338
|
+
"id": "gpt-5-6-sol-fast",
|
|
17339
|
+
"name": "GPT-5.6 Sol Fast",
|
|
17766
17340
|
"api": "devin-agent",
|
|
17767
17341
|
"provider": "devin",
|
|
17768
17342
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17779,32 +17353,30 @@
|
|
|
17779
17353
|
"cacheWrite": 0
|
|
17780
17354
|
},
|
|
17781
17355
|
"contextWindow": 1000000,
|
|
17782
|
-
"maxTokens": 64000
|
|
17783
|
-
|
|
17784
|
-
|
|
17785
|
-
|
|
17786
|
-
|
|
17787
|
-
|
|
17788
|
-
|
|
17789
|
-
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
"
|
|
17793
|
-
|
|
17794
|
-
|
|
17795
|
-
|
|
17796
|
-
|
|
17797
|
-
|
|
17798
|
-
|
|
17799
|
-
|
|
17800
|
-
"cacheWrite": 0
|
|
17356
|
+
"maxTokens": 64000,
|
|
17357
|
+
"thinking": {
|
|
17358
|
+
"mode": "effort",
|
|
17359
|
+
"efforts": [
|
|
17360
|
+
"minimal",
|
|
17361
|
+
"low",
|
|
17362
|
+
"medium",
|
|
17363
|
+
"high",
|
|
17364
|
+
"xhigh"
|
|
17365
|
+
],
|
|
17366
|
+
"effortRouting": {
|
|
17367
|
+
"off": "gpt-5-6-sol-none-priority",
|
|
17368
|
+
"minimal": "gpt-5-6-sol-low-priority",
|
|
17369
|
+
"low": "gpt-5-6-sol-low-priority",
|
|
17370
|
+
"medium": "gpt-5-6-sol-medium-priority",
|
|
17371
|
+
"high": "gpt-5-6-sol-high-priority",
|
|
17372
|
+
"xhigh": "gpt-5-6-sol-xhigh-priority"
|
|
17373
|
+
}
|
|
17801
17374
|
},
|
|
17802
|
-
"
|
|
17803
|
-
"maxTokens": 64000
|
|
17375
|
+
"requestModelId": "gpt-5-6-sol-none-priority"
|
|
17804
17376
|
},
|
|
17805
|
-
"gpt-5-6-terra
|
|
17806
|
-
"id": "gpt-5-6-terra
|
|
17807
|
-
"name": "GPT-5.6 Terra
|
|
17377
|
+
"gpt-5-6-terra": {
|
|
17378
|
+
"id": "gpt-5-6-terra",
|
|
17379
|
+
"name": "GPT-5.6 Terra",
|
|
17808
17380
|
"api": "devin-agent",
|
|
17809
17381
|
"provider": "devin",
|
|
17810
17382
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17821,53 +17393,30 @@
|
|
|
17821
17393
|
"cacheWrite": 0
|
|
17822
17394
|
},
|
|
17823
17395
|
"contextWindow": 1000000,
|
|
17824
|
-
"maxTokens": 64000
|
|
17825
|
-
|
|
17826
|
-
|
|
17827
|
-
|
|
17828
|
-
|
|
17829
|
-
|
|
17830
|
-
|
|
17831
|
-
|
|
17832
|
-
|
|
17833
|
-
|
|
17834
|
-
"
|
|
17835
|
-
|
|
17836
|
-
|
|
17837
|
-
|
|
17838
|
-
|
|
17839
|
-
|
|
17840
|
-
|
|
17841
|
-
|
|
17842
|
-
"cacheWrite": 0
|
|
17843
|
-
},
|
|
17844
|
-
"contextWindow": 1000000,
|
|
17845
|
-
"maxTokens": 64000
|
|
17846
|
-
},
|
|
17847
|
-
"gpt-5-6-terra-none-priority": {
|
|
17848
|
-
"id": "gpt-5-6-terra-none-priority",
|
|
17849
|
-
"name": "GPT-5.6 Terra No Thinking Fast",
|
|
17850
|
-
"api": "devin-agent",
|
|
17851
|
-
"provider": "devin",
|
|
17852
|
-
"baseUrl": "https://server.codeium.com",
|
|
17853
|
-
"reasoning": false,
|
|
17854
|
-
"input": [
|
|
17855
|
-
"text",
|
|
17856
|
-
"image"
|
|
17857
|
-
],
|
|
17858
|
-
"supportsTools": true,
|
|
17859
|
-
"cost": {
|
|
17860
|
-
"input": 0,
|
|
17861
|
-
"output": 0,
|
|
17862
|
-
"cacheRead": 0,
|
|
17863
|
-
"cacheWrite": 0
|
|
17396
|
+
"maxTokens": 64000,
|
|
17397
|
+
"thinking": {
|
|
17398
|
+
"mode": "effort",
|
|
17399
|
+
"efforts": [
|
|
17400
|
+
"minimal",
|
|
17401
|
+
"low",
|
|
17402
|
+
"medium",
|
|
17403
|
+
"high",
|
|
17404
|
+
"xhigh"
|
|
17405
|
+
],
|
|
17406
|
+
"effortRouting": {
|
|
17407
|
+
"off": "gpt-5-6-terra-none",
|
|
17408
|
+
"minimal": "gpt-5-6-terra-low",
|
|
17409
|
+
"low": "gpt-5-6-terra-medium",
|
|
17410
|
+
"medium": "gpt-5-6-terra-high",
|
|
17411
|
+
"high": "gpt-5-6-terra-xhigh",
|
|
17412
|
+
"xhigh": "gpt-5-6-terra-max"
|
|
17413
|
+
}
|
|
17864
17414
|
},
|
|
17865
|
-
"
|
|
17866
|
-
"maxTokens": 64000
|
|
17415
|
+
"requestModelId": "gpt-5-6-terra-none"
|
|
17867
17416
|
},
|
|
17868
|
-
"gpt-5-6-terra-
|
|
17869
|
-
"id": "gpt-5-6-terra-
|
|
17870
|
-
"name": "GPT-5.6 Terra
|
|
17417
|
+
"gpt-5-6-terra-fast": {
|
|
17418
|
+
"id": "gpt-5-6-terra-fast",
|
|
17419
|
+
"name": "GPT-5.6 Terra Fast",
|
|
17871
17420
|
"api": "devin-agent",
|
|
17872
17421
|
"provider": "devin",
|
|
17873
17422
|
"baseUrl": "https://server.codeium.com",
|
|
@@ -17884,28 +17433,26 @@
|
|
|
17884
17433
|
"cacheWrite": 0
|
|
17885
17434
|
},
|
|
17886
17435
|
"contextWindow": 1000000,
|
|
17887
|
-
"maxTokens": 64000
|
|
17888
|
-
|
|
17889
|
-
|
|
17890
|
-
|
|
17891
|
-
|
|
17892
|
-
|
|
17893
|
-
|
|
17894
|
-
|
|
17895
|
-
|
|
17896
|
-
|
|
17897
|
-
"
|
|
17898
|
-
|
|
17899
|
-
|
|
17900
|
-
|
|
17901
|
-
|
|
17902
|
-
|
|
17903
|
-
|
|
17904
|
-
|
|
17905
|
-
"cacheWrite": 0
|
|
17436
|
+
"maxTokens": 64000,
|
|
17437
|
+
"thinking": {
|
|
17438
|
+
"mode": "effort",
|
|
17439
|
+
"efforts": [
|
|
17440
|
+
"minimal",
|
|
17441
|
+
"low",
|
|
17442
|
+
"medium",
|
|
17443
|
+
"high",
|
|
17444
|
+
"xhigh"
|
|
17445
|
+
],
|
|
17446
|
+
"effortRouting": {
|
|
17447
|
+
"off": "gpt-5-6-terra-none-priority",
|
|
17448
|
+
"minimal": "gpt-5-6-terra-low-priority",
|
|
17449
|
+
"low": "gpt-5-6-terra-low-priority",
|
|
17450
|
+
"medium": "gpt-5-6-terra-medium-priority",
|
|
17451
|
+
"high": "gpt-5-6-terra-high-priority",
|
|
17452
|
+
"xhigh": "gpt-5-6-terra-xhigh-priority"
|
|
17453
|
+
}
|
|
17906
17454
|
},
|
|
17907
|
-
"
|
|
17908
|
-
"maxTokens": 64000
|
|
17455
|
+
"requestModelId": "gpt-5-6-terra-none-priority"
|
|
17909
17456
|
},
|
|
17910
17457
|
"kimi-k2-6": {
|
|
17911
17458
|
"id": "kimi-k2-6",
|
|
@@ -60549,6 +60096,120 @@
|
|
|
60549
60096
|
},
|
|
60550
60097
|
"contextPromotionTarget": "openai/gpt-5.4"
|
|
60551
60098
|
},
|
|
60099
|
+
"gpt-5.6-luna": {
|
|
60100
|
+
"id": "gpt-5.6-luna",
|
|
60101
|
+
"name": "GPT-5.6 Luna",
|
|
60102
|
+
"api": "openai-responses",
|
|
60103
|
+
"provider": "openai",
|
|
60104
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60105
|
+
"reasoning": true,
|
|
60106
|
+
"input": [
|
|
60107
|
+
"text",
|
|
60108
|
+
"image"
|
|
60109
|
+
],
|
|
60110
|
+
"cost": {
|
|
60111
|
+
"input": 1,
|
|
60112
|
+
"output": 6,
|
|
60113
|
+
"cacheRead": 0.1,
|
|
60114
|
+
"cacheWrite": 1.25
|
|
60115
|
+
},
|
|
60116
|
+
"contextWindow": 1050000,
|
|
60117
|
+
"maxTokens": 128000,
|
|
60118
|
+
"applyPatchToolType": "freeform",
|
|
60119
|
+
"thinking": {
|
|
60120
|
+
"mode": "effort",
|
|
60121
|
+
"efforts": [
|
|
60122
|
+
"minimal",
|
|
60123
|
+
"low",
|
|
60124
|
+
"medium",
|
|
60125
|
+
"high",
|
|
60126
|
+
"xhigh"
|
|
60127
|
+
],
|
|
60128
|
+
"effortMap": {
|
|
60129
|
+
"minimal": "low",
|
|
60130
|
+
"low": "medium",
|
|
60131
|
+
"medium": "high",
|
|
60132
|
+
"high": "xhigh",
|
|
60133
|
+
"xhigh": "max"
|
|
60134
|
+
}
|
|
60135
|
+
}
|
|
60136
|
+
},
|
|
60137
|
+
"gpt-5.6-sol": {
|
|
60138
|
+
"id": "gpt-5.6-sol",
|
|
60139
|
+
"name": "GPT-5.6 Sol",
|
|
60140
|
+
"api": "openai-responses",
|
|
60141
|
+
"provider": "openai",
|
|
60142
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60143
|
+
"reasoning": true,
|
|
60144
|
+
"input": [
|
|
60145
|
+
"text",
|
|
60146
|
+
"image"
|
|
60147
|
+
],
|
|
60148
|
+
"cost": {
|
|
60149
|
+
"input": 5,
|
|
60150
|
+
"output": 30,
|
|
60151
|
+
"cacheRead": 0.5,
|
|
60152
|
+
"cacheWrite": 6.25
|
|
60153
|
+
},
|
|
60154
|
+
"contextWindow": 1050000,
|
|
60155
|
+
"maxTokens": 128000,
|
|
60156
|
+
"applyPatchToolType": "freeform",
|
|
60157
|
+
"thinking": {
|
|
60158
|
+
"mode": "effort",
|
|
60159
|
+
"efforts": [
|
|
60160
|
+
"minimal",
|
|
60161
|
+
"low",
|
|
60162
|
+
"medium",
|
|
60163
|
+
"high",
|
|
60164
|
+
"xhigh"
|
|
60165
|
+
],
|
|
60166
|
+
"effortMap": {
|
|
60167
|
+
"minimal": "low",
|
|
60168
|
+
"low": "medium",
|
|
60169
|
+
"medium": "high",
|
|
60170
|
+
"high": "xhigh",
|
|
60171
|
+
"xhigh": "max"
|
|
60172
|
+
}
|
|
60173
|
+
}
|
|
60174
|
+
},
|
|
60175
|
+
"gpt-5.6-terra": {
|
|
60176
|
+
"id": "gpt-5.6-terra",
|
|
60177
|
+
"name": "GPT-5.6 Terra",
|
|
60178
|
+
"api": "openai-responses",
|
|
60179
|
+
"provider": "openai",
|
|
60180
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60181
|
+
"reasoning": true,
|
|
60182
|
+
"input": [
|
|
60183
|
+
"text",
|
|
60184
|
+
"image"
|
|
60185
|
+
],
|
|
60186
|
+
"cost": {
|
|
60187
|
+
"input": 2.5,
|
|
60188
|
+
"output": 15,
|
|
60189
|
+
"cacheRead": 0.25,
|
|
60190
|
+
"cacheWrite": 3.125
|
|
60191
|
+
},
|
|
60192
|
+
"contextWindow": 1050000,
|
|
60193
|
+
"maxTokens": 128000,
|
|
60194
|
+
"applyPatchToolType": "freeform",
|
|
60195
|
+
"thinking": {
|
|
60196
|
+
"mode": "effort",
|
|
60197
|
+
"efforts": [
|
|
60198
|
+
"minimal",
|
|
60199
|
+
"low",
|
|
60200
|
+
"medium",
|
|
60201
|
+
"high",
|
|
60202
|
+
"xhigh"
|
|
60203
|
+
],
|
|
60204
|
+
"effortMap": {
|
|
60205
|
+
"minimal": "low",
|
|
60206
|
+
"low": "medium",
|
|
60207
|
+
"medium": "high",
|
|
60208
|
+
"high": "xhigh",
|
|
60209
|
+
"xhigh": "max"
|
|
60210
|
+
}
|
|
60211
|
+
}
|
|
60212
|
+
},
|
|
60552
60213
|
"o1": {
|
|
60553
60214
|
"id": "o1",
|
|
60554
60215
|
"name": "o1",
|
|
@@ -61330,7 +60991,7 @@
|
|
|
61330
60991
|
},
|
|
61331
60992
|
"gpt-5.6-luna": {
|
|
61332
60993
|
"id": "gpt-5.6-luna",
|
|
61333
|
-
"name": "GPT-5.6
|
|
60994
|
+
"name": "GPT-5.6 Luna",
|
|
61334
60995
|
"api": "openai-codex-responses",
|
|
61335
60996
|
"provider": "openai-codex",
|
|
61336
60997
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61340,10 +61001,10 @@
|
|
|
61340
61001
|
"image"
|
|
61341
61002
|
],
|
|
61342
61003
|
"cost": {
|
|
61343
|
-
"input":
|
|
61344
|
-
"output":
|
|
61345
|
-
"cacheRead": 0,
|
|
61346
|
-
"cacheWrite":
|
|
61004
|
+
"input": 1,
|
|
61005
|
+
"output": 6,
|
|
61006
|
+
"cacheRead": 0.1,
|
|
61007
|
+
"cacheWrite": 1.25
|
|
61347
61008
|
},
|
|
61348
61009
|
"remoteCompaction": {
|
|
61349
61010
|
"enabled": true,
|
|
@@ -61358,16 +61019,24 @@
|
|
|
61358
61019
|
"thinking": {
|
|
61359
61020
|
"mode": "effort",
|
|
61360
61021
|
"efforts": [
|
|
61022
|
+
"minimal",
|
|
61361
61023
|
"low",
|
|
61362
61024
|
"medium",
|
|
61363
61025
|
"high",
|
|
61364
61026
|
"xhigh"
|
|
61365
|
-
]
|
|
61027
|
+
],
|
|
61028
|
+
"effortMap": {
|
|
61029
|
+
"minimal": "low",
|
|
61030
|
+
"low": "medium",
|
|
61031
|
+
"medium": "high",
|
|
61032
|
+
"high": "xhigh",
|
|
61033
|
+
"xhigh": "max"
|
|
61034
|
+
}
|
|
61366
61035
|
}
|
|
61367
61036
|
},
|
|
61368
61037
|
"gpt-5.6-sol": {
|
|
61369
61038
|
"id": "gpt-5.6-sol",
|
|
61370
|
-
"name": "GPT-5.6
|
|
61039
|
+
"name": "GPT-5.6 Sol",
|
|
61371
61040
|
"api": "openai-codex-responses",
|
|
61372
61041
|
"provider": "openai-codex",
|
|
61373
61042
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61377,10 +61046,10 @@
|
|
|
61377
61046
|
"image"
|
|
61378
61047
|
],
|
|
61379
61048
|
"cost": {
|
|
61380
|
-
"input":
|
|
61381
|
-
"output":
|
|
61382
|
-
"cacheRead": 0,
|
|
61383
|
-
"cacheWrite":
|
|
61049
|
+
"input": 5,
|
|
61050
|
+
"output": 30,
|
|
61051
|
+
"cacheRead": 0.5,
|
|
61052
|
+
"cacheWrite": 6.25
|
|
61384
61053
|
},
|
|
61385
61054
|
"remoteCompaction": {
|
|
61386
61055
|
"enabled": true,
|
|
@@ -61395,16 +61064,24 @@
|
|
|
61395
61064
|
"thinking": {
|
|
61396
61065
|
"mode": "effort",
|
|
61397
61066
|
"efforts": [
|
|
61067
|
+
"minimal",
|
|
61398
61068
|
"low",
|
|
61399
61069
|
"medium",
|
|
61400
61070
|
"high",
|
|
61401
61071
|
"xhigh"
|
|
61402
|
-
]
|
|
61072
|
+
],
|
|
61073
|
+
"effortMap": {
|
|
61074
|
+
"minimal": "low",
|
|
61075
|
+
"low": "medium",
|
|
61076
|
+
"medium": "high",
|
|
61077
|
+
"high": "xhigh",
|
|
61078
|
+
"xhigh": "max"
|
|
61079
|
+
}
|
|
61403
61080
|
}
|
|
61404
61081
|
},
|
|
61405
61082
|
"gpt-5.6-terra": {
|
|
61406
61083
|
"id": "gpt-5.6-terra",
|
|
61407
|
-
"name": "GPT-5.6
|
|
61084
|
+
"name": "GPT-5.6 Terra",
|
|
61408
61085
|
"api": "openai-codex-responses",
|
|
61409
61086
|
"provider": "openai-codex",
|
|
61410
61087
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61414,10 +61091,10 @@
|
|
|
61414
61091
|
"image"
|
|
61415
61092
|
],
|
|
61416
61093
|
"cost": {
|
|
61417
|
-
"input":
|
|
61418
|
-
"output":
|
|
61419
|
-
"cacheRead": 0,
|
|
61420
|
-
"cacheWrite":
|
|
61094
|
+
"input": 2.5,
|
|
61095
|
+
"output": 15,
|
|
61096
|
+
"cacheRead": 0.25,
|
|
61097
|
+
"cacheWrite": 3.125
|
|
61421
61098
|
},
|
|
61422
61099
|
"remoteCompaction": {
|
|
61423
61100
|
"enabled": true,
|
|
@@ -61432,11 +61109,19 @@
|
|
|
61432
61109
|
"thinking": {
|
|
61433
61110
|
"mode": "effort",
|
|
61434
61111
|
"efforts": [
|
|
61112
|
+
"minimal",
|
|
61435
61113
|
"low",
|
|
61436
61114
|
"medium",
|
|
61437
61115
|
"high",
|
|
61438
61116
|
"xhigh"
|
|
61439
|
-
]
|
|
61117
|
+
],
|
|
61118
|
+
"effortMap": {
|
|
61119
|
+
"minimal": "low",
|
|
61120
|
+
"low": "medium",
|
|
61121
|
+
"medium": "high",
|
|
61122
|
+
"high": "xhigh",
|
|
61123
|
+
"xhigh": "max"
|
|
61124
|
+
}
|
|
61440
61125
|
}
|
|
61441
61126
|
}
|
|
61442
61127
|
},
|
|
@@ -69869,11 +69554,19 @@
|
|
|
69869
69554
|
"thinking": {
|
|
69870
69555
|
"mode": "effort",
|
|
69871
69556
|
"efforts": [
|
|
69557
|
+
"minimal",
|
|
69872
69558
|
"low",
|
|
69873
69559
|
"medium",
|
|
69874
69560
|
"high",
|
|
69875
69561
|
"xhigh"
|
|
69876
|
-
]
|
|
69562
|
+
],
|
|
69563
|
+
"effortMap": {
|
|
69564
|
+
"minimal": "low",
|
|
69565
|
+
"low": "medium",
|
|
69566
|
+
"medium": "high",
|
|
69567
|
+
"high": "xhigh",
|
|
69568
|
+
"xhigh": "max"
|
|
69569
|
+
}
|
|
69877
69570
|
}
|
|
69878
69571
|
},
|
|
69879
69572
|
"openai/gpt-5.6-luna-pro": {
|
|
@@ -69898,11 +69591,19 @@
|
|
|
69898
69591
|
"thinking": {
|
|
69899
69592
|
"mode": "effort",
|
|
69900
69593
|
"efforts": [
|
|
69594
|
+
"minimal",
|
|
69901
69595
|
"low",
|
|
69902
69596
|
"medium",
|
|
69903
69597
|
"high",
|
|
69904
69598
|
"xhigh"
|
|
69905
|
-
]
|
|
69599
|
+
],
|
|
69600
|
+
"effortMap": {
|
|
69601
|
+
"minimal": "low",
|
|
69602
|
+
"low": "medium",
|
|
69603
|
+
"medium": "high",
|
|
69604
|
+
"high": "xhigh",
|
|
69605
|
+
"xhigh": "max"
|
|
69606
|
+
}
|
|
69906
69607
|
}
|
|
69907
69608
|
},
|
|
69908
69609
|
"openai/gpt-5.6-sol": {
|
|
@@ -69927,11 +69628,19 @@
|
|
|
69927
69628
|
"thinking": {
|
|
69928
69629
|
"mode": "effort",
|
|
69929
69630
|
"efforts": [
|
|
69631
|
+
"minimal",
|
|
69930
69632
|
"low",
|
|
69931
69633
|
"medium",
|
|
69932
69634
|
"high",
|
|
69933
69635
|
"xhigh"
|
|
69934
|
-
]
|
|
69636
|
+
],
|
|
69637
|
+
"effortMap": {
|
|
69638
|
+
"minimal": "low",
|
|
69639
|
+
"low": "medium",
|
|
69640
|
+
"medium": "high",
|
|
69641
|
+
"high": "xhigh",
|
|
69642
|
+
"xhigh": "max"
|
|
69643
|
+
}
|
|
69935
69644
|
}
|
|
69936
69645
|
},
|
|
69937
69646
|
"openai/gpt-5.6-sol-pro": {
|
|
@@ -69956,11 +69665,19 @@
|
|
|
69956
69665
|
"thinking": {
|
|
69957
69666
|
"mode": "effort",
|
|
69958
69667
|
"efforts": [
|
|
69668
|
+
"minimal",
|
|
69959
69669
|
"low",
|
|
69960
69670
|
"medium",
|
|
69961
69671
|
"high",
|
|
69962
69672
|
"xhigh"
|
|
69963
|
-
]
|
|
69673
|
+
],
|
|
69674
|
+
"effortMap": {
|
|
69675
|
+
"minimal": "low",
|
|
69676
|
+
"low": "medium",
|
|
69677
|
+
"medium": "high",
|
|
69678
|
+
"high": "xhigh",
|
|
69679
|
+
"xhigh": "max"
|
|
69680
|
+
}
|
|
69964
69681
|
}
|
|
69965
69682
|
},
|
|
69966
69683
|
"openai/gpt-5.6-terra": {
|
|
@@ -69985,11 +69702,19 @@
|
|
|
69985
69702
|
"thinking": {
|
|
69986
69703
|
"mode": "effort",
|
|
69987
69704
|
"efforts": [
|
|
69705
|
+
"minimal",
|
|
69988
69706
|
"low",
|
|
69989
69707
|
"medium",
|
|
69990
69708
|
"high",
|
|
69991
69709
|
"xhigh"
|
|
69992
|
-
]
|
|
69710
|
+
],
|
|
69711
|
+
"effortMap": {
|
|
69712
|
+
"minimal": "low",
|
|
69713
|
+
"low": "medium",
|
|
69714
|
+
"medium": "high",
|
|
69715
|
+
"high": "xhigh",
|
|
69716
|
+
"xhigh": "max"
|
|
69717
|
+
}
|
|
69993
69718
|
}
|
|
69994
69719
|
},
|
|
69995
69720
|
"openai/gpt-5.6-terra-pro": {
|
|
@@ -70014,11 +69739,19 @@
|
|
|
70014
69739
|
"thinking": {
|
|
70015
69740
|
"mode": "effort",
|
|
70016
69741
|
"efforts": [
|
|
69742
|
+
"minimal",
|
|
70017
69743
|
"low",
|
|
70018
69744
|
"medium",
|
|
70019
69745
|
"high",
|
|
70020
69746
|
"xhigh"
|
|
70021
|
-
]
|
|
69747
|
+
],
|
|
69748
|
+
"effortMap": {
|
|
69749
|
+
"minimal": "low",
|
|
69750
|
+
"low": "medium",
|
|
69751
|
+
"medium": "high",
|
|
69752
|
+
"high": "xhigh",
|
|
69753
|
+
"xhigh": "max"
|
|
69754
|
+
}
|
|
70022
69755
|
}
|
|
70023
69756
|
},
|
|
70024
69757
|
"openai/gpt-audio": {
|
|
@@ -73625,13 +73358,13 @@
|
|
|
73625
73358
|
"text"
|
|
73626
73359
|
],
|
|
73627
73360
|
"cost": {
|
|
73628
|
-
"input": 0.
|
|
73629
|
-
"output": 1.
|
|
73630
|
-
"cacheRead": 0.
|
|
73361
|
+
"input": 0.54,
|
|
73362
|
+
"output": 1.76,
|
|
73363
|
+
"cacheRead": 0.09999999999999999,
|
|
73631
73364
|
"cacheWrite": 0
|
|
73632
73365
|
},
|
|
73633
73366
|
"contextWindow": 1048576,
|
|
73634
|
-
"maxTokens":
|
|
73367
|
+
"maxTokens": 101376,
|
|
73635
73368
|
"thinking": {
|
|
73636
73369
|
"mode": "effort",
|
|
73637
73370
|
"efforts": [
|
|
@@ -75776,7 +75509,7 @@
|
|
|
75776
75509
|
"cacheRead": 0,
|
|
75777
75510
|
"cacheWrite": 0
|
|
75778
75511
|
},
|
|
75779
|
-
"contextWindow":
|
|
75512
|
+
"contextWindow": 1000000,
|
|
75780
75513
|
"maxTokens": 1048576,
|
|
75781
75514
|
"compat": {
|
|
75782
75515
|
"supportsUsageInStreaming": false
|
|
@@ -82443,6 +82176,7 @@
|
|
|
82443
82176
|
"thinking": {
|
|
82444
82177
|
"mode": "budget",
|
|
82445
82178
|
"efforts": [
|
|
82179
|
+
"minimal",
|
|
82446
82180
|
"low",
|
|
82447
82181
|
"medium",
|
|
82448
82182
|
"high",
|
|
@@ -82472,6 +82206,7 @@
|
|
|
82472
82206
|
"thinking": {
|
|
82473
82207
|
"mode": "budget",
|
|
82474
82208
|
"efforts": [
|
|
82209
|
+
"minimal",
|
|
82475
82210
|
"low",
|
|
82476
82211
|
"medium",
|
|
82477
82212
|
"high",
|
|
@@ -82501,6 +82236,7 @@
|
|
|
82501
82236
|
"thinking": {
|
|
82502
82237
|
"mode": "budget",
|
|
82503
82238
|
"efforts": [
|
|
82239
|
+
"minimal",
|
|
82504
82240
|
"low",
|
|
82505
82241
|
"medium",
|
|
82506
82242
|
"high",
|