@dotobokuri/fleet-console 1.68.0 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -33819,7 +33819,7 @@ var benchmarks_default = {
|
|
|
33819
33819
|
};
|
|
33820
33820
|
var models_default = {
|
|
33821
33821
|
version: 1,
|
|
33822
|
-
updatedAt: "2026-08-
|
|
33822
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
33823
33823
|
providers: {
|
|
33824
33824
|
codex: {
|
|
33825
33825
|
name: "Codex",
|
|
@@ -34215,7 +34215,7 @@ var models_default = {
|
|
|
34215
34215
|
cursor: {
|
|
34216
34216
|
name: "Cursor",
|
|
34217
34217
|
defaultModel: "auto",
|
|
34218
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
34218
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
34219
34219
|
models: [
|
|
34220
34220
|
{
|
|
34221
34221
|
modelId: "auto",
|
|
@@ -34397,6 +34397,96 @@ var models_default = {
|
|
|
34397
34397
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
34398
34398
|
},
|
|
34399
34399
|
benchmarkKey: "claude-fable-5"
|
|
34400
|
+
},
|
|
34401
|
+
{
|
|
34402
|
+
modelId: "gpt-5.6-sol",
|
|
34403
|
+
name: "GPT-5.6-Sol",
|
|
34404
|
+
capabilityClass: "flagship",
|
|
34405
|
+
quotaScope: "api",
|
|
34406
|
+
contextWindow: 272e3,
|
|
34407
|
+
effort: {
|
|
34408
|
+
supported: true,
|
|
34409
|
+
levels: [
|
|
34410
|
+
"low",
|
|
34411
|
+
"medium",
|
|
34412
|
+
"high",
|
|
34413
|
+
"xhigh",
|
|
34414
|
+
"max"
|
|
34415
|
+
],
|
|
34416
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
34417
|
+
},
|
|
34418
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
34419
|
+
},
|
|
34420
|
+
{
|
|
34421
|
+
modelId: "gpt-5.6-terra",
|
|
34422
|
+
name: "GPT-5.6-Terra",
|
|
34423
|
+
capabilityClass: "standard",
|
|
34424
|
+
quotaScope: "api",
|
|
34425
|
+
contextWindow: 272e3,
|
|
34426
|
+
effort: {
|
|
34427
|
+
supported: true,
|
|
34428
|
+
levels: [
|
|
34429
|
+
"low",
|
|
34430
|
+
"medium",
|
|
34431
|
+
"high",
|
|
34432
|
+
"xhigh",
|
|
34433
|
+
"max"
|
|
34434
|
+
],
|
|
34435
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
34436
|
+
},
|
|
34437
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
34438
|
+
},
|
|
34439
|
+
{
|
|
34440
|
+
modelId: "gpt-5.6-luna",
|
|
34441
|
+
name: "GPT-5.6-Luna",
|
|
34442
|
+
capabilityClass: "light",
|
|
34443
|
+
quotaScope: "api",
|
|
34444
|
+
contextWindow: 272e3,
|
|
34445
|
+
effort: {
|
|
34446
|
+
supported: true,
|
|
34447
|
+
levels: [
|
|
34448
|
+
"low",
|
|
34449
|
+
"medium",
|
|
34450
|
+
"high",
|
|
34451
|
+
"xhigh",
|
|
34452
|
+
"max"
|
|
34453
|
+
],
|
|
34454
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
34455
|
+
},
|
|
34456
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
34457
|
+
},
|
|
34458
|
+
{
|
|
34459
|
+
modelId: "gemini-3.7-flash",
|
|
34460
|
+
name: "Gemini-3.7-Flash",
|
|
34461
|
+
capabilityClass: "light",
|
|
34462
|
+
quotaScope: "api",
|
|
34463
|
+
contextWindow: 256e3,
|
|
34464
|
+
effort: {
|
|
34465
|
+
supported: true,
|
|
34466
|
+
levels: [
|
|
34467
|
+
"low",
|
|
34468
|
+
"medium",
|
|
34469
|
+
"high"
|
|
34470
|
+
],
|
|
34471
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
34472
|
+
}
|
|
34473
|
+
},
|
|
34474
|
+
{
|
|
34475
|
+
modelId: "kimi-k3",
|
|
34476
|
+
name: "Kimi-K3",
|
|
34477
|
+
capabilityClass: "flagship",
|
|
34478
|
+
quotaScope: "api",
|
|
34479
|
+
contextWindow: 256e3,
|
|
34480
|
+
effort: {
|
|
34481
|
+
supported: true,
|
|
34482
|
+
levels: [
|
|
34483
|
+
"low",
|
|
34484
|
+
"high",
|
|
34485
|
+
"max"
|
|
34486
|
+
],
|
|
34487
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
34488
|
+
},
|
|
34489
|
+
benchmarkKey: "kimi-k3"
|
|
34400
34490
|
}
|
|
34401
34491
|
]
|
|
34402
34492
|
},
|
|
@@ -18080,7 +18080,7 @@ var benchmarks_default = {
|
|
|
18080
18080
|
};
|
|
18081
18081
|
var models_default = {
|
|
18082
18082
|
version: 1,
|
|
18083
|
-
updatedAt: "2026-08-
|
|
18083
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
18084
18084
|
providers: {
|
|
18085
18085
|
codex: {
|
|
18086
18086
|
name: "Codex",
|
|
@@ -18476,7 +18476,7 @@ var models_default = {
|
|
|
18476
18476
|
cursor: {
|
|
18477
18477
|
name: "Cursor",
|
|
18478
18478
|
defaultModel: "auto",
|
|
18479
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
18479
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
18480
18480
|
models: [
|
|
18481
18481
|
{
|
|
18482
18482
|
modelId: "auto",
|
|
@@ -18658,6 +18658,96 @@ var models_default = {
|
|
|
18658
18658
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
18659
18659
|
},
|
|
18660
18660
|
benchmarkKey: "claude-fable-5"
|
|
18661
|
+
},
|
|
18662
|
+
{
|
|
18663
|
+
modelId: "gpt-5.6-sol",
|
|
18664
|
+
name: "GPT-5.6-Sol",
|
|
18665
|
+
capabilityClass: "flagship",
|
|
18666
|
+
quotaScope: "api",
|
|
18667
|
+
contextWindow: 272e3,
|
|
18668
|
+
effort: {
|
|
18669
|
+
supported: true,
|
|
18670
|
+
levels: [
|
|
18671
|
+
"low",
|
|
18672
|
+
"medium",
|
|
18673
|
+
"high",
|
|
18674
|
+
"xhigh",
|
|
18675
|
+
"max"
|
|
18676
|
+
],
|
|
18677
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
18678
|
+
},
|
|
18679
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
18680
|
+
},
|
|
18681
|
+
{
|
|
18682
|
+
modelId: "gpt-5.6-terra",
|
|
18683
|
+
name: "GPT-5.6-Terra",
|
|
18684
|
+
capabilityClass: "standard",
|
|
18685
|
+
quotaScope: "api",
|
|
18686
|
+
contextWindow: 272e3,
|
|
18687
|
+
effort: {
|
|
18688
|
+
supported: true,
|
|
18689
|
+
levels: [
|
|
18690
|
+
"low",
|
|
18691
|
+
"medium",
|
|
18692
|
+
"high",
|
|
18693
|
+
"xhigh",
|
|
18694
|
+
"max"
|
|
18695
|
+
],
|
|
18696
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
18697
|
+
},
|
|
18698
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
18699
|
+
},
|
|
18700
|
+
{
|
|
18701
|
+
modelId: "gpt-5.6-luna",
|
|
18702
|
+
name: "GPT-5.6-Luna",
|
|
18703
|
+
capabilityClass: "light",
|
|
18704
|
+
quotaScope: "api",
|
|
18705
|
+
contextWindow: 272e3,
|
|
18706
|
+
effort: {
|
|
18707
|
+
supported: true,
|
|
18708
|
+
levels: [
|
|
18709
|
+
"low",
|
|
18710
|
+
"medium",
|
|
18711
|
+
"high",
|
|
18712
|
+
"xhigh",
|
|
18713
|
+
"max"
|
|
18714
|
+
],
|
|
18715
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
18716
|
+
},
|
|
18717
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
18718
|
+
},
|
|
18719
|
+
{
|
|
18720
|
+
modelId: "gemini-3.7-flash",
|
|
18721
|
+
name: "Gemini-3.7-Flash",
|
|
18722
|
+
capabilityClass: "light",
|
|
18723
|
+
quotaScope: "api",
|
|
18724
|
+
contextWindow: 256e3,
|
|
18725
|
+
effort: {
|
|
18726
|
+
supported: true,
|
|
18727
|
+
levels: [
|
|
18728
|
+
"low",
|
|
18729
|
+
"medium",
|
|
18730
|
+
"high"
|
|
18731
|
+
],
|
|
18732
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
18733
|
+
}
|
|
18734
|
+
},
|
|
18735
|
+
{
|
|
18736
|
+
modelId: "kimi-k3",
|
|
18737
|
+
name: "Kimi-K3",
|
|
18738
|
+
capabilityClass: "flagship",
|
|
18739
|
+
quotaScope: "api",
|
|
18740
|
+
contextWindow: 256e3,
|
|
18741
|
+
effort: {
|
|
18742
|
+
supported: true,
|
|
18743
|
+
levels: [
|
|
18744
|
+
"low",
|
|
18745
|
+
"high",
|
|
18746
|
+
"max"
|
|
18747
|
+
],
|
|
18748
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
18749
|
+
},
|
|
18750
|
+
benchmarkKey: "kimi-k3"
|
|
18661
18751
|
}
|
|
18662
18752
|
]
|
|
18663
18753
|
},
|
|
@@ -18032,7 +18032,7 @@ var benchmarks_default = {
|
|
|
18032
18032
|
};
|
|
18033
18033
|
var models_default = {
|
|
18034
18034
|
version: 1,
|
|
18035
|
-
updatedAt: "2026-08-
|
|
18035
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
18036
18036
|
providers: {
|
|
18037
18037
|
codex: {
|
|
18038
18038
|
name: "Codex",
|
|
@@ -18428,7 +18428,7 @@ var models_default = {
|
|
|
18428
18428
|
cursor: {
|
|
18429
18429
|
name: "Cursor",
|
|
18430
18430
|
defaultModel: "auto",
|
|
18431
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
18431
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
18432
18432
|
models: [
|
|
18433
18433
|
{
|
|
18434
18434
|
modelId: "auto",
|
|
@@ -18610,6 +18610,96 @@ var models_default = {
|
|
|
18610
18610
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
18611
18611
|
},
|
|
18612
18612
|
benchmarkKey: "claude-fable-5"
|
|
18613
|
+
},
|
|
18614
|
+
{
|
|
18615
|
+
modelId: "gpt-5.6-sol",
|
|
18616
|
+
name: "GPT-5.6-Sol",
|
|
18617
|
+
capabilityClass: "flagship",
|
|
18618
|
+
quotaScope: "api",
|
|
18619
|
+
contextWindow: 272e3,
|
|
18620
|
+
effort: {
|
|
18621
|
+
supported: true,
|
|
18622
|
+
levels: [
|
|
18623
|
+
"low",
|
|
18624
|
+
"medium",
|
|
18625
|
+
"high",
|
|
18626
|
+
"xhigh",
|
|
18627
|
+
"max"
|
|
18628
|
+
],
|
|
18629
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
18630
|
+
},
|
|
18631
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
18632
|
+
},
|
|
18633
|
+
{
|
|
18634
|
+
modelId: "gpt-5.6-terra",
|
|
18635
|
+
name: "GPT-5.6-Terra",
|
|
18636
|
+
capabilityClass: "standard",
|
|
18637
|
+
quotaScope: "api",
|
|
18638
|
+
contextWindow: 272e3,
|
|
18639
|
+
effort: {
|
|
18640
|
+
supported: true,
|
|
18641
|
+
levels: [
|
|
18642
|
+
"low",
|
|
18643
|
+
"medium",
|
|
18644
|
+
"high",
|
|
18645
|
+
"xhigh",
|
|
18646
|
+
"max"
|
|
18647
|
+
],
|
|
18648
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
18649
|
+
},
|
|
18650
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
18651
|
+
},
|
|
18652
|
+
{
|
|
18653
|
+
modelId: "gpt-5.6-luna",
|
|
18654
|
+
name: "GPT-5.6-Luna",
|
|
18655
|
+
capabilityClass: "light",
|
|
18656
|
+
quotaScope: "api",
|
|
18657
|
+
contextWindow: 272e3,
|
|
18658
|
+
effort: {
|
|
18659
|
+
supported: true,
|
|
18660
|
+
levels: [
|
|
18661
|
+
"low",
|
|
18662
|
+
"medium",
|
|
18663
|
+
"high",
|
|
18664
|
+
"xhigh",
|
|
18665
|
+
"max"
|
|
18666
|
+
],
|
|
18667
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
18668
|
+
},
|
|
18669
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
18670
|
+
},
|
|
18671
|
+
{
|
|
18672
|
+
modelId: "gemini-3.7-flash",
|
|
18673
|
+
name: "Gemini-3.7-Flash",
|
|
18674
|
+
capabilityClass: "light",
|
|
18675
|
+
quotaScope: "api",
|
|
18676
|
+
contextWindow: 256e3,
|
|
18677
|
+
effort: {
|
|
18678
|
+
supported: true,
|
|
18679
|
+
levels: [
|
|
18680
|
+
"low",
|
|
18681
|
+
"medium",
|
|
18682
|
+
"high"
|
|
18683
|
+
],
|
|
18684
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
18685
|
+
}
|
|
18686
|
+
},
|
|
18687
|
+
{
|
|
18688
|
+
modelId: "kimi-k3",
|
|
18689
|
+
name: "Kimi-K3",
|
|
18690
|
+
capabilityClass: "flagship",
|
|
18691
|
+
quotaScope: "api",
|
|
18692
|
+
contextWindow: 256e3,
|
|
18693
|
+
effort: {
|
|
18694
|
+
supported: true,
|
|
18695
|
+
levels: [
|
|
18696
|
+
"low",
|
|
18697
|
+
"high",
|
|
18698
|
+
"max"
|
|
18699
|
+
],
|
|
18700
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
18701
|
+
},
|
|
18702
|
+
benchmarkKey: "kimi-k3"
|
|
18613
18703
|
}
|
|
18614
18704
|
]
|
|
18615
18705
|
},
|
|
@@ -17709,7 +17709,7 @@ var benchmarks_default = {
|
|
|
17709
17709
|
};
|
|
17710
17710
|
var models_default = {
|
|
17711
17711
|
version: 1,
|
|
17712
|
-
updatedAt: "2026-08-
|
|
17712
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
17713
17713
|
providers: {
|
|
17714
17714
|
codex: {
|
|
17715
17715
|
name: "Codex",
|
|
@@ -18105,7 +18105,7 @@ var models_default = {
|
|
|
18105
18105
|
cursor: {
|
|
18106
18106
|
name: "Cursor",
|
|
18107
18107
|
defaultModel: "auto",
|
|
18108
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
18108
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
18109
18109
|
models: [
|
|
18110
18110
|
{
|
|
18111
18111
|
modelId: "auto",
|
|
@@ -18287,6 +18287,96 @@ var models_default = {
|
|
|
18287
18287
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
18288
18288
|
},
|
|
18289
18289
|
benchmarkKey: "claude-fable-5"
|
|
18290
|
+
},
|
|
18291
|
+
{
|
|
18292
|
+
modelId: "gpt-5.6-sol",
|
|
18293
|
+
name: "GPT-5.6-Sol",
|
|
18294
|
+
capabilityClass: "flagship",
|
|
18295
|
+
quotaScope: "api",
|
|
18296
|
+
contextWindow: 272e3,
|
|
18297
|
+
effort: {
|
|
18298
|
+
supported: true,
|
|
18299
|
+
levels: [
|
|
18300
|
+
"low",
|
|
18301
|
+
"medium",
|
|
18302
|
+
"high",
|
|
18303
|
+
"xhigh",
|
|
18304
|
+
"max"
|
|
18305
|
+
],
|
|
18306
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
18307
|
+
},
|
|
18308
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
18309
|
+
},
|
|
18310
|
+
{
|
|
18311
|
+
modelId: "gpt-5.6-terra",
|
|
18312
|
+
name: "GPT-5.6-Terra",
|
|
18313
|
+
capabilityClass: "standard",
|
|
18314
|
+
quotaScope: "api",
|
|
18315
|
+
contextWindow: 272e3,
|
|
18316
|
+
effort: {
|
|
18317
|
+
supported: true,
|
|
18318
|
+
levels: [
|
|
18319
|
+
"low",
|
|
18320
|
+
"medium",
|
|
18321
|
+
"high",
|
|
18322
|
+
"xhigh",
|
|
18323
|
+
"max"
|
|
18324
|
+
],
|
|
18325
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
18326
|
+
},
|
|
18327
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
18328
|
+
},
|
|
18329
|
+
{
|
|
18330
|
+
modelId: "gpt-5.6-luna",
|
|
18331
|
+
name: "GPT-5.6-Luna",
|
|
18332
|
+
capabilityClass: "light",
|
|
18333
|
+
quotaScope: "api",
|
|
18334
|
+
contextWindow: 272e3,
|
|
18335
|
+
effort: {
|
|
18336
|
+
supported: true,
|
|
18337
|
+
levels: [
|
|
18338
|
+
"low",
|
|
18339
|
+
"medium",
|
|
18340
|
+
"high",
|
|
18341
|
+
"xhigh",
|
|
18342
|
+
"max"
|
|
18343
|
+
],
|
|
18344
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
18345
|
+
},
|
|
18346
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
18347
|
+
},
|
|
18348
|
+
{
|
|
18349
|
+
modelId: "gemini-3.7-flash",
|
|
18350
|
+
name: "Gemini-3.7-Flash",
|
|
18351
|
+
capabilityClass: "light",
|
|
18352
|
+
quotaScope: "api",
|
|
18353
|
+
contextWindow: 256e3,
|
|
18354
|
+
effort: {
|
|
18355
|
+
supported: true,
|
|
18356
|
+
levels: [
|
|
18357
|
+
"low",
|
|
18358
|
+
"medium",
|
|
18359
|
+
"high"
|
|
18360
|
+
],
|
|
18361
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
18362
|
+
}
|
|
18363
|
+
},
|
|
18364
|
+
{
|
|
18365
|
+
modelId: "kimi-k3",
|
|
18366
|
+
name: "Kimi-K3",
|
|
18367
|
+
capabilityClass: "flagship",
|
|
18368
|
+
quotaScope: "api",
|
|
18369
|
+
contextWindow: 256e3,
|
|
18370
|
+
effort: {
|
|
18371
|
+
supported: true,
|
|
18372
|
+
levels: [
|
|
18373
|
+
"low",
|
|
18374
|
+
"high",
|
|
18375
|
+
"max"
|
|
18376
|
+
],
|
|
18377
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
18378
|
+
},
|
|
18379
|
+
benchmarkKey: "kimi-k3"
|
|
18290
18380
|
}
|
|
18291
18381
|
]
|
|
18292
18382
|
},
|
|
@@ -20655,7 +20655,7 @@ var benchmarks_default = {
|
|
|
20655
20655
|
};
|
|
20656
20656
|
var models_default = {
|
|
20657
20657
|
version: 1,
|
|
20658
|
-
updatedAt: "2026-08-
|
|
20658
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
20659
20659
|
providers: {
|
|
20660
20660
|
codex: {
|
|
20661
20661
|
name: "Codex",
|
|
@@ -21051,7 +21051,7 @@ var models_default = {
|
|
|
21051
21051
|
cursor: {
|
|
21052
21052
|
name: "Cursor",
|
|
21053
21053
|
defaultModel: "auto",
|
|
21054
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
21054
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
21055
21055
|
models: [
|
|
21056
21056
|
{
|
|
21057
21057
|
modelId: "auto",
|
|
@@ -21233,6 +21233,96 @@ var models_default = {
|
|
|
21233
21233
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
21234
21234
|
},
|
|
21235
21235
|
benchmarkKey: "claude-fable-5"
|
|
21236
|
+
},
|
|
21237
|
+
{
|
|
21238
|
+
modelId: "gpt-5.6-sol",
|
|
21239
|
+
name: "GPT-5.6-Sol",
|
|
21240
|
+
capabilityClass: "flagship",
|
|
21241
|
+
quotaScope: "api",
|
|
21242
|
+
contextWindow: 272e3,
|
|
21243
|
+
effort: {
|
|
21244
|
+
supported: true,
|
|
21245
|
+
levels: [
|
|
21246
|
+
"low",
|
|
21247
|
+
"medium",
|
|
21248
|
+
"high",
|
|
21249
|
+
"xhigh",
|
|
21250
|
+
"max"
|
|
21251
|
+
],
|
|
21252
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
21253
|
+
},
|
|
21254
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
21255
|
+
},
|
|
21256
|
+
{
|
|
21257
|
+
modelId: "gpt-5.6-terra",
|
|
21258
|
+
name: "GPT-5.6-Terra",
|
|
21259
|
+
capabilityClass: "standard",
|
|
21260
|
+
quotaScope: "api",
|
|
21261
|
+
contextWindow: 272e3,
|
|
21262
|
+
effort: {
|
|
21263
|
+
supported: true,
|
|
21264
|
+
levels: [
|
|
21265
|
+
"low",
|
|
21266
|
+
"medium",
|
|
21267
|
+
"high",
|
|
21268
|
+
"xhigh",
|
|
21269
|
+
"max"
|
|
21270
|
+
],
|
|
21271
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
21272
|
+
},
|
|
21273
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
21274
|
+
},
|
|
21275
|
+
{
|
|
21276
|
+
modelId: "gpt-5.6-luna",
|
|
21277
|
+
name: "GPT-5.6-Luna",
|
|
21278
|
+
capabilityClass: "light",
|
|
21279
|
+
quotaScope: "api",
|
|
21280
|
+
contextWindow: 272e3,
|
|
21281
|
+
effort: {
|
|
21282
|
+
supported: true,
|
|
21283
|
+
levels: [
|
|
21284
|
+
"low",
|
|
21285
|
+
"medium",
|
|
21286
|
+
"high",
|
|
21287
|
+
"xhigh",
|
|
21288
|
+
"max"
|
|
21289
|
+
],
|
|
21290
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
21291
|
+
},
|
|
21292
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
21293
|
+
},
|
|
21294
|
+
{
|
|
21295
|
+
modelId: "gemini-3.7-flash",
|
|
21296
|
+
name: "Gemini-3.7-Flash",
|
|
21297
|
+
capabilityClass: "light",
|
|
21298
|
+
quotaScope: "api",
|
|
21299
|
+
contextWindow: 256e3,
|
|
21300
|
+
effort: {
|
|
21301
|
+
supported: true,
|
|
21302
|
+
levels: [
|
|
21303
|
+
"low",
|
|
21304
|
+
"medium",
|
|
21305
|
+
"high"
|
|
21306
|
+
],
|
|
21307
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
21308
|
+
}
|
|
21309
|
+
},
|
|
21310
|
+
{
|
|
21311
|
+
modelId: "kimi-k3",
|
|
21312
|
+
name: "Kimi-K3",
|
|
21313
|
+
capabilityClass: "flagship",
|
|
21314
|
+
quotaScope: "api",
|
|
21315
|
+
contextWindow: 256e3,
|
|
21316
|
+
effort: {
|
|
21317
|
+
supported: true,
|
|
21318
|
+
levels: [
|
|
21319
|
+
"low",
|
|
21320
|
+
"high",
|
|
21321
|
+
"max"
|
|
21322
|
+
],
|
|
21323
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
21324
|
+
},
|
|
21325
|
+
benchmarkKey: "kimi-k3"
|
|
21236
21326
|
}
|
|
21237
21327
|
]
|
|
21238
21328
|
},
|
package/dist/fleet.mjs
CHANGED
|
@@ -22263,7 +22263,7 @@ var benchmarks_default = {
|
|
|
22263
22263
|
};
|
|
22264
22264
|
var models_default = {
|
|
22265
22265
|
version: 1,
|
|
22266
|
-
updatedAt: "2026-08-
|
|
22266
|
+
updatedAt: "2026-08-20T00:00:00Z",
|
|
22267
22267
|
providers: {
|
|
22268
22268
|
codex: {
|
|
22269
22269
|
name: "Codex",
|
|
@@ -22659,7 +22659,7 @@ var models_default = {
|
|
|
22659
22659
|
cursor: {
|
|
22660
22660
|
name: "Cursor",
|
|
22661
22661
|
defaultModel: "auto",
|
|
22662
|
-
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05)",
|
|
22662
|
+
source: "Cursor GetUsableModels + Run conversationCheckpointUpdate.token_details.max_tokens (cli-2026.07.08-0c04a8a; auto, composer-2.5, and grok-4.5 families observed 2026-08-01); cursor-agent 2026.08.11-e8db854 observed 2026-08-13 for grok-4.6; claude-opus-5 and claude-fable-5 standard/Max Mode windows observed 2026-08-10; quotaScope from DashboardService/GetCurrentPeriodUsage autoBucketModels (2026-08-05); gpt-5.6-sol/terra/luna, gemini-3.7-flash, and kimi-k3 ids, effort rungs, and api quotaScope observed 2026-08-20 from live GetUsableModels (cursor-agent 2026.08.11-e8db854) and GetCurrentPeriodUsage autoBucketModels. Their windows are unmeasured because Cursor answers a first-turn Run with an empty token_details, so each carries the conservative cross-provider figure (272000 from the Codex catalog for the GPT-5.6 lineup, 256000 elsewhere); no Max Mode or -fast sibling is published for them",
|
|
22663
22663
|
models: [
|
|
22664
22664
|
{
|
|
22665
22665
|
modelId: "auto",
|
|
@@ -22841,6 +22841,96 @@ var models_default = {
|
|
|
22841
22841
|
upstreamModelIdTemplate: "claude-fable-5-{effort}"
|
|
22842
22842
|
},
|
|
22843
22843
|
benchmarkKey: "claude-fable-5"
|
|
22844
|
+
},
|
|
22845
|
+
{
|
|
22846
|
+
modelId: "gpt-5.6-sol",
|
|
22847
|
+
name: "GPT-5.6-Sol",
|
|
22848
|
+
capabilityClass: "flagship",
|
|
22849
|
+
quotaScope: "api",
|
|
22850
|
+
contextWindow: 272e3,
|
|
22851
|
+
effort: {
|
|
22852
|
+
supported: true,
|
|
22853
|
+
levels: [
|
|
22854
|
+
"low",
|
|
22855
|
+
"medium",
|
|
22856
|
+
"high",
|
|
22857
|
+
"xhigh",
|
|
22858
|
+
"max"
|
|
22859
|
+
],
|
|
22860
|
+
upstreamModelIdTemplate: "gpt-5.6-sol-{effort}"
|
|
22861
|
+
},
|
|
22862
|
+
benchmarkKey: "gpt-5.6-sol"
|
|
22863
|
+
},
|
|
22864
|
+
{
|
|
22865
|
+
modelId: "gpt-5.6-terra",
|
|
22866
|
+
name: "GPT-5.6-Terra",
|
|
22867
|
+
capabilityClass: "standard",
|
|
22868
|
+
quotaScope: "api",
|
|
22869
|
+
contextWindow: 272e3,
|
|
22870
|
+
effort: {
|
|
22871
|
+
supported: true,
|
|
22872
|
+
levels: [
|
|
22873
|
+
"low",
|
|
22874
|
+
"medium",
|
|
22875
|
+
"high",
|
|
22876
|
+
"xhigh",
|
|
22877
|
+
"max"
|
|
22878
|
+
],
|
|
22879
|
+
upstreamModelIdTemplate: "gpt-5.6-terra-{effort}"
|
|
22880
|
+
},
|
|
22881
|
+
benchmarkKey: "gpt-5.6-terra"
|
|
22882
|
+
},
|
|
22883
|
+
{
|
|
22884
|
+
modelId: "gpt-5.6-luna",
|
|
22885
|
+
name: "GPT-5.6-Luna",
|
|
22886
|
+
capabilityClass: "light",
|
|
22887
|
+
quotaScope: "api",
|
|
22888
|
+
contextWindow: 272e3,
|
|
22889
|
+
effort: {
|
|
22890
|
+
supported: true,
|
|
22891
|
+
levels: [
|
|
22892
|
+
"low",
|
|
22893
|
+
"medium",
|
|
22894
|
+
"high",
|
|
22895
|
+
"xhigh",
|
|
22896
|
+
"max"
|
|
22897
|
+
],
|
|
22898
|
+
upstreamModelIdTemplate: "gpt-5.6-luna-{effort}"
|
|
22899
|
+
},
|
|
22900
|
+
benchmarkKey: "gpt-5.6-luna"
|
|
22901
|
+
},
|
|
22902
|
+
{
|
|
22903
|
+
modelId: "gemini-3.7-flash",
|
|
22904
|
+
name: "Gemini-3.7-Flash",
|
|
22905
|
+
capabilityClass: "light",
|
|
22906
|
+
quotaScope: "api",
|
|
22907
|
+
contextWindow: 256e3,
|
|
22908
|
+
effort: {
|
|
22909
|
+
supported: true,
|
|
22910
|
+
levels: [
|
|
22911
|
+
"low",
|
|
22912
|
+
"medium",
|
|
22913
|
+
"high"
|
|
22914
|
+
],
|
|
22915
|
+
upstreamModelIdTemplate: "gemini-3.7-flash-{effort}"
|
|
22916
|
+
}
|
|
22917
|
+
},
|
|
22918
|
+
{
|
|
22919
|
+
modelId: "kimi-k3",
|
|
22920
|
+
name: "Kimi-K3",
|
|
22921
|
+
capabilityClass: "flagship",
|
|
22922
|
+
quotaScope: "api",
|
|
22923
|
+
contextWindow: 256e3,
|
|
22924
|
+
effort: {
|
|
22925
|
+
supported: true,
|
|
22926
|
+
levels: [
|
|
22927
|
+
"low",
|
|
22928
|
+
"high",
|
|
22929
|
+
"max"
|
|
22930
|
+
],
|
|
22931
|
+
upstreamModelIdTemplate: "kimi-k3-{effort}"
|
|
22932
|
+
},
|
|
22933
|
+
benchmarkKey: "kimi-k3"
|
|
22844
22934
|
}
|
|
22845
22935
|
]
|
|
22846
22936
|
},
|
package/package.json
CHANGED