@oh-my-pi/pi-catalog 16.3.13 → 16.3.15
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 +26 -0
- package/dist/types/model-thinking.d.ts +7 -5
- package/dist/types/provider-models/openai-compat.d.ts +12 -0
- package/dist/types/types.d.ts +7 -0
- package/package.json +3 -3
- package/src/compat/openai.ts +1 -1
- package/src/identity/family.ts +1 -1
- package/src/model-thinking.ts +45 -7
- package/src/models.json +1106 -655
- package/src/provider-models/openai-compat.ts +57 -0
- package/src/types.ts +7 -0
- 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
|
|
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
|
+
}
|
|
17843
17414
|
},
|
|
17844
|
-
"
|
|
17845
|
-
"maxTokens": 64000
|
|
17415
|
+
"requestModelId": "gpt-5-6-terra-none"
|
|
17846
17416
|
},
|
|
17847
|
-
"gpt-5-6-terra-
|
|
17848
|
-
"id": "gpt-5-6-terra-
|
|
17849
|
-
"name": "GPT-5.6 Terra
|
|
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
|
|
17864
|
-
},
|
|
17865
|
-
"contextWindow": 1000000,
|
|
17866
|
-
"maxTokens": 64000
|
|
17867
|
-
},
|
|
17868
|
-
"gpt-5-6-terra-xhigh": {
|
|
17869
|
-
"id": "gpt-5-6-terra-xhigh",
|
|
17870
|
-
"name": "GPT-5.6 Terra XHigh Thinking",
|
|
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",
|
|
@@ -32741,7 +32288,7 @@
|
|
|
32741
32288
|
"api": "openai-completions",
|
|
32742
32289
|
"provider": "kilo",
|
|
32743
32290
|
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
32744
|
-
"reasoning":
|
|
32291
|
+
"reasoning": true,
|
|
32745
32292
|
"input": [
|
|
32746
32293
|
"text"
|
|
32747
32294
|
],
|
|
@@ -32752,7 +32299,17 @@
|
|
|
32752
32299
|
"cacheWrite": 0
|
|
32753
32300
|
},
|
|
32754
32301
|
"contextWindow": 262144,
|
|
32755
|
-
"maxTokens": 32768
|
|
32302
|
+
"maxTokens": 32768,
|
|
32303
|
+
"thinking": {
|
|
32304
|
+
"mode": "effort",
|
|
32305
|
+
"efforts": [
|
|
32306
|
+
"minimal",
|
|
32307
|
+
"low",
|
|
32308
|
+
"medium",
|
|
32309
|
+
"high",
|
|
32310
|
+
"xhigh"
|
|
32311
|
+
]
|
|
32312
|
+
}
|
|
32756
32313
|
},
|
|
32757
32314
|
"poolside/laguna-m.1:free": {
|
|
32758
32315
|
"id": "poolside/laguna-m.1:free",
|
|
@@ -32827,7 +32384,7 @@
|
|
|
32827
32384
|
"api": "openai-completions",
|
|
32828
32385
|
"provider": "kilo",
|
|
32829
32386
|
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
32830
|
-
"reasoning":
|
|
32387
|
+
"reasoning": true,
|
|
32831
32388
|
"input": [
|
|
32832
32389
|
"text"
|
|
32833
32390
|
],
|
|
@@ -32838,7 +32395,17 @@
|
|
|
32838
32395
|
"cacheWrite": 0
|
|
32839
32396
|
},
|
|
32840
32397
|
"contextWindow": 262144,
|
|
32841
|
-
"maxTokens": 32768
|
|
32398
|
+
"maxTokens": 32768,
|
|
32399
|
+
"thinking": {
|
|
32400
|
+
"mode": "effort",
|
|
32401
|
+
"efforts": [
|
|
32402
|
+
"minimal",
|
|
32403
|
+
"low",
|
|
32404
|
+
"medium",
|
|
32405
|
+
"high",
|
|
32406
|
+
"xhigh"
|
|
32407
|
+
]
|
|
32408
|
+
}
|
|
32842
32409
|
},
|
|
32843
32410
|
"poolside/laguna-xs.2:free": {
|
|
32844
32411
|
"id": "poolside/laguna-xs.2:free",
|
|
@@ -46132,6 +45699,25 @@
|
|
|
46132
45699
|
"contextWindow": 328000,
|
|
46133
45700
|
"maxTokens": 65536
|
|
46134
45701
|
},
|
|
45702
|
+
"meta/muse-spark-1.1": {
|
|
45703
|
+
"id": "meta/muse-spark-1.1",
|
|
45704
|
+
"name": "meta/muse-spark-1.1",
|
|
45705
|
+
"api": "openai-completions",
|
|
45706
|
+
"provider": "nanogpt",
|
|
45707
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
45708
|
+
"reasoning": false,
|
|
45709
|
+
"input": [
|
|
45710
|
+
"text"
|
|
45711
|
+
],
|
|
45712
|
+
"cost": {
|
|
45713
|
+
"input": 0,
|
|
45714
|
+
"output": 0,
|
|
45715
|
+
"cacheRead": 0,
|
|
45716
|
+
"cacheWrite": 0
|
|
45717
|
+
},
|
|
45718
|
+
"contextWindow": 1048576,
|
|
45719
|
+
"maxTokens": 1048576
|
|
45720
|
+
},
|
|
46135
45721
|
"microsoft/MAI-DS-R1-FP8": {
|
|
46136
45722
|
"id": "microsoft/MAI-DS-R1-FP8",
|
|
46137
45723
|
"name": "microsoft/MAI-DS-R1-FP8",
|
|
@@ -48950,6 +48536,174 @@
|
|
|
48950
48536
|
},
|
|
48951
48537
|
"contextPromotionTarget": "nanogpt/openai/gpt-5.4"
|
|
48952
48538
|
},
|
|
48539
|
+
"openai/gpt-5.6-luna": {
|
|
48540
|
+
"id": "openai/gpt-5.6-luna",
|
|
48541
|
+
"name": "GPT-5.6 Luna",
|
|
48542
|
+
"api": "openai-completions",
|
|
48543
|
+
"provider": "nanogpt",
|
|
48544
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48545
|
+
"reasoning": true,
|
|
48546
|
+
"input": [
|
|
48547
|
+
"text",
|
|
48548
|
+
"image"
|
|
48549
|
+
],
|
|
48550
|
+
"cost": {
|
|
48551
|
+
"input": 1,
|
|
48552
|
+
"output": 6,
|
|
48553
|
+
"cacheRead": 0.09999999999999999,
|
|
48554
|
+
"cacheWrite": 0
|
|
48555
|
+
},
|
|
48556
|
+
"contextWindow": 1050000,
|
|
48557
|
+
"maxTokens": 128000,
|
|
48558
|
+
"thinking": {
|
|
48559
|
+
"mode": "effort",
|
|
48560
|
+
"efforts": [
|
|
48561
|
+
"minimal",
|
|
48562
|
+
"low",
|
|
48563
|
+
"medium",
|
|
48564
|
+
"high",
|
|
48565
|
+
"xhigh"
|
|
48566
|
+
],
|
|
48567
|
+
"effortMap": {
|
|
48568
|
+
"minimal": "low",
|
|
48569
|
+
"low": "medium",
|
|
48570
|
+
"medium": "high",
|
|
48571
|
+
"high": "xhigh",
|
|
48572
|
+
"xhigh": "max"
|
|
48573
|
+
}
|
|
48574
|
+
}
|
|
48575
|
+
},
|
|
48576
|
+
"openai/gpt-5.6-luna-pro": {
|
|
48577
|
+
"id": "openai/gpt-5.6-luna-pro",
|
|
48578
|
+
"name": "GPT-5.6 Luna Pro",
|
|
48579
|
+
"api": "openai-completions",
|
|
48580
|
+
"provider": "nanogpt",
|
|
48581
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48582
|
+
"reasoning": false,
|
|
48583
|
+
"input": [
|
|
48584
|
+
"text"
|
|
48585
|
+
],
|
|
48586
|
+
"cost": {
|
|
48587
|
+
"input": 0,
|
|
48588
|
+
"output": 0,
|
|
48589
|
+
"cacheRead": 0,
|
|
48590
|
+
"cacheWrite": 0
|
|
48591
|
+
},
|
|
48592
|
+
"contextWindow": 1050000,
|
|
48593
|
+
"maxTokens": 128000
|
|
48594
|
+
},
|
|
48595
|
+
"openai/gpt-5.6-sol": {
|
|
48596
|
+
"id": "openai/gpt-5.6-sol",
|
|
48597
|
+
"name": "GPT-5.6 Sol",
|
|
48598
|
+
"api": "openai-completions",
|
|
48599
|
+
"provider": "nanogpt",
|
|
48600
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48601
|
+
"reasoning": true,
|
|
48602
|
+
"input": [
|
|
48603
|
+
"text",
|
|
48604
|
+
"image"
|
|
48605
|
+
],
|
|
48606
|
+
"cost": {
|
|
48607
|
+
"input": 5,
|
|
48608
|
+
"output": 30,
|
|
48609
|
+
"cacheRead": 0.5,
|
|
48610
|
+
"cacheWrite": 0
|
|
48611
|
+
},
|
|
48612
|
+
"contextWindow": 1050000,
|
|
48613
|
+
"maxTokens": 128000,
|
|
48614
|
+
"thinking": {
|
|
48615
|
+
"mode": "effort",
|
|
48616
|
+
"efforts": [
|
|
48617
|
+
"minimal",
|
|
48618
|
+
"low",
|
|
48619
|
+
"medium",
|
|
48620
|
+
"high",
|
|
48621
|
+
"xhigh"
|
|
48622
|
+
],
|
|
48623
|
+
"effortMap": {
|
|
48624
|
+
"minimal": "low",
|
|
48625
|
+
"low": "medium",
|
|
48626
|
+
"medium": "high",
|
|
48627
|
+
"high": "xhigh",
|
|
48628
|
+
"xhigh": "max"
|
|
48629
|
+
}
|
|
48630
|
+
}
|
|
48631
|
+
},
|
|
48632
|
+
"openai/gpt-5.6-sol-pro": {
|
|
48633
|
+
"id": "openai/gpt-5.6-sol-pro",
|
|
48634
|
+
"name": "GPT-5.6 Sol Pro",
|
|
48635
|
+
"api": "openai-completions",
|
|
48636
|
+
"provider": "nanogpt",
|
|
48637
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48638
|
+
"reasoning": false,
|
|
48639
|
+
"input": [
|
|
48640
|
+
"text"
|
|
48641
|
+
],
|
|
48642
|
+
"cost": {
|
|
48643
|
+
"input": 0,
|
|
48644
|
+
"output": 0,
|
|
48645
|
+
"cacheRead": 0,
|
|
48646
|
+
"cacheWrite": 0
|
|
48647
|
+
},
|
|
48648
|
+
"contextWindow": 1050000,
|
|
48649
|
+
"maxTokens": 128000
|
|
48650
|
+
},
|
|
48651
|
+
"openai/gpt-5.6-terra": {
|
|
48652
|
+
"id": "openai/gpt-5.6-terra",
|
|
48653
|
+
"name": "GPT-5.6 Terra",
|
|
48654
|
+
"api": "openai-completions",
|
|
48655
|
+
"provider": "nanogpt",
|
|
48656
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48657
|
+
"reasoning": true,
|
|
48658
|
+
"input": [
|
|
48659
|
+
"text",
|
|
48660
|
+
"image"
|
|
48661
|
+
],
|
|
48662
|
+
"cost": {
|
|
48663
|
+
"input": 2.5,
|
|
48664
|
+
"output": 15,
|
|
48665
|
+
"cacheRead": 0.25,
|
|
48666
|
+
"cacheWrite": 0
|
|
48667
|
+
},
|
|
48668
|
+
"contextWindow": 1050000,
|
|
48669
|
+
"maxTokens": 128000,
|
|
48670
|
+
"thinking": {
|
|
48671
|
+
"mode": "effort",
|
|
48672
|
+
"efforts": [
|
|
48673
|
+
"minimal",
|
|
48674
|
+
"low",
|
|
48675
|
+
"medium",
|
|
48676
|
+
"high",
|
|
48677
|
+
"xhigh"
|
|
48678
|
+
],
|
|
48679
|
+
"effortMap": {
|
|
48680
|
+
"minimal": "low",
|
|
48681
|
+
"low": "medium",
|
|
48682
|
+
"medium": "high",
|
|
48683
|
+
"high": "xhigh",
|
|
48684
|
+
"xhigh": "max"
|
|
48685
|
+
}
|
|
48686
|
+
}
|
|
48687
|
+
},
|
|
48688
|
+
"openai/gpt-5.6-terra-pro": {
|
|
48689
|
+
"id": "openai/gpt-5.6-terra-pro",
|
|
48690
|
+
"name": "GPT-5.6 Terra Pro",
|
|
48691
|
+
"api": "openai-completions",
|
|
48692
|
+
"provider": "nanogpt",
|
|
48693
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
48694
|
+
"reasoning": false,
|
|
48695
|
+
"input": [
|
|
48696
|
+
"text"
|
|
48697
|
+
],
|
|
48698
|
+
"cost": {
|
|
48699
|
+
"input": 0,
|
|
48700
|
+
"output": 0,
|
|
48701
|
+
"cacheRead": 0,
|
|
48702
|
+
"cacheWrite": 0
|
|
48703
|
+
},
|
|
48704
|
+
"contextWindow": 1050000,
|
|
48705
|
+
"maxTokens": 128000
|
|
48706
|
+
},
|
|
48953
48707
|
"openai/gpt-chat-latest": {
|
|
48954
48708
|
"id": "openai/gpt-chat-latest",
|
|
48955
48709
|
"name": "GPT Chat Latest",
|
|
@@ -49558,41 +49312,61 @@
|
|
|
49558
49312
|
},
|
|
49559
49313
|
"poolside/laguna-m.1": {
|
|
49560
49314
|
"id": "poolside/laguna-m.1",
|
|
49561
|
-
"name": "
|
|
49315
|
+
"name": "Laguna M.1",
|
|
49562
49316
|
"api": "openai-completions",
|
|
49563
49317
|
"provider": "nanogpt",
|
|
49564
49318
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
49565
|
-
"reasoning":
|
|
49319
|
+
"reasoning": true,
|
|
49566
49320
|
"input": [
|
|
49567
49321
|
"text"
|
|
49568
49322
|
],
|
|
49569
49323
|
"cost": {
|
|
49570
|
-
"input": 0,
|
|
49571
|
-
"output": 0,
|
|
49324
|
+
"input": 0.2,
|
|
49325
|
+
"output": 0.4,
|
|
49572
49326
|
"cacheRead": 0,
|
|
49573
49327
|
"cacheWrite": 0
|
|
49574
49328
|
},
|
|
49575
49329
|
"contextWindow": 262144,
|
|
49576
|
-
"maxTokens": 32768
|
|
49330
|
+
"maxTokens": 32768,
|
|
49331
|
+
"thinking": {
|
|
49332
|
+
"mode": "effort",
|
|
49333
|
+
"efforts": [
|
|
49334
|
+
"minimal",
|
|
49335
|
+
"low",
|
|
49336
|
+
"medium",
|
|
49337
|
+
"high",
|
|
49338
|
+
"xhigh"
|
|
49339
|
+
]
|
|
49340
|
+
}
|
|
49577
49341
|
},
|
|
49578
49342
|
"poolside/laguna-xs.2": {
|
|
49579
49343
|
"id": "poolside/laguna-xs.2",
|
|
49580
|
-
"name": "
|
|
49344
|
+
"name": "Laguna XS.2",
|
|
49581
49345
|
"api": "openai-completions",
|
|
49582
49346
|
"provider": "nanogpt",
|
|
49583
49347
|
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
49584
|
-
"reasoning":
|
|
49348
|
+
"reasoning": true,
|
|
49585
49349
|
"input": [
|
|
49586
49350
|
"text"
|
|
49587
49351
|
],
|
|
49588
49352
|
"cost": {
|
|
49589
|
-
"input": 0,
|
|
49590
|
-
"output": 0,
|
|
49353
|
+
"input": 0.2,
|
|
49354
|
+
"output": 0.4,
|
|
49591
49355
|
"cacheRead": 0,
|
|
49592
49356
|
"cacheWrite": 0
|
|
49593
49357
|
},
|
|
49594
49358
|
"contextWindow": 262144,
|
|
49595
|
-
"maxTokens": 32768
|
|
49359
|
+
"maxTokens": 32768,
|
|
49360
|
+
"thinking": {
|
|
49361
|
+
"mode": "effort",
|
|
49362
|
+
"efforts": [
|
|
49363
|
+
"minimal",
|
|
49364
|
+
"low",
|
|
49365
|
+
"medium",
|
|
49366
|
+
"high",
|
|
49367
|
+
"xhigh"
|
|
49368
|
+
]
|
|
49369
|
+
}
|
|
49596
49370
|
},
|
|
49597
49371
|
"qvq-max": {
|
|
49598
49372
|
"id": "qvq-max",
|
|
@@ -60487,9 +60261,187 @@
|
|
|
60487
60261
|
]
|
|
60488
60262
|
}
|
|
60489
60263
|
},
|
|
60490
|
-
"gpt-5.5": {
|
|
60491
|
-
"id": "gpt-5.5",
|
|
60492
|
-
"name": "GPT-5.5",
|
|
60264
|
+
"gpt-5.5": {
|
|
60265
|
+
"id": "gpt-5.5",
|
|
60266
|
+
"name": "GPT-5.5",
|
|
60267
|
+
"api": "openai-responses",
|
|
60268
|
+
"provider": "openai",
|
|
60269
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60270
|
+
"reasoning": true,
|
|
60271
|
+
"input": [
|
|
60272
|
+
"text",
|
|
60273
|
+
"image"
|
|
60274
|
+
],
|
|
60275
|
+
"cost": {
|
|
60276
|
+
"input": 5,
|
|
60277
|
+
"output": 30,
|
|
60278
|
+
"cacheRead": 0.5,
|
|
60279
|
+
"cacheWrite": 0
|
|
60280
|
+
},
|
|
60281
|
+
"contextWindow": 1050000,
|
|
60282
|
+
"maxTokens": 128000,
|
|
60283
|
+
"applyPatchToolType": "freeform",
|
|
60284
|
+
"thinking": {
|
|
60285
|
+
"mode": "effort",
|
|
60286
|
+
"efforts": [
|
|
60287
|
+
"low",
|
|
60288
|
+
"medium",
|
|
60289
|
+
"high",
|
|
60290
|
+
"xhigh"
|
|
60291
|
+
]
|
|
60292
|
+
},
|
|
60293
|
+
"contextPromotionTarget": "openai/gpt-5.4"
|
|
60294
|
+
},
|
|
60295
|
+
"gpt-5.5-pro": {
|
|
60296
|
+
"id": "gpt-5.5-pro",
|
|
60297
|
+
"name": "GPT-5.5 Pro",
|
|
60298
|
+
"api": "openai-responses",
|
|
60299
|
+
"provider": "openai",
|
|
60300
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60301
|
+
"reasoning": true,
|
|
60302
|
+
"input": [
|
|
60303
|
+
"text",
|
|
60304
|
+
"image"
|
|
60305
|
+
],
|
|
60306
|
+
"cost": {
|
|
60307
|
+
"input": 30,
|
|
60308
|
+
"output": 180,
|
|
60309
|
+
"cacheRead": 0,
|
|
60310
|
+
"cacheWrite": 0
|
|
60311
|
+
},
|
|
60312
|
+
"contextWindow": 1050000,
|
|
60313
|
+
"maxTokens": 128000,
|
|
60314
|
+
"applyPatchToolType": "freeform",
|
|
60315
|
+
"thinking": {
|
|
60316
|
+
"mode": "effort",
|
|
60317
|
+
"efforts": [
|
|
60318
|
+
"low",
|
|
60319
|
+
"medium",
|
|
60320
|
+
"high",
|
|
60321
|
+
"xhigh"
|
|
60322
|
+
]
|
|
60323
|
+
},
|
|
60324
|
+
"contextPromotionTarget": "openai/gpt-5.4"
|
|
60325
|
+
},
|
|
60326
|
+
"gpt-5.6": {
|
|
60327
|
+
"id": "gpt-5.6",
|
|
60328
|
+
"name": "GPT-5.6",
|
|
60329
|
+
"api": "openai-responses",
|
|
60330
|
+
"provider": "openai",
|
|
60331
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60332
|
+
"reasoning": true,
|
|
60333
|
+
"input": [
|
|
60334
|
+
"text",
|
|
60335
|
+
"image"
|
|
60336
|
+
],
|
|
60337
|
+
"cost": {
|
|
60338
|
+
"input": 5,
|
|
60339
|
+
"output": 30,
|
|
60340
|
+
"cacheRead": 0.5,
|
|
60341
|
+
"cacheWrite": 6.25
|
|
60342
|
+
},
|
|
60343
|
+
"contextWindow": 1050000,
|
|
60344
|
+
"maxTokens": 128000,
|
|
60345
|
+
"applyPatchToolType": "freeform",
|
|
60346
|
+
"thinking": {
|
|
60347
|
+
"mode": "effort",
|
|
60348
|
+
"efforts": [
|
|
60349
|
+
"minimal",
|
|
60350
|
+
"low",
|
|
60351
|
+
"medium",
|
|
60352
|
+
"high",
|
|
60353
|
+
"xhigh"
|
|
60354
|
+
],
|
|
60355
|
+
"effortMap": {
|
|
60356
|
+
"minimal": "low",
|
|
60357
|
+
"low": "medium",
|
|
60358
|
+
"medium": "high",
|
|
60359
|
+
"high": "xhigh",
|
|
60360
|
+
"xhigh": "max"
|
|
60361
|
+
}
|
|
60362
|
+
}
|
|
60363
|
+
},
|
|
60364
|
+
"gpt-5.6-luna": {
|
|
60365
|
+
"id": "gpt-5.6-luna",
|
|
60366
|
+
"name": "GPT-5.6 Luna",
|
|
60367
|
+
"api": "openai-responses",
|
|
60368
|
+
"provider": "openai",
|
|
60369
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60370
|
+
"reasoning": true,
|
|
60371
|
+
"input": [
|
|
60372
|
+
"text",
|
|
60373
|
+
"image"
|
|
60374
|
+
],
|
|
60375
|
+
"cost": {
|
|
60376
|
+
"input": 1,
|
|
60377
|
+
"output": 6,
|
|
60378
|
+
"cacheRead": 0.1,
|
|
60379
|
+
"cacheWrite": 1.25
|
|
60380
|
+
},
|
|
60381
|
+
"contextWindow": 1050000,
|
|
60382
|
+
"maxTokens": 128000,
|
|
60383
|
+
"applyPatchToolType": "freeform",
|
|
60384
|
+
"thinking": {
|
|
60385
|
+
"mode": "effort",
|
|
60386
|
+
"efforts": [
|
|
60387
|
+
"minimal",
|
|
60388
|
+
"low",
|
|
60389
|
+
"medium",
|
|
60390
|
+
"high",
|
|
60391
|
+
"xhigh"
|
|
60392
|
+
],
|
|
60393
|
+
"effortMap": {
|
|
60394
|
+
"minimal": "low",
|
|
60395
|
+
"low": "medium",
|
|
60396
|
+
"medium": "high",
|
|
60397
|
+
"high": "xhigh",
|
|
60398
|
+
"xhigh": "max"
|
|
60399
|
+
}
|
|
60400
|
+
}
|
|
60401
|
+
},
|
|
60402
|
+
"gpt-5.6-luna-pro": {
|
|
60403
|
+
"id": "gpt-5.6-luna-pro",
|
|
60404
|
+
"name": "GPT-5.6 Luna Pro",
|
|
60405
|
+
"api": "openai-responses",
|
|
60406
|
+
"provider": "openai",
|
|
60407
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60408
|
+
"reasoning": true,
|
|
60409
|
+
"input": [
|
|
60410
|
+
"text",
|
|
60411
|
+
"image"
|
|
60412
|
+
],
|
|
60413
|
+
"cost": {
|
|
60414
|
+
"input": 1,
|
|
60415
|
+
"output": 6,
|
|
60416
|
+
"cacheRead": 0.1,
|
|
60417
|
+
"cacheWrite": 1.25
|
|
60418
|
+
},
|
|
60419
|
+
"contextWindow": 1050000,
|
|
60420
|
+
"maxTokens": 128000,
|
|
60421
|
+
"requestModelId": "gpt-5.6-luna",
|
|
60422
|
+
"reasoningMode": "pro",
|
|
60423
|
+
"applyPatchToolType": "freeform",
|
|
60424
|
+
"thinking": {
|
|
60425
|
+
"mode": "effort",
|
|
60426
|
+
"efforts": [
|
|
60427
|
+
"minimal",
|
|
60428
|
+
"low",
|
|
60429
|
+
"medium",
|
|
60430
|
+
"high",
|
|
60431
|
+
"xhigh"
|
|
60432
|
+
],
|
|
60433
|
+
"effortMap": {
|
|
60434
|
+
"minimal": "low",
|
|
60435
|
+
"low": "medium",
|
|
60436
|
+
"medium": "high",
|
|
60437
|
+
"high": "xhigh",
|
|
60438
|
+
"xhigh": "max"
|
|
60439
|
+
}
|
|
60440
|
+
}
|
|
60441
|
+
},
|
|
60442
|
+
"gpt-5.6-sol": {
|
|
60443
|
+
"id": "gpt-5.6-sol",
|
|
60444
|
+
"name": "GPT-5.6 Sol",
|
|
60493
60445
|
"api": "openai-responses",
|
|
60494
60446
|
"provider": "openai",
|
|
60495
60447
|
"baseUrl": "https://api.openai.com/v1",
|
|
@@ -60502,7 +60454,7 @@
|
|
|
60502
60454
|
"input": 5,
|
|
60503
60455
|
"output": 30,
|
|
60504
60456
|
"cacheRead": 0.5,
|
|
60505
|
-
"cacheWrite":
|
|
60457
|
+
"cacheWrite": 6.25
|
|
60506
60458
|
},
|
|
60507
60459
|
"contextWindow": 1050000,
|
|
60508
60460
|
"maxTokens": 128000,
|
|
@@ -60510,17 +60462,64 @@
|
|
|
60510
60462
|
"thinking": {
|
|
60511
60463
|
"mode": "effort",
|
|
60512
60464
|
"efforts": [
|
|
60465
|
+
"minimal",
|
|
60513
60466
|
"low",
|
|
60514
60467
|
"medium",
|
|
60515
60468
|
"high",
|
|
60516
60469
|
"xhigh"
|
|
60517
|
-
]
|
|
60470
|
+
],
|
|
60471
|
+
"effortMap": {
|
|
60472
|
+
"minimal": "low",
|
|
60473
|
+
"low": "medium",
|
|
60474
|
+
"medium": "high",
|
|
60475
|
+
"high": "xhigh",
|
|
60476
|
+
"xhigh": "max"
|
|
60477
|
+
}
|
|
60478
|
+
}
|
|
60479
|
+
},
|
|
60480
|
+
"gpt-5.6-sol-pro": {
|
|
60481
|
+
"id": "gpt-5.6-sol-pro",
|
|
60482
|
+
"name": "GPT-5.6 Sol Pro",
|
|
60483
|
+
"api": "openai-responses",
|
|
60484
|
+
"provider": "openai",
|
|
60485
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60486
|
+
"reasoning": true,
|
|
60487
|
+
"input": [
|
|
60488
|
+
"text",
|
|
60489
|
+
"image"
|
|
60490
|
+
],
|
|
60491
|
+
"cost": {
|
|
60492
|
+
"input": 5,
|
|
60493
|
+
"output": 30,
|
|
60494
|
+
"cacheRead": 0.5,
|
|
60495
|
+
"cacheWrite": 6.25
|
|
60518
60496
|
},
|
|
60519
|
-
"
|
|
60497
|
+
"contextWindow": 1050000,
|
|
60498
|
+
"maxTokens": 128000,
|
|
60499
|
+
"requestModelId": "gpt-5.6-sol",
|
|
60500
|
+
"reasoningMode": "pro",
|
|
60501
|
+
"applyPatchToolType": "freeform",
|
|
60502
|
+
"thinking": {
|
|
60503
|
+
"mode": "effort",
|
|
60504
|
+
"efforts": [
|
|
60505
|
+
"minimal",
|
|
60506
|
+
"low",
|
|
60507
|
+
"medium",
|
|
60508
|
+
"high",
|
|
60509
|
+
"xhigh"
|
|
60510
|
+
],
|
|
60511
|
+
"effortMap": {
|
|
60512
|
+
"minimal": "low",
|
|
60513
|
+
"low": "medium",
|
|
60514
|
+
"medium": "high",
|
|
60515
|
+
"high": "xhigh",
|
|
60516
|
+
"xhigh": "max"
|
|
60517
|
+
}
|
|
60518
|
+
}
|
|
60520
60519
|
},
|
|
60521
|
-
"gpt-5.
|
|
60522
|
-
"id": "gpt-5.
|
|
60523
|
-
"name": "GPT-5.
|
|
60520
|
+
"gpt-5.6-terra": {
|
|
60521
|
+
"id": "gpt-5.6-terra",
|
|
60522
|
+
"name": "GPT-5.6 Terra",
|
|
60524
60523
|
"api": "openai-responses",
|
|
60525
60524
|
"provider": "openai",
|
|
60526
60525
|
"baseUrl": "https://api.openai.com/v1",
|
|
@@ -60530,10 +60529,10 @@
|
|
|
60530
60529
|
"image"
|
|
60531
60530
|
],
|
|
60532
60531
|
"cost": {
|
|
60533
|
-
"input":
|
|
60534
|
-
"output":
|
|
60535
|
-
"cacheRead": 0,
|
|
60536
|
-
"cacheWrite":
|
|
60532
|
+
"input": 2.5,
|
|
60533
|
+
"output": 15,
|
|
60534
|
+
"cacheRead": 0.25,
|
|
60535
|
+
"cacheWrite": 3.125
|
|
60537
60536
|
},
|
|
60538
60537
|
"contextWindow": 1050000,
|
|
60539
60538
|
"maxTokens": 128000,
|
|
@@ -60541,13 +60540,60 @@
|
|
|
60541
60540
|
"thinking": {
|
|
60542
60541
|
"mode": "effort",
|
|
60543
60542
|
"efforts": [
|
|
60543
|
+
"minimal",
|
|
60544
60544
|
"low",
|
|
60545
60545
|
"medium",
|
|
60546
60546
|
"high",
|
|
60547
60547
|
"xhigh"
|
|
60548
|
-
]
|
|
60548
|
+
],
|
|
60549
|
+
"effortMap": {
|
|
60550
|
+
"minimal": "low",
|
|
60551
|
+
"low": "medium",
|
|
60552
|
+
"medium": "high",
|
|
60553
|
+
"high": "xhigh",
|
|
60554
|
+
"xhigh": "max"
|
|
60555
|
+
}
|
|
60556
|
+
}
|
|
60557
|
+
},
|
|
60558
|
+
"gpt-5.6-terra-pro": {
|
|
60559
|
+
"id": "gpt-5.6-terra-pro",
|
|
60560
|
+
"name": "GPT-5.6 Terra Pro",
|
|
60561
|
+
"api": "openai-responses",
|
|
60562
|
+
"provider": "openai",
|
|
60563
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
60564
|
+
"reasoning": true,
|
|
60565
|
+
"input": [
|
|
60566
|
+
"text",
|
|
60567
|
+
"image"
|
|
60568
|
+
],
|
|
60569
|
+
"cost": {
|
|
60570
|
+
"input": 2.5,
|
|
60571
|
+
"output": 15,
|
|
60572
|
+
"cacheRead": 0.25,
|
|
60573
|
+
"cacheWrite": 3.125
|
|
60549
60574
|
},
|
|
60550
|
-
"
|
|
60575
|
+
"contextWindow": 1050000,
|
|
60576
|
+
"maxTokens": 128000,
|
|
60577
|
+
"requestModelId": "gpt-5.6-terra",
|
|
60578
|
+
"reasoningMode": "pro",
|
|
60579
|
+
"applyPatchToolType": "freeform",
|
|
60580
|
+
"thinking": {
|
|
60581
|
+
"mode": "effort",
|
|
60582
|
+
"efforts": [
|
|
60583
|
+
"minimal",
|
|
60584
|
+
"low",
|
|
60585
|
+
"medium",
|
|
60586
|
+
"high",
|
|
60587
|
+
"xhigh"
|
|
60588
|
+
],
|
|
60589
|
+
"effortMap": {
|
|
60590
|
+
"minimal": "low",
|
|
60591
|
+
"low": "medium",
|
|
60592
|
+
"medium": "high",
|
|
60593
|
+
"high": "xhigh",
|
|
60594
|
+
"xhigh": "max"
|
|
60595
|
+
}
|
|
60596
|
+
}
|
|
60551
60597
|
},
|
|
60552
60598
|
"o1": {
|
|
60553
60599
|
"id": "o1",
|
|
@@ -61330,7 +61376,7 @@
|
|
|
61330
61376
|
},
|
|
61331
61377
|
"gpt-5.6-luna": {
|
|
61332
61378
|
"id": "gpt-5.6-luna",
|
|
61333
|
-
"name": "GPT-5.6
|
|
61379
|
+
"name": "GPT-5.6 Luna",
|
|
61334
61380
|
"api": "openai-codex-responses",
|
|
61335
61381
|
"provider": "openai-codex",
|
|
61336
61382
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61340,10 +61386,10 @@
|
|
|
61340
61386
|
"image"
|
|
61341
61387
|
],
|
|
61342
61388
|
"cost": {
|
|
61343
|
-
"input":
|
|
61344
|
-
"output":
|
|
61345
|
-
"cacheRead": 0,
|
|
61346
|
-
"cacheWrite":
|
|
61389
|
+
"input": 1,
|
|
61390
|
+
"output": 6,
|
|
61391
|
+
"cacheRead": 0.1,
|
|
61392
|
+
"cacheWrite": 1.25
|
|
61347
61393
|
},
|
|
61348
61394
|
"remoteCompaction": {
|
|
61349
61395
|
"enabled": true,
|
|
@@ -61358,16 +61404,71 @@
|
|
|
61358
61404
|
"thinking": {
|
|
61359
61405
|
"mode": "effort",
|
|
61360
61406
|
"efforts": [
|
|
61407
|
+
"minimal",
|
|
61361
61408
|
"low",
|
|
61362
61409
|
"medium",
|
|
61363
61410
|
"high",
|
|
61364
61411
|
"xhigh"
|
|
61365
|
-
]
|
|
61412
|
+
],
|
|
61413
|
+
"effortMap": {
|
|
61414
|
+
"minimal": "low",
|
|
61415
|
+
"low": "medium",
|
|
61416
|
+
"medium": "high",
|
|
61417
|
+
"high": "xhigh",
|
|
61418
|
+
"xhigh": "max"
|
|
61419
|
+
}
|
|
61420
|
+
}
|
|
61421
|
+
},
|
|
61422
|
+
"gpt-5.6-luna-pro": {
|
|
61423
|
+
"id": "gpt-5.6-luna-pro",
|
|
61424
|
+
"name": "GPT-5.6 Luna Pro",
|
|
61425
|
+
"api": "openai-codex-responses",
|
|
61426
|
+
"provider": "openai-codex",
|
|
61427
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61428
|
+
"reasoning": true,
|
|
61429
|
+
"input": [
|
|
61430
|
+
"text",
|
|
61431
|
+
"image"
|
|
61432
|
+
],
|
|
61433
|
+
"cost": {
|
|
61434
|
+
"input": 1,
|
|
61435
|
+
"output": 6,
|
|
61436
|
+
"cacheRead": 0.1,
|
|
61437
|
+
"cacheWrite": 1.25
|
|
61438
|
+
},
|
|
61439
|
+
"remoteCompaction": {
|
|
61440
|
+
"enabled": true,
|
|
61441
|
+
"api": "openai-codex-responses",
|
|
61442
|
+
"v2StreamingEnabled": true
|
|
61443
|
+
},
|
|
61444
|
+
"contextWindow": 372000,
|
|
61445
|
+
"maxTokens": 128000,
|
|
61446
|
+
"preferWebsockets": true,
|
|
61447
|
+
"priority": 3,
|
|
61448
|
+
"requestModelId": "gpt-5.6-luna",
|
|
61449
|
+
"reasoningMode": "pro",
|
|
61450
|
+
"applyPatchToolType": "freeform",
|
|
61451
|
+
"thinking": {
|
|
61452
|
+
"mode": "effort",
|
|
61453
|
+
"efforts": [
|
|
61454
|
+
"minimal",
|
|
61455
|
+
"low",
|
|
61456
|
+
"medium",
|
|
61457
|
+
"high",
|
|
61458
|
+
"xhigh"
|
|
61459
|
+
],
|
|
61460
|
+
"effortMap": {
|
|
61461
|
+
"minimal": "low",
|
|
61462
|
+
"low": "medium",
|
|
61463
|
+
"medium": "high",
|
|
61464
|
+
"high": "xhigh",
|
|
61465
|
+
"xhigh": "max"
|
|
61466
|
+
}
|
|
61366
61467
|
}
|
|
61367
61468
|
},
|
|
61368
61469
|
"gpt-5.6-sol": {
|
|
61369
61470
|
"id": "gpt-5.6-sol",
|
|
61370
|
-
"name": "GPT-5.6
|
|
61471
|
+
"name": "GPT-5.6 Sol",
|
|
61371
61472
|
"api": "openai-codex-responses",
|
|
61372
61473
|
"provider": "openai-codex",
|
|
61373
61474
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61377,10 +61478,10 @@
|
|
|
61377
61478
|
"image"
|
|
61378
61479
|
],
|
|
61379
61480
|
"cost": {
|
|
61380
|
-
"input":
|
|
61381
|
-
"output":
|
|
61382
|
-
"cacheRead": 0,
|
|
61383
|
-
"cacheWrite":
|
|
61481
|
+
"input": 5,
|
|
61482
|
+
"output": 30,
|
|
61483
|
+
"cacheRead": 0.5,
|
|
61484
|
+
"cacheWrite": 6.25
|
|
61384
61485
|
},
|
|
61385
61486
|
"remoteCompaction": {
|
|
61386
61487
|
"enabled": true,
|
|
@@ -61395,16 +61496,71 @@
|
|
|
61395
61496
|
"thinking": {
|
|
61396
61497
|
"mode": "effort",
|
|
61397
61498
|
"efforts": [
|
|
61499
|
+
"minimal",
|
|
61398
61500
|
"low",
|
|
61399
61501
|
"medium",
|
|
61400
61502
|
"high",
|
|
61401
61503
|
"xhigh"
|
|
61402
|
-
]
|
|
61504
|
+
],
|
|
61505
|
+
"effortMap": {
|
|
61506
|
+
"minimal": "low",
|
|
61507
|
+
"low": "medium",
|
|
61508
|
+
"medium": "high",
|
|
61509
|
+
"high": "xhigh",
|
|
61510
|
+
"xhigh": "max"
|
|
61511
|
+
}
|
|
61512
|
+
}
|
|
61513
|
+
},
|
|
61514
|
+
"gpt-5.6-sol-pro": {
|
|
61515
|
+
"id": "gpt-5.6-sol-pro",
|
|
61516
|
+
"name": "GPT-5.6 Sol Pro",
|
|
61517
|
+
"api": "openai-codex-responses",
|
|
61518
|
+
"provider": "openai-codex",
|
|
61519
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61520
|
+
"reasoning": true,
|
|
61521
|
+
"input": [
|
|
61522
|
+
"text",
|
|
61523
|
+
"image"
|
|
61524
|
+
],
|
|
61525
|
+
"cost": {
|
|
61526
|
+
"input": 5,
|
|
61527
|
+
"output": 30,
|
|
61528
|
+
"cacheRead": 0.5,
|
|
61529
|
+
"cacheWrite": 6.25
|
|
61530
|
+
},
|
|
61531
|
+
"remoteCompaction": {
|
|
61532
|
+
"enabled": true,
|
|
61533
|
+
"api": "openai-codex-responses",
|
|
61534
|
+
"v2StreamingEnabled": true
|
|
61535
|
+
},
|
|
61536
|
+
"contextWindow": 372000,
|
|
61537
|
+
"maxTokens": 128000,
|
|
61538
|
+
"preferWebsockets": true,
|
|
61539
|
+
"priority": 1,
|
|
61540
|
+
"requestModelId": "gpt-5.6-sol",
|
|
61541
|
+
"reasoningMode": "pro",
|
|
61542
|
+
"applyPatchToolType": "freeform",
|
|
61543
|
+
"thinking": {
|
|
61544
|
+
"mode": "effort",
|
|
61545
|
+
"efforts": [
|
|
61546
|
+
"minimal",
|
|
61547
|
+
"low",
|
|
61548
|
+
"medium",
|
|
61549
|
+
"high",
|
|
61550
|
+
"xhigh"
|
|
61551
|
+
],
|
|
61552
|
+
"effortMap": {
|
|
61553
|
+
"minimal": "low",
|
|
61554
|
+
"low": "medium",
|
|
61555
|
+
"medium": "high",
|
|
61556
|
+
"high": "xhigh",
|
|
61557
|
+
"xhigh": "max"
|
|
61558
|
+
}
|
|
61403
61559
|
}
|
|
61404
61560
|
},
|
|
61405
61561
|
"gpt-5.6-terra": {
|
|
61406
61562
|
"id": "gpt-5.6-terra",
|
|
61407
|
-
"name": "GPT-5.6
|
|
61563
|
+
"name": "GPT-5.6 Terra",
|
|
61408
61564
|
"api": "openai-codex-responses",
|
|
61409
61565
|
"provider": "openai-codex",
|
|
61410
61566
|
"baseUrl": "https://chatgpt.com/backend-api",
|
|
@@ -61414,10 +61570,10 @@
|
|
|
61414
61570
|
"image"
|
|
61415
61571
|
],
|
|
61416
61572
|
"cost": {
|
|
61417
|
-
"input":
|
|
61418
|
-
"output":
|
|
61419
|
-
"cacheRead": 0,
|
|
61420
|
-
"cacheWrite":
|
|
61573
|
+
"input": 2.5,
|
|
61574
|
+
"output": 15,
|
|
61575
|
+
"cacheRead": 0.25,
|
|
61576
|
+
"cacheWrite": 3.125
|
|
61421
61577
|
},
|
|
61422
61578
|
"remoteCompaction": {
|
|
61423
61579
|
"enabled": true,
|
|
@@ -61432,11 +61588,66 @@
|
|
|
61432
61588
|
"thinking": {
|
|
61433
61589
|
"mode": "effort",
|
|
61434
61590
|
"efforts": [
|
|
61591
|
+
"minimal",
|
|
61435
61592
|
"low",
|
|
61436
61593
|
"medium",
|
|
61437
61594
|
"high",
|
|
61438
61595
|
"xhigh"
|
|
61439
|
-
]
|
|
61596
|
+
],
|
|
61597
|
+
"effortMap": {
|
|
61598
|
+
"minimal": "low",
|
|
61599
|
+
"low": "medium",
|
|
61600
|
+
"medium": "high",
|
|
61601
|
+
"high": "xhigh",
|
|
61602
|
+
"xhigh": "max"
|
|
61603
|
+
}
|
|
61604
|
+
}
|
|
61605
|
+
},
|
|
61606
|
+
"gpt-5.6-terra-pro": {
|
|
61607
|
+
"id": "gpt-5.6-terra-pro",
|
|
61608
|
+
"name": "GPT-5.6 Terra Pro",
|
|
61609
|
+
"api": "openai-codex-responses",
|
|
61610
|
+
"provider": "openai-codex",
|
|
61611
|
+
"baseUrl": "https://chatgpt.com/backend-api",
|
|
61612
|
+
"reasoning": true,
|
|
61613
|
+
"input": [
|
|
61614
|
+
"text",
|
|
61615
|
+
"image"
|
|
61616
|
+
],
|
|
61617
|
+
"cost": {
|
|
61618
|
+
"input": 2.5,
|
|
61619
|
+
"output": 15,
|
|
61620
|
+
"cacheRead": 0.25,
|
|
61621
|
+
"cacheWrite": 3.125
|
|
61622
|
+
},
|
|
61623
|
+
"remoteCompaction": {
|
|
61624
|
+
"enabled": true,
|
|
61625
|
+
"api": "openai-codex-responses",
|
|
61626
|
+
"v2StreamingEnabled": true
|
|
61627
|
+
},
|
|
61628
|
+
"contextWindow": 372000,
|
|
61629
|
+
"maxTokens": 128000,
|
|
61630
|
+
"preferWebsockets": true,
|
|
61631
|
+
"priority": 2,
|
|
61632
|
+
"requestModelId": "gpt-5.6-terra",
|
|
61633
|
+
"reasoningMode": "pro",
|
|
61634
|
+
"applyPatchToolType": "freeform",
|
|
61635
|
+
"thinking": {
|
|
61636
|
+
"mode": "effort",
|
|
61637
|
+
"efforts": [
|
|
61638
|
+
"minimal",
|
|
61639
|
+
"low",
|
|
61640
|
+
"medium",
|
|
61641
|
+
"high",
|
|
61642
|
+
"xhigh"
|
|
61643
|
+
],
|
|
61644
|
+
"effortMap": {
|
|
61645
|
+
"minimal": "low",
|
|
61646
|
+
"low": "medium",
|
|
61647
|
+
"medium": "high",
|
|
61648
|
+
"high": "xhigh",
|
|
61649
|
+
"xhigh": "max"
|
|
61650
|
+
}
|
|
61440
61651
|
}
|
|
61441
61652
|
}
|
|
61442
61653
|
},
|
|
@@ -64440,7 +64651,7 @@
|
|
|
64440
64651
|
"cost": {
|
|
64441
64652
|
"input": 0.65,
|
|
64442
64653
|
"output": 3.41,
|
|
64443
|
-
"cacheRead": 0.
|
|
64654
|
+
"cacheRead": 0.15,
|
|
64444
64655
|
"cacheWrite": 0
|
|
64445
64656
|
},
|
|
64446
64657
|
"contextWindow": 262144,
|
|
@@ -64470,7 +64681,7 @@
|
|
|
64470
64681
|
"input": 5,
|
|
64471
64682
|
"output": 30,
|
|
64472
64683
|
"cacheRead": 0.5,
|
|
64473
|
-
"cacheWrite":
|
|
64684
|
+
"cacheWrite": 6.25
|
|
64474
64685
|
},
|
|
64475
64686
|
"contextWindow": 1050000,
|
|
64476
64687
|
"maxTokens": 128000,
|
|
@@ -67577,7 +67788,7 @@
|
|
|
67577
67788
|
"cacheWrite": 0
|
|
67578
67789
|
},
|
|
67579
67790
|
"contextWindow": 1048576,
|
|
67580
|
-
"maxTokens":
|
|
67791
|
+
"maxTokens": 131072,
|
|
67581
67792
|
"thinking": {
|
|
67582
67793
|
"mode": "effort",
|
|
67583
67794
|
"efforts": [
|
|
@@ -68241,7 +68452,7 @@
|
|
|
68241
68452
|
"cost": {
|
|
68242
68453
|
"input": 0.65,
|
|
68243
68454
|
"output": 3.41,
|
|
68244
|
-
"cacheRead": 0.
|
|
68455
|
+
"cacheRead": 0.15,
|
|
68245
68456
|
"cacheWrite": 0
|
|
68246
68457
|
},
|
|
68247
68458
|
"contextWindow": 262144,
|
|
@@ -68298,8 +68509,8 @@
|
|
|
68298
68509
|
],
|
|
68299
68510
|
"cost": {
|
|
68300
68511
|
"input": 0.72,
|
|
68301
|
-
"output": 3.
|
|
68302
|
-
"cacheRead": 0.
|
|
68512
|
+
"output": 3.49,
|
|
68513
|
+
"cacheRead": 0.159,
|
|
68303
68514
|
"cacheWrite": 0
|
|
68304
68515
|
},
|
|
68305
68516
|
"contextWindow": 262144,
|
|
@@ -69862,18 +70073,26 @@
|
|
|
69862
70073
|
"input": 1,
|
|
69863
70074
|
"output": 6,
|
|
69864
70075
|
"cacheRead": 0.09999999999999999,
|
|
69865
|
-
"cacheWrite":
|
|
70076
|
+
"cacheWrite": 1.25
|
|
69866
70077
|
},
|
|
69867
70078
|
"contextWindow": 1050000,
|
|
69868
70079
|
"maxTokens": 128000,
|
|
69869
70080
|
"thinking": {
|
|
69870
70081
|
"mode": "effort",
|
|
69871
70082
|
"efforts": [
|
|
70083
|
+
"minimal",
|
|
69872
70084
|
"low",
|
|
69873
70085
|
"medium",
|
|
69874
70086
|
"high",
|
|
69875
70087
|
"xhigh"
|
|
69876
|
-
]
|
|
70088
|
+
],
|
|
70089
|
+
"effortMap": {
|
|
70090
|
+
"minimal": "low",
|
|
70091
|
+
"low": "medium",
|
|
70092
|
+
"medium": "high",
|
|
70093
|
+
"high": "xhigh",
|
|
70094
|
+
"xhigh": "max"
|
|
70095
|
+
}
|
|
69877
70096
|
}
|
|
69878
70097
|
},
|
|
69879
70098
|
"openai/gpt-5.6-luna-pro": {
|
|
@@ -69891,18 +70110,26 @@
|
|
|
69891
70110
|
"input": 1,
|
|
69892
70111
|
"output": 6,
|
|
69893
70112
|
"cacheRead": 0.09999999999999999,
|
|
69894
|
-
"cacheWrite":
|
|
70113
|
+
"cacheWrite": 1.25
|
|
69895
70114
|
},
|
|
69896
70115
|
"contextWindow": 1050000,
|
|
69897
70116
|
"maxTokens": 128000,
|
|
69898
70117
|
"thinking": {
|
|
69899
70118
|
"mode": "effort",
|
|
69900
70119
|
"efforts": [
|
|
70120
|
+
"minimal",
|
|
69901
70121
|
"low",
|
|
69902
70122
|
"medium",
|
|
69903
70123
|
"high",
|
|
69904
70124
|
"xhigh"
|
|
69905
|
-
]
|
|
70125
|
+
],
|
|
70126
|
+
"effortMap": {
|
|
70127
|
+
"minimal": "low",
|
|
70128
|
+
"low": "medium",
|
|
70129
|
+
"medium": "high",
|
|
70130
|
+
"high": "xhigh",
|
|
70131
|
+
"xhigh": "max"
|
|
70132
|
+
}
|
|
69906
70133
|
}
|
|
69907
70134
|
},
|
|
69908
70135
|
"openai/gpt-5.6-sol": {
|
|
@@ -69920,18 +70147,26 @@
|
|
|
69920
70147
|
"input": 5,
|
|
69921
70148
|
"output": 30,
|
|
69922
70149
|
"cacheRead": 0.5,
|
|
69923
|
-
"cacheWrite":
|
|
70150
|
+
"cacheWrite": 6.25
|
|
69924
70151
|
},
|
|
69925
70152
|
"contextWindow": 1050000,
|
|
69926
70153
|
"maxTokens": 128000,
|
|
69927
70154
|
"thinking": {
|
|
69928
70155
|
"mode": "effort",
|
|
69929
70156
|
"efforts": [
|
|
70157
|
+
"minimal",
|
|
69930
70158
|
"low",
|
|
69931
70159
|
"medium",
|
|
69932
70160
|
"high",
|
|
69933
70161
|
"xhigh"
|
|
69934
|
-
]
|
|
70162
|
+
],
|
|
70163
|
+
"effortMap": {
|
|
70164
|
+
"minimal": "low",
|
|
70165
|
+
"low": "medium",
|
|
70166
|
+
"medium": "high",
|
|
70167
|
+
"high": "xhigh",
|
|
70168
|
+
"xhigh": "max"
|
|
70169
|
+
}
|
|
69935
70170
|
}
|
|
69936
70171
|
},
|
|
69937
70172
|
"openai/gpt-5.6-sol-pro": {
|
|
@@ -69949,18 +70184,26 @@
|
|
|
69949
70184
|
"input": 5,
|
|
69950
70185
|
"output": 30,
|
|
69951
70186
|
"cacheRead": 0.5,
|
|
69952
|
-
"cacheWrite":
|
|
70187
|
+
"cacheWrite": 6.25
|
|
69953
70188
|
},
|
|
69954
70189
|
"contextWindow": 1050000,
|
|
69955
70190
|
"maxTokens": 128000,
|
|
69956
70191
|
"thinking": {
|
|
69957
70192
|
"mode": "effort",
|
|
69958
70193
|
"efforts": [
|
|
70194
|
+
"minimal",
|
|
69959
70195
|
"low",
|
|
69960
70196
|
"medium",
|
|
69961
70197
|
"high",
|
|
69962
70198
|
"xhigh"
|
|
69963
|
-
]
|
|
70199
|
+
],
|
|
70200
|
+
"effortMap": {
|
|
70201
|
+
"minimal": "low",
|
|
70202
|
+
"low": "medium",
|
|
70203
|
+
"medium": "high",
|
|
70204
|
+
"high": "xhigh",
|
|
70205
|
+
"xhigh": "max"
|
|
70206
|
+
}
|
|
69964
70207
|
}
|
|
69965
70208
|
},
|
|
69966
70209
|
"openai/gpt-5.6-terra": {
|
|
@@ -69978,18 +70221,26 @@
|
|
|
69978
70221
|
"input": 2.5,
|
|
69979
70222
|
"output": 15,
|
|
69980
70223
|
"cacheRead": 0.25,
|
|
69981
|
-
"cacheWrite":
|
|
70224
|
+
"cacheWrite": 3.125
|
|
69982
70225
|
},
|
|
69983
70226
|
"contextWindow": 1050000,
|
|
69984
70227
|
"maxTokens": 128000,
|
|
69985
70228
|
"thinking": {
|
|
69986
70229
|
"mode": "effort",
|
|
69987
70230
|
"efforts": [
|
|
70231
|
+
"minimal",
|
|
69988
70232
|
"low",
|
|
69989
70233
|
"medium",
|
|
69990
70234
|
"high",
|
|
69991
70235
|
"xhigh"
|
|
69992
|
-
]
|
|
70236
|
+
],
|
|
70237
|
+
"effortMap": {
|
|
70238
|
+
"minimal": "low",
|
|
70239
|
+
"low": "medium",
|
|
70240
|
+
"medium": "high",
|
|
70241
|
+
"high": "xhigh",
|
|
70242
|
+
"xhigh": "max"
|
|
70243
|
+
}
|
|
69993
70244
|
}
|
|
69994
70245
|
},
|
|
69995
70246
|
"openai/gpt-5.6-terra-pro": {
|
|
@@ -70007,18 +70258,26 @@
|
|
|
70007
70258
|
"input": 2.5,
|
|
70008
70259
|
"output": 15,
|
|
70009
70260
|
"cacheRead": 0.25,
|
|
70010
|
-
"cacheWrite":
|
|
70261
|
+
"cacheWrite": 3.125
|
|
70011
70262
|
},
|
|
70012
70263
|
"contextWindow": 1050000,
|
|
70013
70264
|
"maxTokens": 128000,
|
|
70014
70265
|
"thinking": {
|
|
70015
70266
|
"mode": "effort",
|
|
70016
70267
|
"efforts": [
|
|
70268
|
+
"minimal",
|
|
70017
70269
|
"low",
|
|
70018
70270
|
"medium",
|
|
70019
70271
|
"high",
|
|
70020
70272
|
"xhigh"
|
|
70021
|
-
]
|
|
70273
|
+
],
|
|
70274
|
+
"effortMap": {
|
|
70275
|
+
"minimal": "low",
|
|
70276
|
+
"low": "medium",
|
|
70277
|
+
"medium": "high",
|
|
70278
|
+
"high": "xhigh",
|
|
70279
|
+
"xhigh": "max"
|
|
70280
|
+
}
|
|
70022
70281
|
}
|
|
70023
70282
|
},
|
|
70024
70283
|
"openai/gpt-audio": {
|
|
@@ -73625,13 +73884,13 @@
|
|
|
73625
73884
|
"text"
|
|
73626
73885
|
],
|
|
73627
73886
|
"cost": {
|
|
73628
|
-
"input": 0.
|
|
73629
|
-
"output": 1.
|
|
73630
|
-
"cacheRead": 0.
|
|
73887
|
+
"input": 0.54,
|
|
73888
|
+
"output": 1.76,
|
|
73889
|
+
"cacheRead": 0.09999999999999999,
|
|
73631
73890
|
"cacheWrite": 0
|
|
73632
73891
|
},
|
|
73633
73892
|
"contextWindow": 1048576,
|
|
73634
|
-
"maxTokens":
|
|
73893
|
+
"maxTokens": 101376,
|
|
73635
73894
|
"thinking": {
|
|
73636
73895
|
"mode": "effort",
|
|
73637
73896
|
"efforts": [
|
|
@@ -75776,7 +76035,7 @@
|
|
|
75776
76035
|
"cacheRead": 0,
|
|
75777
76036
|
"cacheWrite": 0
|
|
75778
76037
|
},
|
|
75779
|
-
"contextWindow":
|
|
76038
|
+
"contextWindow": 1000000,
|
|
75780
76039
|
"maxTokens": 1048576,
|
|
75781
76040
|
"compat": {
|
|
75782
76041
|
"supportsUsageInStreaming": false
|
|
@@ -77510,6 +77769,138 @@
|
|
|
77510
77769
|
]
|
|
77511
77770
|
}
|
|
77512
77771
|
},
|
|
77772
|
+
"openai-gpt-56-luna": {
|
|
77773
|
+
"id": "openai-gpt-56-luna",
|
|
77774
|
+
"name": "openai-gpt-56-luna",
|
|
77775
|
+
"api": "openai-completions",
|
|
77776
|
+
"provider": "venice",
|
|
77777
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77778
|
+
"reasoning": false,
|
|
77779
|
+
"input": [
|
|
77780
|
+
"text"
|
|
77781
|
+
],
|
|
77782
|
+
"cost": {
|
|
77783
|
+
"input": 0,
|
|
77784
|
+
"output": 0,
|
|
77785
|
+
"cacheRead": 0,
|
|
77786
|
+
"cacheWrite": 0
|
|
77787
|
+
},
|
|
77788
|
+
"contextWindow": 1000000,
|
|
77789
|
+
"maxTokens": 128000,
|
|
77790
|
+
"compat": {
|
|
77791
|
+
"supportsUsageInStreaming": false
|
|
77792
|
+
}
|
|
77793
|
+
},
|
|
77794
|
+
"openai-gpt-56-luna-pro": {
|
|
77795
|
+
"id": "openai-gpt-56-luna-pro",
|
|
77796
|
+
"name": "openai-gpt-56-luna-pro",
|
|
77797
|
+
"api": "openai-completions",
|
|
77798
|
+
"provider": "venice",
|
|
77799
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77800
|
+
"reasoning": false,
|
|
77801
|
+
"input": [
|
|
77802
|
+
"text"
|
|
77803
|
+
],
|
|
77804
|
+
"cost": {
|
|
77805
|
+
"input": 0,
|
|
77806
|
+
"output": 0,
|
|
77807
|
+
"cacheRead": 0,
|
|
77808
|
+
"cacheWrite": 0
|
|
77809
|
+
},
|
|
77810
|
+
"contextWindow": 1000000,
|
|
77811
|
+
"maxTokens": 128000,
|
|
77812
|
+
"compat": {
|
|
77813
|
+
"supportsUsageInStreaming": false
|
|
77814
|
+
}
|
|
77815
|
+
},
|
|
77816
|
+
"openai-gpt-56-sol": {
|
|
77817
|
+
"id": "openai-gpt-56-sol",
|
|
77818
|
+
"name": "openai-gpt-56-sol",
|
|
77819
|
+
"api": "openai-completions",
|
|
77820
|
+
"provider": "venice",
|
|
77821
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77822
|
+
"reasoning": false,
|
|
77823
|
+
"input": [
|
|
77824
|
+
"text"
|
|
77825
|
+
],
|
|
77826
|
+
"cost": {
|
|
77827
|
+
"input": 0,
|
|
77828
|
+
"output": 0,
|
|
77829
|
+
"cacheRead": 0,
|
|
77830
|
+
"cacheWrite": 0
|
|
77831
|
+
},
|
|
77832
|
+
"contextWindow": 1000000,
|
|
77833
|
+
"maxTokens": 128000,
|
|
77834
|
+
"compat": {
|
|
77835
|
+
"supportsUsageInStreaming": false
|
|
77836
|
+
}
|
|
77837
|
+
},
|
|
77838
|
+
"openai-gpt-56-sol-pro": {
|
|
77839
|
+
"id": "openai-gpt-56-sol-pro",
|
|
77840
|
+
"name": "openai-gpt-56-sol-pro",
|
|
77841
|
+
"api": "openai-completions",
|
|
77842
|
+
"provider": "venice",
|
|
77843
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77844
|
+
"reasoning": false,
|
|
77845
|
+
"input": [
|
|
77846
|
+
"text"
|
|
77847
|
+
],
|
|
77848
|
+
"cost": {
|
|
77849
|
+
"input": 0,
|
|
77850
|
+
"output": 0,
|
|
77851
|
+
"cacheRead": 0,
|
|
77852
|
+
"cacheWrite": 0
|
|
77853
|
+
},
|
|
77854
|
+
"contextWindow": 1000000,
|
|
77855
|
+
"maxTokens": 128000,
|
|
77856
|
+
"compat": {
|
|
77857
|
+
"supportsUsageInStreaming": false
|
|
77858
|
+
}
|
|
77859
|
+
},
|
|
77860
|
+
"openai-gpt-56-terra": {
|
|
77861
|
+
"id": "openai-gpt-56-terra",
|
|
77862
|
+
"name": "openai-gpt-56-terra",
|
|
77863
|
+
"api": "openai-completions",
|
|
77864
|
+
"provider": "venice",
|
|
77865
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77866
|
+
"reasoning": false,
|
|
77867
|
+
"input": [
|
|
77868
|
+
"text"
|
|
77869
|
+
],
|
|
77870
|
+
"cost": {
|
|
77871
|
+
"input": 0,
|
|
77872
|
+
"output": 0,
|
|
77873
|
+
"cacheRead": 0,
|
|
77874
|
+
"cacheWrite": 0
|
|
77875
|
+
},
|
|
77876
|
+
"contextWindow": 1000000,
|
|
77877
|
+
"maxTokens": 128000,
|
|
77878
|
+
"compat": {
|
|
77879
|
+
"supportsUsageInStreaming": false
|
|
77880
|
+
}
|
|
77881
|
+
},
|
|
77882
|
+
"openai-gpt-56-terra-pro": {
|
|
77883
|
+
"id": "openai-gpt-56-terra-pro",
|
|
77884
|
+
"name": "openai-gpt-56-terra-pro",
|
|
77885
|
+
"api": "openai-completions",
|
|
77886
|
+
"provider": "venice",
|
|
77887
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
77888
|
+
"reasoning": false,
|
|
77889
|
+
"input": [
|
|
77890
|
+
"text"
|
|
77891
|
+
],
|
|
77892
|
+
"cost": {
|
|
77893
|
+
"input": 0,
|
|
77894
|
+
"output": 0,
|
|
77895
|
+
"cacheRead": 0,
|
|
77896
|
+
"cacheWrite": 0
|
|
77897
|
+
},
|
|
77898
|
+
"contextWindow": 1000000,
|
|
77899
|
+
"maxTokens": 128000,
|
|
77900
|
+
"compat": {
|
|
77901
|
+
"supportsUsageInStreaming": false
|
|
77902
|
+
}
|
|
77903
|
+
},
|
|
77513
77904
|
"openai-gpt-oss-120b": {
|
|
77514
77905
|
"id": "openai-gpt-oss-120b",
|
|
77515
77906
|
"name": "OpenAI GPT OSS 120B",
|
|
@@ -80619,6 +81010,35 @@
|
|
|
80619
81010
|
"contextWindow": 128000,
|
|
80620
81011
|
"maxTokens": 8192
|
|
80621
81012
|
},
|
|
81013
|
+
"meta/muse-spark-1.1": {
|
|
81014
|
+
"id": "meta/muse-spark-1.1",
|
|
81015
|
+
"name": "Muse Spark 1.1",
|
|
81016
|
+
"api": "anthropic-messages",
|
|
81017
|
+
"provider": "vercel-ai-gateway",
|
|
81018
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
81019
|
+
"reasoning": true,
|
|
81020
|
+
"input": [
|
|
81021
|
+
"text"
|
|
81022
|
+
],
|
|
81023
|
+
"cost": {
|
|
81024
|
+
"input": 1.25,
|
|
81025
|
+
"output": 4.25,
|
|
81026
|
+
"cacheRead": 0.15,
|
|
81027
|
+
"cacheWrite": 0
|
|
81028
|
+
},
|
|
81029
|
+
"contextWindow": 1048576,
|
|
81030
|
+
"maxTokens": 1048576,
|
|
81031
|
+
"thinking": {
|
|
81032
|
+
"mode": "budget",
|
|
81033
|
+
"efforts": [
|
|
81034
|
+
"minimal",
|
|
81035
|
+
"low",
|
|
81036
|
+
"medium",
|
|
81037
|
+
"high",
|
|
81038
|
+
"xhigh"
|
|
81039
|
+
]
|
|
81040
|
+
}
|
|
81041
|
+
},
|
|
80622
81042
|
"minimax/minimax-m2": {
|
|
80623
81043
|
"id": "minimax/minimax-m2",
|
|
80624
81044
|
"name": "MiniMax M2",
|
|
@@ -82443,6 +82863,7 @@
|
|
|
82443
82863
|
"thinking": {
|
|
82444
82864
|
"mode": "budget",
|
|
82445
82865
|
"efforts": [
|
|
82866
|
+
"minimal",
|
|
82446
82867
|
"low",
|
|
82447
82868
|
"medium",
|
|
82448
82869
|
"high",
|
|
@@ -82472,6 +82893,7 @@
|
|
|
82472
82893
|
"thinking": {
|
|
82473
82894
|
"mode": "budget",
|
|
82474
82895
|
"efforts": [
|
|
82896
|
+
"minimal",
|
|
82475
82897
|
"low",
|
|
82476
82898
|
"medium",
|
|
82477
82899
|
"high",
|
|
@@ -82501,6 +82923,7 @@
|
|
|
82501
82923
|
"thinking": {
|
|
82502
82924
|
"mode": "budget",
|
|
82503
82925
|
"efforts": [
|
|
82926
|
+
"minimal",
|
|
82504
82927
|
"low",
|
|
82505
82928
|
"medium",
|
|
82506
82929
|
"high",
|
|
@@ -85263,6 +85686,34 @@
|
|
|
85263
85686
|
"omitReasoningEffort": false
|
|
85264
85687
|
}
|
|
85265
85688
|
},
|
|
85689
|
+
"grok-4.5": {
|
|
85690
|
+
"id": "grok-4.5",
|
|
85691
|
+
"name": "Grok 4.5",
|
|
85692
|
+
"api": "openai-responses",
|
|
85693
|
+
"provider": "xai-oauth",
|
|
85694
|
+
"baseUrl": "https://api.x.ai/v1",
|
|
85695
|
+
"reasoning": true,
|
|
85696
|
+
"input": [
|
|
85697
|
+
"text",
|
|
85698
|
+
"image"
|
|
85699
|
+
],
|
|
85700
|
+
"cost": {
|
|
85701
|
+
"input": 0,
|
|
85702
|
+
"output": 0,
|
|
85703
|
+
"cacheRead": 0,
|
|
85704
|
+
"cacheWrite": 0
|
|
85705
|
+
},
|
|
85706
|
+
"contextWindow": 500000,
|
|
85707
|
+
"maxTokens": 500000,
|
|
85708
|
+
"compat": {
|
|
85709
|
+
"reasoningEffortMap": {
|
|
85710
|
+
"minimal": "low"
|
|
85711
|
+
},
|
|
85712
|
+
"includeEncryptedReasoning": false,
|
|
85713
|
+
"filterReasoningHistory": true,
|
|
85714
|
+
"omitReasoningEffort": true
|
|
85715
|
+
}
|
|
85716
|
+
},
|
|
85266
85717
|
"grok-build": {
|
|
85267
85718
|
"id": "grok-build",
|
|
85268
85719
|
"name": "Grok Build",
|