@elyracode/ai 0.9.13 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +398 -51
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +408 -77
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -2670,6 +2670,78 @@ export const MODELS = {
|
|
|
2670
2670
|
contextWindow: 1050000,
|
|
2671
2671
|
maxTokens: 128000,
|
|
2672
2672
|
},
|
|
2673
|
+
"gpt-5.6": {
|
|
2674
|
+
id: "gpt-5.6",
|
|
2675
|
+
name: "GPT-5.6",
|
|
2676
|
+
api: "azure-openai-responses",
|
|
2677
|
+
provider: "azure-openai-responses",
|
|
2678
|
+
baseUrl: "",
|
|
2679
|
+
reasoning: true,
|
|
2680
|
+
thinkingLevelMap: { "off": null },
|
|
2681
|
+
input: ["text", "image"],
|
|
2682
|
+
cost: {
|
|
2683
|
+
input: 5,
|
|
2684
|
+
output: 30,
|
|
2685
|
+
cacheRead: 0.5,
|
|
2686
|
+
cacheWrite: 6.25,
|
|
2687
|
+
},
|
|
2688
|
+
contextWindow: 1050000,
|
|
2689
|
+
maxTokens: 128000,
|
|
2690
|
+
},
|
|
2691
|
+
"gpt-5.6-luna": {
|
|
2692
|
+
id: "gpt-5.6-luna",
|
|
2693
|
+
name: "GPT-5.6 Luna",
|
|
2694
|
+
api: "azure-openai-responses",
|
|
2695
|
+
provider: "azure-openai-responses",
|
|
2696
|
+
baseUrl: "",
|
|
2697
|
+
reasoning: true,
|
|
2698
|
+
thinkingLevelMap: { "off": null },
|
|
2699
|
+
input: ["text", "image"],
|
|
2700
|
+
cost: {
|
|
2701
|
+
input: 1,
|
|
2702
|
+
output: 6,
|
|
2703
|
+
cacheRead: 0.1,
|
|
2704
|
+
cacheWrite: 1.25,
|
|
2705
|
+
},
|
|
2706
|
+
contextWindow: 1050000,
|
|
2707
|
+
maxTokens: 128000,
|
|
2708
|
+
},
|
|
2709
|
+
"gpt-5.6-sol": {
|
|
2710
|
+
id: "gpt-5.6-sol",
|
|
2711
|
+
name: "GPT-5.6 Sol",
|
|
2712
|
+
api: "azure-openai-responses",
|
|
2713
|
+
provider: "azure-openai-responses",
|
|
2714
|
+
baseUrl: "",
|
|
2715
|
+
reasoning: true,
|
|
2716
|
+
thinkingLevelMap: { "off": null },
|
|
2717
|
+
input: ["text", "image"],
|
|
2718
|
+
cost: {
|
|
2719
|
+
input: 5,
|
|
2720
|
+
output: 30,
|
|
2721
|
+
cacheRead: 0.5,
|
|
2722
|
+
cacheWrite: 6.25,
|
|
2723
|
+
},
|
|
2724
|
+
contextWindow: 1050000,
|
|
2725
|
+
maxTokens: 128000,
|
|
2726
|
+
},
|
|
2727
|
+
"gpt-5.6-terra": {
|
|
2728
|
+
id: "gpt-5.6-terra",
|
|
2729
|
+
name: "GPT-5.6 Terra",
|
|
2730
|
+
api: "azure-openai-responses",
|
|
2731
|
+
provider: "azure-openai-responses",
|
|
2732
|
+
baseUrl: "",
|
|
2733
|
+
reasoning: true,
|
|
2734
|
+
thinkingLevelMap: { "off": null },
|
|
2735
|
+
input: ["text", "image"],
|
|
2736
|
+
cost: {
|
|
2737
|
+
input: 2.5,
|
|
2738
|
+
output: 15,
|
|
2739
|
+
cacheRead: 0.25,
|
|
2740
|
+
cacheWrite: 3.125,
|
|
2741
|
+
},
|
|
2742
|
+
contextWindow: 1050000,
|
|
2743
|
+
maxTokens: 128000,
|
|
2744
|
+
},
|
|
2673
2745
|
"o1": {
|
|
2674
2746
|
id: "o1",
|
|
2675
2747
|
name: "o1",
|
|
@@ -7533,6 +7605,78 @@ export const MODELS = {
|
|
|
7533
7605
|
contextWindow: 1050000,
|
|
7534
7606
|
maxTokens: 128000,
|
|
7535
7607
|
},
|
|
7608
|
+
"gpt-5.6": {
|
|
7609
|
+
id: "gpt-5.6",
|
|
7610
|
+
name: "GPT-5.6",
|
|
7611
|
+
api: "openai-responses",
|
|
7612
|
+
provider: "openai",
|
|
7613
|
+
baseUrl: "https://api.openai.com/v1",
|
|
7614
|
+
reasoning: true,
|
|
7615
|
+
thinkingLevelMap: { "off": null },
|
|
7616
|
+
input: ["text", "image"],
|
|
7617
|
+
cost: {
|
|
7618
|
+
input: 5,
|
|
7619
|
+
output: 30,
|
|
7620
|
+
cacheRead: 0.5,
|
|
7621
|
+
cacheWrite: 6.25,
|
|
7622
|
+
},
|
|
7623
|
+
contextWindow: 1050000,
|
|
7624
|
+
maxTokens: 128000,
|
|
7625
|
+
},
|
|
7626
|
+
"gpt-5.6-luna": {
|
|
7627
|
+
id: "gpt-5.6-luna",
|
|
7628
|
+
name: "GPT-5.6 Luna",
|
|
7629
|
+
api: "openai-responses",
|
|
7630
|
+
provider: "openai",
|
|
7631
|
+
baseUrl: "https://api.openai.com/v1",
|
|
7632
|
+
reasoning: true,
|
|
7633
|
+
thinkingLevelMap: { "off": null },
|
|
7634
|
+
input: ["text", "image"],
|
|
7635
|
+
cost: {
|
|
7636
|
+
input: 1,
|
|
7637
|
+
output: 6,
|
|
7638
|
+
cacheRead: 0.1,
|
|
7639
|
+
cacheWrite: 1.25,
|
|
7640
|
+
},
|
|
7641
|
+
contextWindow: 1050000,
|
|
7642
|
+
maxTokens: 128000,
|
|
7643
|
+
},
|
|
7644
|
+
"gpt-5.6-sol": {
|
|
7645
|
+
id: "gpt-5.6-sol",
|
|
7646
|
+
name: "GPT-5.6 Sol",
|
|
7647
|
+
api: "openai-responses",
|
|
7648
|
+
provider: "openai",
|
|
7649
|
+
baseUrl: "https://api.openai.com/v1",
|
|
7650
|
+
reasoning: true,
|
|
7651
|
+
thinkingLevelMap: { "off": null },
|
|
7652
|
+
input: ["text", "image"],
|
|
7653
|
+
cost: {
|
|
7654
|
+
input: 5,
|
|
7655
|
+
output: 30,
|
|
7656
|
+
cacheRead: 0.5,
|
|
7657
|
+
cacheWrite: 6.25,
|
|
7658
|
+
},
|
|
7659
|
+
contextWindow: 1050000,
|
|
7660
|
+
maxTokens: 128000,
|
|
7661
|
+
},
|
|
7662
|
+
"gpt-5.6-terra": {
|
|
7663
|
+
id: "gpt-5.6-terra",
|
|
7664
|
+
name: "GPT-5.6 Terra",
|
|
7665
|
+
api: "openai-responses",
|
|
7666
|
+
provider: "openai",
|
|
7667
|
+
baseUrl: "https://api.openai.com/v1",
|
|
7668
|
+
reasoning: true,
|
|
7669
|
+
thinkingLevelMap: { "off": null },
|
|
7670
|
+
input: ["text", "image"],
|
|
7671
|
+
cost: {
|
|
7672
|
+
input: 2.5,
|
|
7673
|
+
output: 15,
|
|
7674
|
+
cacheRead: 0.25,
|
|
7675
|
+
cacheWrite: 3.125,
|
|
7676
|
+
},
|
|
7677
|
+
contextWindow: 1050000,
|
|
7678
|
+
maxTokens: 128000,
|
|
7679
|
+
},
|
|
7536
7680
|
"o1": {
|
|
7537
7681
|
id: "o1",
|
|
7538
7682
|
name: "o1",
|
|
@@ -8509,6 +8653,23 @@ export const MODELS = {
|
|
|
8509
8653
|
contextWindow: 1050000,
|
|
8510
8654
|
maxTokens: 128000,
|
|
8511
8655
|
},
|
|
8656
|
+
"grok-4.5": {
|
|
8657
|
+
id: "grok-4.5",
|
|
8658
|
+
name: "Grok 4.5",
|
|
8659
|
+
api: "openai-completions",
|
|
8660
|
+
provider: "opencode",
|
|
8661
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8662
|
+
reasoning: true,
|
|
8663
|
+
input: ["text", "image"],
|
|
8664
|
+
cost: {
|
|
8665
|
+
input: 2,
|
|
8666
|
+
output: 6,
|
|
8667
|
+
cacheRead: 0.5,
|
|
8668
|
+
cacheWrite: 0,
|
|
8669
|
+
},
|
|
8670
|
+
contextWindow: 500000,
|
|
8671
|
+
maxTokens: 500000,
|
|
8672
|
+
},
|
|
8512
8673
|
"grok-build-0.1": {
|
|
8513
8674
|
id: "grok-build-0.1",
|
|
8514
8675
|
name: "Grok Build 0.1",
|
|
@@ -9769,23 +9930,6 @@ export const MODELS = {
|
|
|
9769
9930
|
contextWindow: 1048576,
|
|
9770
9931
|
maxTokens: 65535,
|
|
9771
9932
|
},
|
|
9772
|
-
"google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
9773
|
-
id: "google/gemini-2.5-flash-lite-preview-09-2025",
|
|
9774
|
-
name: "Google: Gemini 2.5 Flash Lite Preview 09-2025",
|
|
9775
|
-
api: "openai-completions",
|
|
9776
|
-
provider: "openrouter",
|
|
9777
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9778
|
-
reasoning: true,
|
|
9779
|
-
input: ["text", "image"],
|
|
9780
|
-
cost: {
|
|
9781
|
-
input: 0.09999999999999999,
|
|
9782
|
-
output: 0.39999999999999997,
|
|
9783
|
-
cacheRead: 0.01,
|
|
9784
|
-
cacheWrite: 0.08333333333333334,
|
|
9785
|
-
},
|
|
9786
|
-
contextWindow: 1048576,
|
|
9787
|
-
maxTokens: 65535,
|
|
9788
|
-
},
|
|
9789
9933
|
"google/gemini-2.5-pro": {
|
|
9790
9934
|
id: "google/gemini-2.5-pro",
|
|
9791
9935
|
name: "Google: Gemini 2.5 Pro",
|
|
@@ -10339,9 +10483,9 @@ export const MODELS = {
|
|
|
10339
10483
|
reasoning: true,
|
|
10340
10484
|
input: ["text"],
|
|
10341
10485
|
cost: {
|
|
10342
|
-
input: 0.
|
|
10343
|
-
output: 0.
|
|
10344
|
-
cacheRead: 0,
|
|
10486
|
+
input: 0.15,
|
|
10487
|
+
output: 0.8999999999999999,
|
|
10488
|
+
cacheRead: 0.049999999999999996,
|
|
10345
10489
|
cacheWrite: 0,
|
|
10346
10490
|
},
|
|
10347
10491
|
contextWindow: 204800,
|
|
@@ -10356,8 +10500,8 @@ export const MODELS = {
|
|
|
10356
10500
|
reasoning: true,
|
|
10357
10501
|
input: ["text"],
|
|
10358
10502
|
cost: {
|
|
10359
|
-
input: 0.
|
|
10360
|
-
output: 0.
|
|
10503
|
+
input: 0.24,
|
|
10504
|
+
output: 0.96,
|
|
10361
10505
|
cacheRead: 0,
|
|
10362
10506
|
cacheWrite: 0,
|
|
10363
10507
|
},
|
|
@@ -10749,7 +10893,7 @@ export const MODELS = {
|
|
|
10749
10893
|
cost: {
|
|
10750
10894
|
input: 0.65,
|
|
10751
10895
|
output: 3.41,
|
|
10752
|
-
cacheRead: 0.
|
|
10896
|
+
cacheRead: 0.14,
|
|
10753
10897
|
cacheWrite: 0,
|
|
10754
10898
|
},
|
|
10755
10899
|
contextWindow: 262144,
|
|
@@ -10764,13 +10908,13 @@ export const MODELS = {
|
|
|
10764
10908
|
reasoning: true,
|
|
10765
10909
|
input: ["text", "image"],
|
|
10766
10910
|
cost: {
|
|
10767
|
-
input: 0.
|
|
10768
|
-
output: 3.
|
|
10769
|
-
cacheRead: 0.
|
|
10911
|
+
input: 0.72,
|
|
10912
|
+
output: 3.49,
|
|
10913
|
+
cacheRead: 0.159,
|
|
10770
10914
|
cacheWrite: 0,
|
|
10771
10915
|
},
|
|
10772
10916
|
contextWindow: 262144,
|
|
10773
|
-
maxTokens:
|
|
10917
|
+
maxTokens: 262144,
|
|
10774
10918
|
},
|
|
10775
10919
|
"nex-agi/nex-n2-mini": {
|
|
10776
10920
|
id: "nex-agi/nex-n2-mini",
|
|
@@ -11515,6 +11659,108 @@ export const MODELS = {
|
|
|
11515
11659
|
contextWindow: 1050000,
|
|
11516
11660
|
maxTokens: 128000,
|
|
11517
11661
|
},
|
|
11662
|
+
"openai/gpt-5.6-luna": {
|
|
11663
|
+
id: "openai/gpt-5.6-luna",
|
|
11664
|
+
name: "OpenAI: GPT-5.6 Luna",
|
|
11665
|
+
api: "openai-completions",
|
|
11666
|
+
provider: "openrouter",
|
|
11667
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11668
|
+
reasoning: true,
|
|
11669
|
+
input: ["text", "image"],
|
|
11670
|
+
cost: {
|
|
11671
|
+
input: 1,
|
|
11672
|
+
output: 6,
|
|
11673
|
+
cacheRead: 0.09999999999999999,
|
|
11674
|
+
cacheWrite: 1.25,
|
|
11675
|
+
},
|
|
11676
|
+
contextWindow: 1050000,
|
|
11677
|
+
maxTokens: 128000,
|
|
11678
|
+
},
|
|
11679
|
+
"openai/gpt-5.6-luna-pro": {
|
|
11680
|
+
id: "openai/gpt-5.6-luna-pro",
|
|
11681
|
+
name: "OpenAI: GPT-5.6 Luna Pro",
|
|
11682
|
+
api: "openai-completions",
|
|
11683
|
+
provider: "openrouter",
|
|
11684
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11685
|
+
reasoning: true,
|
|
11686
|
+
input: ["text", "image"],
|
|
11687
|
+
cost: {
|
|
11688
|
+
input: 1,
|
|
11689
|
+
output: 6,
|
|
11690
|
+
cacheRead: 0.09999999999999999,
|
|
11691
|
+
cacheWrite: 1.25,
|
|
11692
|
+
},
|
|
11693
|
+
contextWindow: 1050000,
|
|
11694
|
+
maxTokens: 128000,
|
|
11695
|
+
},
|
|
11696
|
+
"openai/gpt-5.6-sol": {
|
|
11697
|
+
id: "openai/gpt-5.6-sol",
|
|
11698
|
+
name: "OpenAI: GPT-5.6 Sol",
|
|
11699
|
+
api: "openai-completions",
|
|
11700
|
+
provider: "openrouter",
|
|
11701
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11702
|
+
reasoning: true,
|
|
11703
|
+
input: ["text", "image"],
|
|
11704
|
+
cost: {
|
|
11705
|
+
input: 5,
|
|
11706
|
+
output: 30,
|
|
11707
|
+
cacheRead: 0.5,
|
|
11708
|
+
cacheWrite: 6.25,
|
|
11709
|
+
},
|
|
11710
|
+
contextWindow: 1050000,
|
|
11711
|
+
maxTokens: 128000,
|
|
11712
|
+
},
|
|
11713
|
+
"openai/gpt-5.6-sol-pro": {
|
|
11714
|
+
id: "openai/gpt-5.6-sol-pro",
|
|
11715
|
+
name: "OpenAI: GPT-5.6 Sol Pro",
|
|
11716
|
+
api: "openai-completions",
|
|
11717
|
+
provider: "openrouter",
|
|
11718
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11719
|
+
reasoning: true,
|
|
11720
|
+
input: ["text", "image"],
|
|
11721
|
+
cost: {
|
|
11722
|
+
input: 5,
|
|
11723
|
+
output: 30,
|
|
11724
|
+
cacheRead: 0.5,
|
|
11725
|
+
cacheWrite: 6.25,
|
|
11726
|
+
},
|
|
11727
|
+
contextWindow: 1050000,
|
|
11728
|
+
maxTokens: 128000,
|
|
11729
|
+
},
|
|
11730
|
+
"openai/gpt-5.6-terra": {
|
|
11731
|
+
id: "openai/gpt-5.6-terra",
|
|
11732
|
+
name: "OpenAI: GPT-5.6 Terra",
|
|
11733
|
+
api: "openai-completions",
|
|
11734
|
+
provider: "openrouter",
|
|
11735
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11736
|
+
reasoning: true,
|
|
11737
|
+
input: ["text", "image"],
|
|
11738
|
+
cost: {
|
|
11739
|
+
input: 2.5,
|
|
11740
|
+
output: 15,
|
|
11741
|
+
cacheRead: 0.25,
|
|
11742
|
+
cacheWrite: 3.125,
|
|
11743
|
+
},
|
|
11744
|
+
contextWindow: 1050000,
|
|
11745
|
+
maxTokens: 128000,
|
|
11746
|
+
},
|
|
11747
|
+
"openai/gpt-5.6-terra-pro": {
|
|
11748
|
+
id: "openai/gpt-5.6-terra-pro",
|
|
11749
|
+
name: "OpenAI: GPT-5.6 Terra Pro",
|
|
11750
|
+
api: "openai-completions",
|
|
11751
|
+
provider: "openrouter",
|
|
11752
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11753
|
+
reasoning: true,
|
|
11754
|
+
input: ["text", "image"],
|
|
11755
|
+
cost: {
|
|
11756
|
+
input: 2.5,
|
|
11757
|
+
output: 15,
|
|
11758
|
+
cacheRead: 0.25,
|
|
11759
|
+
cacheWrite: 3.125,
|
|
11760
|
+
},
|
|
11761
|
+
contextWindow: 1050000,
|
|
11762
|
+
maxTokens: 128000,
|
|
11763
|
+
},
|
|
11518
11764
|
"openai/gpt-audio": {
|
|
11519
11765
|
id: "openai/gpt-audio",
|
|
11520
11766
|
name: "OpenAI: GPT Audio",
|
|
@@ -11575,13 +11821,13 @@ export const MODELS = {
|
|
|
11575
11821
|
reasoning: true,
|
|
11576
11822
|
input: ["text"],
|
|
11577
11823
|
cost: {
|
|
11578
|
-
input: 0.
|
|
11579
|
-
output: 0.
|
|
11824
|
+
input: 0.036,
|
|
11825
|
+
output: 0.18,
|
|
11580
11826
|
cacheRead: 0,
|
|
11581
11827
|
cacheWrite: 0,
|
|
11582
11828
|
},
|
|
11583
11829
|
contextWindow: 131072,
|
|
11584
|
-
maxTokens:
|
|
11830
|
+
maxTokens: 4096,
|
|
11585
11831
|
},
|
|
11586
11832
|
"openai/gpt-oss-120b:free": {
|
|
11587
11833
|
id: "openai/gpt-oss-120b:free",
|
|
@@ -11906,40 +12152,6 @@ export const MODELS = {
|
|
|
11906
12152
|
contextWindow: 262144,
|
|
11907
12153
|
maxTokens: 32768,
|
|
11908
12154
|
},
|
|
11909
|
-
"poolside/laguna-xs.2": {
|
|
11910
|
-
id: "poolside/laguna-xs.2",
|
|
11911
|
-
name: "Poolside: Laguna XS.2",
|
|
11912
|
-
api: "openai-completions",
|
|
11913
|
-
provider: "openrouter",
|
|
11914
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11915
|
-
reasoning: true,
|
|
11916
|
-
input: ["text"],
|
|
11917
|
-
cost: {
|
|
11918
|
-
input: 0.09999999999999999,
|
|
11919
|
-
output: 0.19999999999999998,
|
|
11920
|
-
cacheRead: 0.049999999999999996,
|
|
11921
|
-
cacheWrite: 0,
|
|
11922
|
-
},
|
|
11923
|
-
contextWindow: 262144,
|
|
11924
|
-
maxTokens: 32768,
|
|
11925
|
-
},
|
|
11926
|
-
"poolside/laguna-xs.2:free": {
|
|
11927
|
-
id: "poolside/laguna-xs.2:free",
|
|
11928
|
-
name: "Poolside: Laguna XS.2 (free)",
|
|
11929
|
-
api: "openai-completions",
|
|
11930
|
-
provider: "openrouter",
|
|
11931
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11932
|
-
reasoning: true,
|
|
11933
|
-
input: ["text"],
|
|
11934
|
-
cost: {
|
|
11935
|
-
input: 0,
|
|
11936
|
-
output: 0,
|
|
11937
|
-
cacheRead: 0,
|
|
11938
|
-
cacheWrite: 0,
|
|
11939
|
-
},
|
|
11940
|
-
contextWindow: 262144,
|
|
11941
|
-
maxTokens: 32768,
|
|
11942
|
-
},
|
|
11943
12155
|
"qwen/qwen-2.5-72b-instruct": {
|
|
11944
12156
|
id: "qwen/qwen-2.5-72b-instruct",
|
|
11945
12157
|
name: "Qwen2.5 72B Instruct",
|
|
@@ -12850,13 +13062,13 @@ export const MODELS = {
|
|
|
12850
13062
|
reasoning: true,
|
|
12851
13063
|
input: ["text"],
|
|
12852
13064
|
cost: {
|
|
12853
|
-
input: 0.
|
|
12854
|
-
output: 0.
|
|
12855
|
-
cacheRead: 0.
|
|
13065
|
+
input: 0.14,
|
|
13066
|
+
output: 0.58,
|
|
13067
|
+
cacheRead: 0.035,
|
|
12856
13068
|
cacheWrite: 0,
|
|
12857
13069
|
},
|
|
12858
13070
|
contextWindow: 262144,
|
|
12859
|
-
maxTokens:
|
|
13071
|
+
maxTokens: 4096,
|
|
12860
13072
|
},
|
|
12861
13073
|
"tencent/hy3:free": {
|
|
12862
13074
|
id: "tencent/hy3:free",
|
|
@@ -12943,6 +13155,23 @@ export const MODELS = {
|
|
|
12943
13155
|
contextWindow: 1000000,
|
|
12944
13156
|
maxTokens: 4096,
|
|
12945
13157
|
},
|
|
13158
|
+
"x-ai/grok-4.5": {
|
|
13159
|
+
id: "x-ai/grok-4.5",
|
|
13160
|
+
name: "xAI: Grok 4.5",
|
|
13161
|
+
api: "openai-completions",
|
|
13162
|
+
provider: "openrouter",
|
|
13163
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13164
|
+
reasoning: true,
|
|
13165
|
+
input: ["text", "image"],
|
|
13166
|
+
cost: {
|
|
13167
|
+
input: 2,
|
|
13168
|
+
output: 6,
|
|
13169
|
+
cacheRead: 0.5,
|
|
13170
|
+
cacheWrite: 0,
|
|
13171
|
+
},
|
|
13172
|
+
contextWindow: 500000,
|
|
13173
|
+
maxTokens: 4096,
|
|
13174
|
+
},
|
|
12946
13175
|
"x-ai/grok-build-0.1": {
|
|
12947
13176
|
id: "x-ai/grok-build-0.1",
|
|
12948
13177
|
name: "xAI: Grok Build 0.1",
|
|
@@ -13173,13 +13402,13 @@ export const MODELS = {
|
|
|
13173
13402
|
reasoning: true,
|
|
13174
13403
|
input: ["text"],
|
|
13175
13404
|
cost: {
|
|
13176
|
-
input: 0.
|
|
13405
|
+
input: 0.54,
|
|
13177
13406
|
output: 1.76,
|
|
13178
|
-
cacheRead: 0.
|
|
13407
|
+
cacheRead: 0.09999999999999999,
|
|
13179
13408
|
cacheWrite: 0,
|
|
13180
13409
|
},
|
|
13181
13410
|
contextWindow: 1048576,
|
|
13182
|
-
maxTokens:
|
|
13411
|
+
maxTokens: 101376,
|
|
13183
13412
|
},
|
|
13184
13413
|
"z-ai/glm-5v-turbo": {
|
|
13185
13414
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -13312,7 +13541,7 @@ export const MODELS = {
|
|
|
13312
13541
|
cost: {
|
|
13313
13542
|
input: 0.65,
|
|
13314
13543
|
output: 3.41,
|
|
13315
|
-
cacheRead: 0.
|
|
13544
|
+
cacheRead: 0.14,
|
|
13316
13545
|
cacheWrite: 0,
|
|
13317
13546
|
},
|
|
13318
13547
|
contextWindow: 262144,
|
|
@@ -13330,7 +13559,7 @@ export const MODELS = {
|
|
|
13330
13559
|
input: 5,
|
|
13331
13560
|
output: 30,
|
|
13332
13561
|
cacheRead: 0.5,
|
|
13333
|
-
cacheWrite:
|
|
13562
|
+
cacheWrite: 6.25,
|
|
13334
13563
|
},
|
|
13335
13564
|
contextWindow: 1050000,
|
|
13336
13565
|
maxTokens: 128000,
|
|
@@ -13361,12 +13590,12 @@ export const MODELS = {
|
|
|
13361
13590
|
reasoning: true,
|
|
13362
13591
|
input: ["text", "image"],
|
|
13363
13592
|
cost: {
|
|
13364
|
-
input:
|
|
13365
|
-
output:
|
|
13366
|
-
cacheRead: 0.
|
|
13593
|
+
input: 2,
|
|
13594
|
+
output: 6,
|
|
13595
|
+
cacheRead: 0.5,
|
|
13367
13596
|
cacheWrite: 0,
|
|
13368
13597
|
},
|
|
13369
|
-
contextWindow:
|
|
13598
|
+
contextWindow: 500000,
|
|
13370
13599
|
maxTokens: 4096,
|
|
13371
13600
|
},
|
|
13372
13601
|
},
|
|
@@ -15112,6 +15341,23 @@ export const MODELS = {
|
|
|
15112
15341
|
contextWindow: 128000,
|
|
15113
15342
|
maxTokens: 8192,
|
|
15114
15343
|
},
|
|
15344
|
+
"meta/muse-spark-1.1": {
|
|
15345
|
+
id: "meta/muse-spark-1.1",
|
|
15346
|
+
name: "Muse Spark 1.1",
|
|
15347
|
+
api: "anthropic-messages",
|
|
15348
|
+
provider: "vercel-ai-gateway",
|
|
15349
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15350
|
+
reasoning: true,
|
|
15351
|
+
input: ["text"],
|
|
15352
|
+
cost: {
|
|
15353
|
+
input: 1.25,
|
|
15354
|
+
output: 4.25,
|
|
15355
|
+
cacheRead: 0.15,
|
|
15356
|
+
cacheWrite: 0,
|
|
15357
|
+
},
|
|
15358
|
+
contextWindow: 1048576,
|
|
15359
|
+
maxTokens: 1048576,
|
|
15360
|
+
},
|
|
15115
15361
|
"minimax/minimax-m2": {
|
|
15116
15362
|
id: "minimax/minimax-m2",
|
|
15117
15363
|
name: "MiniMax M2",
|
|
@@ -16212,6 +16458,57 @@ export const MODELS = {
|
|
|
16212
16458
|
contextWindow: 1000000,
|
|
16213
16459
|
maxTokens: 128000,
|
|
16214
16460
|
},
|
|
16461
|
+
"openai/gpt-5.6-luna": {
|
|
16462
|
+
id: "openai/gpt-5.6-luna",
|
|
16463
|
+
name: "GPT 5.6 Luna",
|
|
16464
|
+
api: "anthropic-messages",
|
|
16465
|
+
provider: "vercel-ai-gateway",
|
|
16466
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16467
|
+
reasoning: true,
|
|
16468
|
+
input: ["text", "image"],
|
|
16469
|
+
cost: {
|
|
16470
|
+
input: 1,
|
|
16471
|
+
output: 6,
|
|
16472
|
+
cacheRead: 0.09999999999999999,
|
|
16473
|
+
cacheWrite: 1.25,
|
|
16474
|
+
},
|
|
16475
|
+
contextWindow: 1050000,
|
|
16476
|
+
maxTokens: 128000,
|
|
16477
|
+
},
|
|
16478
|
+
"openai/gpt-5.6-sol": {
|
|
16479
|
+
id: "openai/gpt-5.6-sol",
|
|
16480
|
+
name: "GPT 5.6 Sol",
|
|
16481
|
+
api: "anthropic-messages",
|
|
16482
|
+
provider: "vercel-ai-gateway",
|
|
16483
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16484
|
+
reasoning: true,
|
|
16485
|
+
input: ["text", "image"],
|
|
16486
|
+
cost: {
|
|
16487
|
+
input: 5,
|
|
16488
|
+
output: 30,
|
|
16489
|
+
cacheRead: 0.5,
|
|
16490
|
+
cacheWrite: 6.25,
|
|
16491
|
+
},
|
|
16492
|
+
contextWindow: 1050000,
|
|
16493
|
+
maxTokens: 128000,
|
|
16494
|
+
},
|
|
16495
|
+
"openai/gpt-5.6-terra": {
|
|
16496
|
+
id: "openai/gpt-5.6-terra",
|
|
16497
|
+
name: "GPT 5.6 Terra",
|
|
16498
|
+
api: "anthropic-messages",
|
|
16499
|
+
provider: "vercel-ai-gateway",
|
|
16500
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16501
|
+
reasoning: true,
|
|
16502
|
+
input: ["text", "image"],
|
|
16503
|
+
cost: {
|
|
16504
|
+
input: 2.5,
|
|
16505
|
+
output: 15,
|
|
16506
|
+
cacheRead: 0.25,
|
|
16507
|
+
cacheWrite: 3.125,
|
|
16508
|
+
},
|
|
16509
|
+
contextWindow: 1050000,
|
|
16510
|
+
maxTokens: 128000,
|
|
16511
|
+
},
|
|
16215
16512
|
"openai/gpt-oss-120b": {
|
|
16216
16513
|
id: "openai/gpt-oss-120b",
|
|
16217
16514
|
name: "GPT OSS 120B",
|
|
@@ -16569,6 +16866,23 @@ export const MODELS = {
|
|
|
16569
16866
|
contextWindow: 1000000,
|
|
16570
16867
|
maxTokens: 1000000,
|
|
16571
16868
|
},
|
|
16869
|
+
"xai/grok-4.5": {
|
|
16870
|
+
id: "xai/grok-4.5",
|
|
16871
|
+
name: "Grok 4.5",
|
|
16872
|
+
api: "anthropic-messages",
|
|
16873
|
+
provider: "vercel-ai-gateway",
|
|
16874
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16875
|
+
reasoning: true,
|
|
16876
|
+
input: ["text", "image"],
|
|
16877
|
+
cost: {
|
|
16878
|
+
input: 2,
|
|
16879
|
+
output: 6,
|
|
16880
|
+
cacheRead: 0.5,
|
|
16881
|
+
cacheWrite: 0,
|
|
16882
|
+
},
|
|
16883
|
+
contextWindow: 500000,
|
|
16884
|
+
maxTokens: 500000,
|
|
16885
|
+
},
|
|
16572
16886
|
"xai/grok-build-0.1": {
|
|
16573
16887
|
id: "xai/grok-build-0.1",
|
|
16574
16888
|
name: "Grok Build 0.1",
|
|
@@ -16928,6 +17242,23 @@ export const MODELS = {
|
|
|
16928
17242
|
contextWindow: 1000000,
|
|
16929
17243
|
maxTokens: 30000,
|
|
16930
17244
|
},
|
|
17245
|
+
"grok-4.5": {
|
|
17246
|
+
id: "grok-4.5",
|
|
17247
|
+
name: "Grok 4.5",
|
|
17248
|
+
api: "openai-completions",
|
|
17249
|
+
provider: "xai",
|
|
17250
|
+
baseUrl: "https://api.x.ai/v1",
|
|
17251
|
+
reasoning: true,
|
|
17252
|
+
input: ["text", "image"],
|
|
17253
|
+
cost: {
|
|
17254
|
+
input: 2,
|
|
17255
|
+
output: 6,
|
|
17256
|
+
cacheRead: 0.5,
|
|
17257
|
+
cacheWrite: 0,
|
|
17258
|
+
},
|
|
17259
|
+
contextWindow: 500000,
|
|
17260
|
+
maxTokens: 500000,
|
|
17261
|
+
},
|
|
16931
17262
|
"grok-build-0.1": {
|
|
16932
17263
|
id: "grok-build-0.1",
|
|
16933
17264
|
name: "Grok Build 0.1",
|