@dreb/ai 2.37.0 → 2.38.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/models.d.ts +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +136 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +136 -0
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +3 -2
- package/dist/models.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +204 -11
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -2692,6 +2692,23 @@ export const MODELS = {
|
|
|
2692
2692
|
contextWindow: 1050000,
|
|
2693
2693
|
maxTokens: 128000,
|
|
2694
2694
|
},
|
|
2695
|
+
"gpt-realtime-2.1": {
|
|
2696
|
+
id: "gpt-realtime-2.1",
|
|
2697
|
+
name: "GPT-Realtime-2.1",
|
|
2698
|
+
api: "azure-openai-responses",
|
|
2699
|
+
provider: "azure-openai-responses",
|
|
2700
|
+
baseUrl: "",
|
|
2701
|
+
reasoning: true,
|
|
2702
|
+
input: ["text", "image"],
|
|
2703
|
+
cost: {
|
|
2704
|
+
input: 4,
|
|
2705
|
+
output: 24,
|
|
2706
|
+
cacheRead: 0.4,
|
|
2707
|
+
cacheWrite: 0,
|
|
2708
|
+
},
|
|
2709
|
+
contextWindow: 128000,
|
|
2710
|
+
maxTokens: 32000,
|
|
2711
|
+
},
|
|
2695
2712
|
"o1": {
|
|
2696
2713
|
id: "o1",
|
|
2697
2714
|
name: "o1",
|
|
@@ -6428,6 +6445,23 @@ export const MODELS = {
|
|
|
6428
6445
|
contextWindow: 1050000,
|
|
6429
6446
|
maxTokens: 128000,
|
|
6430
6447
|
},
|
|
6448
|
+
"gpt-realtime-2.1": {
|
|
6449
|
+
id: "gpt-realtime-2.1",
|
|
6450
|
+
name: "GPT-Realtime-2.1",
|
|
6451
|
+
api: "openai-responses",
|
|
6452
|
+
provider: "openai",
|
|
6453
|
+
baseUrl: "https://api.openai.com/v1",
|
|
6454
|
+
reasoning: true,
|
|
6455
|
+
input: ["text", "image"],
|
|
6456
|
+
cost: {
|
|
6457
|
+
input: 4,
|
|
6458
|
+
output: 24,
|
|
6459
|
+
cacheRead: 0.4,
|
|
6460
|
+
cacheWrite: 0,
|
|
6461
|
+
},
|
|
6462
|
+
contextWindow: 128000,
|
|
6463
|
+
maxTokens: 32000,
|
|
6464
|
+
},
|
|
6431
6465
|
"o1": {
|
|
6432
6466
|
id: "o1",
|
|
6433
6467
|
name: "o1",
|
|
@@ -6702,6 +6736,57 @@ export const MODELS = {
|
|
|
6702
6736
|
contextWindow: 400000,
|
|
6703
6737
|
maxTokens: 128000,
|
|
6704
6738
|
},
|
|
6739
|
+
"gpt-5.6-luna": {
|
|
6740
|
+
id: "gpt-5.6-luna",
|
|
6741
|
+
name: "GPT-5.6 Luna",
|
|
6742
|
+
api: "openai-codex-responses",
|
|
6743
|
+
provider: "openai-codex",
|
|
6744
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
6745
|
+
reasoning: true,
|
|
6746
|
+
input: ["text", "image"],
|
|
6747
|
+
cost: {
|
|
6748
|
+
input: 1,
|
|
6749
|
+
output: 6,
|
|
6750
|
+
cacheRead: 0.1,
|
|
6751
|
+
cacheWrite: 1.25,
|
|
6752
|
+
},
|
|
6753
|
+
contextWindow: 372000,
|
|
6754
|
+
maxTokens: 128000,
|
|
6755
|
+
},
|
|
6756
|
+
"gpt-5.6-sol": {
|
|
6757
|
+
id: "gpt-5.6-sol",
|
|
6758
|
+
name: "GPT-5.6 Sol",
|
|
6759
|
+
api: "openai-codex-responses",
|
|
6760
|
+
provider: "openai-codex",
|
|
6761
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
6762
|
+
reasoning: true,
|
|
6763
|
+
input: ["text", "image"],
|
|
6764
|
+
cost: {
|
|
6765
|
+
input: 5,
|
|
6766
|
+
output: 30,
|
|
6767
|
+
cacheRead: 0.5,
|
|
6768
|
+
cacheWrite: 6.25,
|
|
6769
|
+
},
|
|
6770
|
+
contextWindow: 372000,
|
|
6771
|
+
maxTokens: 128000,
|
|
6772
|
+
},
|
|
6773
|
+
"gpt-5.6-terra": {
|
|
6774
|
+
id: "gpt-5.6-terra",
|
|
6775
|
+
name: "GPT-5.6 Terra",
|
|
6776
|
+
api: "openai-codex-responses",
|
|
6777
|
+
provider: "openai-codex",
|
|
6778
|
+
baseUrl: "https://chatgpt.com/backend-api",
|
|
6779
|
+
reasoning: true,
|
|
6780
|
+
input: ["text", "image"],
|
|
6781
|
+
cost: {
|
|
6782
|
+
input: 2.5,
|
|
6783
|
+
output: 15,
|
|
6784
|
+
cacheRead: 0.25,
|
|
6785
|
+
cacheWrite: 3.125,
|
|
6786
|
+
},
|
|
6787
|
+
contextWindow: 372000,
|
|
6788
|
+
maxTokens: 128000,
|
|
6789
|
+
},
|
|
6705
6790
|
},
|
|
6706
6791
|
"opencode": {
|
|
6707
6792
|
"big-pickle": {
|
|
@@ -7333,6 +7418,57 @@ export const MODELS = {
|
|
|
7333
7418
|
contextWindow: 1050000,
|
|
7334
7419
|
maxTokens: 128000,
|
|
7335
7420
|
},
|
|
7421
|
+
"gpt-5.6-luna": {
|
|
7422
|
+
id: "gpt-5.6-luna",
|
|
7423
|
+
name: "GPT-5.6 Luna",
|
|
7424
|
+
api: "openai-responses",
|
|
7425
|
+
provider: "opencode",
|
|
7426
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7427
|
+
reasoning: true,
|
|
7428
|
+
input: ["text", "image"],
|
|
7429
|
+
cost: {
|
|
7430
|
+
input: 1,
|
|
7431
|
+
output: 6,
|
|
7432
|
+
cacheRead: 0.1,
|
|
7433
|
+
cacheWrite: 1.25,
|
|
7434
|
+
},
|
|
7435
|
+
contextWindow: 1050000,
|
|
7436
|
+
maxTokens: 128000,
|
|
7437
|
+
},
|
|
7438
|
+
"gpt-5.6-sol": {
|
|
7439
|
+
id: "gpt-5.6-sol",
|
|
7440
|
+
name: "GPT-5.6 Sol",
|
|
7441
|
+
api: "openai-responses",
|
|
7442
|
+
provider: "opencode",
|
|
7443
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7444
|
+
reasoning: true,
|
|
7445
|
+
input: ["text", "image"],
|
|
7446
|
+
cost: {
|
|
7447
|
+
input: 5,
|
|
7448
|
+
output: 30,
|
|
7449
|
+
cacheRead: 0.5,
|
|
7450
|
+
cacheWrite: 6.25,
|
|
7451
|
+
},
|
|
7452
|
+
contextWindow: 1050000,
|
|
7453
|
+
maxTokens: 128000,
|
|
7454
|
+
},
|
|
7455
|
+
"gpt-5.6-terra": {
|
|
7456
|
+
id: "gpt-5.6-terra",
|
|
7457
|
+
name: "GPT-5.6 Terra",
|
|
7458
|
+
api: "openai-responses",
|
|
7459
|
+
provider: "opencode",
|
|
7460
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7461
|
+
reasoning: true,
|
|
7462
|
+
input: ["text", "image"],
|
|
7463
|
+
cost: {
|
|
7464
|
+
input: 2.5,
|
|
7465
|
+
output: 15,
|
|
7466
|
+
cacheRead: 0.25,
|
|
7467
|
+
cacheWrite: 3.125,
|
|
7468
|
+
},
|
|
7469
|
+
contextWindow: 1050000,
|
|
7470
|
+
maxTokens: 128000,
|
|
7471
|
+
},
|
|
7336
7472
|
"grok-4.5": {
|
|
7337
7473
|
id: "grok-4.5",
|
|
7338
7474
|
name: "Grok 4.5",
|