@dreb/ai 2.27.3 → 2.29.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.generated.d.ts +93 -65
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +147 -128
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -2805,33 +2805,35 @@ export const MODELS = {
|
|
|
2805
2805
|
reasoning: true,
|
|
2806
2806
|
input: ["text"],
|
|
2807
2807
|
cost: {
|
|
2808
|
-
input: 0.
|
|
2809
|
-
output: 0.
|
|
2808
|
+
input: 0.35,
|
|
2809
|
+
output: 0.75,
|
|
2810
2810
|
cacheRead: 0,
|
|
2811
2811
|
cacheWrite: 0,
|
|
2812
2812
|
},
|
|
2813
2813
|
contextWindow: 131072,
|
|
2814
|
-
maxTokens:
|
|
2814
|
+
maxTokens: 40960,
|
|
2815
2815
|
},
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2816
|
+
},
|
|
2817
|
+
"github-copilot": {
|
|
2818
|
+
"claude-fable-5": {
|
|
2819
|
+
id: "claude-fable-5",
|
|
2820
|
+
name: "Claude Fable 5",
|
|
2819
2821
|
api: "openai-completions",
|
|
2820
|
-
provider: "
|
|
2821
|
-
baseUrl: "https://api.
|
|
2822
|
-
|
|
2823
|
-
|
|
2822
|
+
provider: "github-copilot",
|
|
2823
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2824
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2825
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
2826
|
+
reasoning: true,
|
|
2827
|
+
input: ["text", "image"],
|
|
2824
2828
|
cost: {
|
|
2825
|
-
input:
|
|
2826
|
-
output:
|
|
2827
|
-
cacheRead:
|
|
2828
|
-
cacheWrite:
|
|
2829
|
+
input: 10,
|
|
2830
|
+
output: 50,
|
|
2831
|
+
cacheRead: 1,
|
|
2832
|
+
cacheWrite: 12.5,
|
|
2829
2833
|
},
|
|
2830
|
-
contextWindow:
|
|
2831
|
-
maxTokens:
|
|
2834
|
+
contextWindow: 1000000,
|
|
2835
|
+
maxTokens: 128000,
|
|
2832
2836
|
},
|
|
2833
|
-
},
|
|
2834
|
-
"github-copilot": {
|
|
2835
2837
|
"claude-haiku-4.5": {
|
|
2836
2838
|
id: "claude-haiku-4.5",
|
|
2837
2839
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -3508,6 +3510,40 @@ export const MODELS = {
|
|
|
3508
3510
|
contextWindow: 262144,
|
|
3509
3511
|
maxTokens: 32768,
|
|
3510
3512
|
},
|
|
3513
|
+
"gemma-4-E2B-it": {
|
|
3514
|
+
id: "gemma-4-E2B-it",
|
|
3515
|
+
name: "Gemma 4 E2B IT",
|
|
3516
|
+
api: "google-generative-ai",
|
|
3517
|
+
provider: "google",
|
|
3518
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3519
|
+
reasoning: true,
|
|
3520
|
+
input: ["text", "image"],
|
|
3521
|
+
cost: {
|
|
3522
|
+
input: 0,
|
|
3523
|
+
output: 0,
|
|
3524
|
+
cacheRead: 0,
|
|
3525
|
+
cacheWrite: 0,
|
|
3526
|
+
},
|
|
3527
|
+
contextWindow: 131072,
|
|
3528
|
+
maxTokens: 8192,
|
|
3529
|
+
},
|
|
3530
|
+
"gemma-4-E4B-it": {
|
|
3531
|
+
id: "gemma-4-E4B-it",
|
|
3532
|
+
name: "Gemma 4 E4B IT",
|
|
3533
|
+
api: "google-generative-ai",
|
|
3534
|
+
provider: "google",
|
|
3535
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3536
|
+
reasoning: true,
|
|
3537
|
+
input: ["text", "image"],
|
|
3538
|
+
cost: {
|
|
3539
|
+
input: 0,
|
|
3540
|
+
output: 0,
|
|
3541
|
+
cacheRead: 0,
|
|
3542
|
+
cacheWrite: 0,
|
|
3543
|
+
},
|
|
3544
|
+
contextWindow: 131072,
|
|
3545
|
+
maxTokens: 8192,
|
|
3546
|
+
},
|
|
3511
3547
|
},
|
|
3512
3548
|
"google-antigravity": {
|
|
3513
3549
|
"claude-opus-4-5-thinking": {
|
|
@@ -4528,6 +4564,23 @@ export const MODELS = {
|
|
|
4528
4564
|
contextWindow: 262144,
|
|
4529
4565
|
maxTokens: 32768,
|
|
4530
4566
|
},
|
|
4567
|
+
"k2p7": {
|
|
4568
|
+
id: "k2p7",
|
|
4569
|
+
name: "Kimi K2.7 Code",
|
|
4570
|
+
api: "anthropic-messages",
|
|
4571
|
+
provider: "kimi-coding",
|
|
4572
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
4573
|
+
reasoning: true,
|
|
4574
|
+
input: ["text", "image"],
|
|
4575
|
+
cost: {
|
|
4576
|
+
input: 0,
|
|
4577
|
+
output: 0,
|
|
4578
|
+
cacheRead: 0,
|
|
4579
|
+
cacheWrite: 0,
|
|
4580
|
+
},
|
|
4581
|
+
contextWindow: 262144,
|
|
4582
|
+
maxTokens: 32768,
|
|
4583
|
+
},
|
|
4531
4584
|
"kimi-k2-thinking": {
|
|
4532
4585
|
id: "kimi-k2-thinking",
|
|
4533
4586
|
name: "Kimi K2 Thinking",
|
|
@@ -6005,23 +6058,6 @@ export const MODELS = {
|
|
|
6005
6058
|
contextWindow: 200000,
|
|
6006
6059
|
maxTokens: 32000,
|
|
6007
6060
|
},
|
|
6008
|
-
"claude-fable-5": {
|
|
6009
|
-
id: "claude-fable-5",
|
|
6010
|
-
name: "Claude Fable 5",
|
|
6011
|
-
api: "anthropic-messages",
|
|
6012
|
-
provider: "opencode",
|
|
6013
|
-
baseUrl: "https://opencode.ai/zen",
|
|
6014
|
-
reasoning: true,
|
|
6015
|
-
input: ["text", "image"],
|
|
6016
|
-
cost: {
|
|
6017
|
-
input: 10,
|
|
6018
|
-
output: 50,
|
|
6019
|
-
cacheRead: 1,
|
|
6020
|
-
cacheWrite: 12.5,
|
|
6021
|
-
},
|
|
6022
|
-
contextWindow: 1000000,
|
|
6023
|
-
maxTokens: 128000,
|
|
6024
|
-
},
|
|
6025
6061
|
"claude-haiku-4-5": {
|
|
6026
6062
|
id: "claude-haiku-4-5",
|
|
6027
6063
|
name: "Claude Haiku 4.5",
|
|
@@ -6823,26 +6859,26 @@ export const MODELS = {
|
|
|
6823
6859
|
contextWindow: 202752,
|
|
6824
6860
|
maxTokens: 32768,
|
|
6825
6861
|
},
|
|
6826
|
-
"kimi-k2.
|
|
6827
|
-
id: "kimi-k2.
|
|
6828
|
-
name: "Kimi K2.
|
|
6862
|
+
"kimi-k2.6": {
|
|
6863
|
+
id: "kimi-k2.6",
|
|
6864
|
+
name: "Kimi K2.6",
|
|
6829
6865
|
api: "openai-completions",
|
|
6830
6866
|
provider: "opencode-go",
|
|
6831
6867
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
6832
6868
|
reasoning: true,
|
|
6833
6869
|
input: ["text", "image"],
|
|
6834
6870
|
cost: {
|
|
6835
|
-
input: 0.
|
|
6836
|
-
output:
|
|
6837
|
-
cacheRead: 0.
|
|
6871
|
+
input: 0.95,
|
|
6872
|
+
output: 4,
|
|
6873
|
+
cacheRead: 0.16,
|
|
6838
6874
|
cacheWrite: 0,
|
|
6839
6875
|
},
|
|
6840
6876
|
contextWindow: 262144,
|
|
6841
6877
|
maxTokens: 65536,
|
|
6842
6878
|
},
|
|
6843
|
-
"kimi-k2.
|
|
6844
|
-
id: "kimi-k2.
|
|
6845
|
-
name: "Kimi K2.
|
|
6879
|
+
"kimi-k2.7-code": {
|
|
6880
|
+
id: "kimi-k2.7-code",
|
|
6881
|
+
name: "Kimi K2.7 Code",
|
|
6846
6882
|
api: "openai-completions",
|
|
6847
6883
|
provider: "opencode-go",
|
|
6848
6884
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -6851,11 +6887,11 @@ export const MODELS = {
|
|
|
6851
6887
|
cost: {
|
|
6852
6888
|
input: 0.95,
|
|
6853
6889
|
output: 4,
|
|
6854
|
-
cacheRead: 0.
|
|
6890
|
+
cacheRead: 0.19,
|
|
6855
6891
|
cacheWrite: 0,
|
|
6856
6892
|
},
|
|
6857
6893
|
contextWindow: 262144,
|
|
6858
|
-
maxTokens:
|
|
6894
|
+
maxTokens: 262144,
|
|
6859
6895
|
},
|
|
6860
6896
|
"mimo-v2.5": {
|
|
6861
6897
|
id: "mimo-v2.5",
|
|
@@ -6891,23 +6927,6 @@ export const MODELS = {
|
|
|
6891
6927
|
contextWindow: 1048576,
|
|
6892
6928
|
maxTokens: 128000,
|
|
6893
6929
|
},
|
|
6894
|
-
"minimax-m2.5": {
|
|
6895
|
-
id: "minimax-m2.5",
|
|
6896
|
-
name: "MiniMax M2.5",
|
|
6897
|
-
api: "anthropic-messages",
|
|
6898
|
-
provider: "opencode-go",
|
|
6899
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
6900
|
-
reasoning: true,
|
|
6901
|
-
input: ["text"],
|
|
6902
|
-
cost: {
|
|
6903
|
-
input: 0.3,
|
|
6904
|
-
output: 1.2,
|
|
6905
|
-
cacheRead: 0.03,
|
|
6906
|
-
cacheWrite: 0,
|
|
6907
|
-
},
|
|
6908
|
-
contextWindow: 204800,
|
|
6909
|
-
maxTokens: 65536,
|
|
6910
|
-
},
|
|
6911
6930
|
"minimax-m2.7": {
|
|
6912
6931
|
id: "minimax-m2.7",
|
|
6913
6932
|
name: "MiniMax M2.7",
|
|
@@ -6927,16 +6946,16 @@ export const MODELS = {
|
|
|
6927
6946
|
},
|
|
6928
6947
|
"minimax-m3": {
|
|
6929
6948
|
id: "minimax-m3",
|
|
6930
|
-
name: "MiniMax M3",
|
|
6949
|
+
name: "MiniMax M3 (3x usage)",
|
|
6931
6950
|
api: "anthropic-messages",
|
|
6932
6951
|
provider: "opencode-go",
|
|
6933
6952
|
baseUrl: "https://opencode.ai/zen/go",
|
|
6934
6953
|
reasoning: true,
|
|
6935
6954
|
input: ["text", "image"],
|
|
6936
6955
|
cost: {
|
|
6937
|
-
input: 0.
|
|
6938
|
-
output:
|
|
6939
|
-
cacheRead: 0.
|
|
6956
|
+
input: 0.1,
|
|
6957
|
+
output: 0.4,
|
|
6958
|
+
cacheRead: 0.02,
|
|
6940
6959
|
cacheWrite: 0,
|
|
6941
6960
|
},
|
|
6942
6961
|
contextWindow: 512000,
|
|
@@ -7570,7 +7589,7 @@ export const MODELS = {
|
|
|
7570
7589
|
cacheRead: 0.135,
|
|
7571
7590
|
cacheWrite: 0,
|
|
7572
7591
|
},
|
|
7573
|
-
contextWindow:
|
|
7592
|
+
contextWindow: 163840,
|
|
7574
7593
|
maxTokens: 16384,
|
|
7575
7594
|
},
|
|
7576
7595
|
"deepseek/deepseek-chat-v3.1": {
|
|
@@ -7684,13 +7703,13 @@ export const MODELS = {
|
|
|
7684
7703
|
reasoning: true,
|
|
7685
7704
|
input: ["text"],
|
|
7686
7705
|
cost: {
|
|
7687
|
-
input: 0.
|
|
7688
|
-
output: 0.
|
|
7689
|
-
cacheRead: 0.
|
|
7706
|
+
input: 0.098,
|
|
7707
|
+
output: 0.196,
|
|
7708
|
+
cacheRead: 0.02,
|
|
7690
7709
|
cacheWrite: 0,
|
|
7691
7710
|
},
|
|
7692
7711
|
contextWindow: 1048576,
|
|
7693
|
-
maxTokens:
|
|
7712
|
+
maxTokens: 4096,
|
|
7694
7713
|
},
|
|
7695
7714
|
"deepseek/deepseek-v4-pro": {
|
|
7696
7715
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -8313,9 +8332,9 @@ export const MODELS = {
|
|
|
8313
8332
|
reasoning: true,
|
|
8314
8333
|
input: ["text"],
|
|
8315
8334
|
cost: {
|
|
8316
|
-
input: 0.
|
|
8317
|
-
output: 1
|
|
8318
|
-
cacheRead: 0.
|
|
8335
|
+
input: 0.25,
|
|
8336
|
+
output: 1,
|
|
8337
|
+
cacheRead: 0.049999999999999996,
|
|
8319
8338
|
cacheWrite: 0,
|
|
8320
8339
|
},
|
|
8321
8340
|
contextWindow: 204800,
|
|
@@ -8712,6 +8731,23 @@ export const MODELS = {
|
|
|
8712
8731
|
contextWindow: 262144,
|
|
8713
8732
|
maxTokens: 262142,
|
|
8714
8733
|
},
|
|
8734
|
+
"moonshotai/kimi-k2.7-code": {
|
|
8735
|
+
id: "moonshotai/kimi-k2.7-code",
|
|
8736
|
+
name: "MoonshotAI: Kimi K2.7 Code",
|
|
8737
|
+
api: "openai-completions",
|
|
8738
|
+
provider: "openrouter",
|
|
8739
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8740
|
+
reasoning: true,
|
|
8741
|
+
input: ["text", "image"],
|
|
8742
|
+
cost: {
|
|
8743
|
+
input: 0.75,
|
|
8744
|
+
output: 3.5,
|
|
8745
|
+
cacheRead: 0.16,
|
|
8746
|
+
cacheWrite: 0,
|
|
8747
|
+
},
|
|
8748
|
+
contextWindow: 262144,
|
|
8749
|
+
maxTokens: 262144,
|
|
8750
|
+
},
|
|
8715
8751
|
"nex-agi/nex-n2-pro:free": {
|
|
8716
8752
|
id: "nex-agi/nex-n2-pro:free",
|
|
8717
8753
|
name: "Nex AGI: Nex-N2-Pro (free)",
|
|
@@ -10591,13 +10627,13 @@ export const MODELS = {
|
|
|
10591
10627
|
reasoning: true,
|
|
10592
10628
|
input: ["text", "image"],
|
|
10593
10629
|
cost: {
|
|
10594
|
-
input: 0.
|
|
10595
|
-
output:
|
|
10630
|
+
input: 0.28850000000000003,
|
|
10631
|
+
output: 3.17,
|
|
10596
10632
|
cacheRead: 0,
|
|
10597
10633
|
cacheWrite: 0,
|
|
10598
10634
|
},
|
|
10599
10635
|
contextWindow: 262144,
|
|
10600
|
-
maxTokens:
|
|
10636
|
+
maxTokens: 262140,
|
|
10601
10637
|
},
|
|
10602
10638
|
"qwen/qwen3.6-35b-a3b": {
|
|
10603
10639
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -11689,23 +11725,6 @@ export const MODELS = {
|
|
|
11689
11725
|
contextWindow: 200000,
|
|
11690
11726
|
maxTokens: 8192,
|
|
11691
11727
|
},
|
|
11692
|
-
"anthropic/claude-fable-5": {
|
|
11693
|
-
id: "anthropic/claude-fable-5",
|
|
11694
|
-
name: "Claude Fable 5",
|
|
11695
|
-
api: "anthropic-messages",
|
|
11696
|
-
provider: "vercel-ai-gateway",
|
|
11697
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
11698
|
-
reasoning: true,
|
|
11699
|
-
input: ["text", "image"],
|
|
11700
|
-
cost: {
|
|
11701
|
-
input: 10,
|
|
11702
|
-
output: 50,
|
|
11703
|
-
cacheRead: 1,
|
|
11704
|
-
cacheWrite: 12.5,
|
|
11705
|
-
},
|
|
11706
|
-
contextWindow: 1000000,
|
|
11707
|
-
maxTokens: 128000,
|
|
11708
|
-
},
|
|
11709
11728
|
"anthropic/claude-haiku-4.5": {
|
|
11710
11729
|
id: "anthropic/claude-haiku-4.5",
|
|
11711
11730
|
name: "Claude Haiku 4.5",
|
|
@@ -12828,73 +12847,73 @@ export const MODELS = {
|
|
|
12828
12847
|
contextWindow: 262114,
|
|
12829
12848
|
maxTokens: 262114,
|
|
12830
12849
|
},
|
|
12831
|
-
"moonshotai/kimi-k2
|
|
12832
|
-
id: "moonshotai/kimi-k2
|
|
12833
|
-
name: "Kimi K2
|
|
12850
|
+
"moonshotai/kimi-k2.5": {
|
|
12851
|
+
id: "moonshotai/kimi-k2.5",
|
|
12852
|
+
name: "Kimi K2.5",
|
|
12834
12853
|
api: "anthropic-messages",
|
|
12835
12854
|
provider: "vercel-ai-gateway",
|
|
12836
12855
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12837
12856
|
reasoning: true,
|
|
12838
|
-
input: ["text"],
|
|
12857
|
+
input: ["text", "image"],
|
|
12839
12858
|
cost: {
|
|
12840
|
-
input:
|
|
12841
|
-
output:
|
|
12842
|
-
cacheRead: 0.
|
|
12859
|
+
input: 0.6,
|
|
12860
|
+
output: 3,
|
|
12861
|
+
cacheRead: 0.09999999999999999,
|
|
12843
12862
|
cacheWrite: 0,
|
|
12844
12863
|
},
|
|
12845
12864
|
contextWindow: 262114,
|
|
12846
12865
|
maxTokens: 262114,
|
|
12847
12866
|
},
|
|
12848
|
-
"moonshotai/kimi-k2
|
|
12849
|
-
id: "moonshotai/kimi-k2
|
|
12850
|
-
name: "Kimi K2
|
|
12867
|
+
"moonshotai/kimi-k2.6": {
|
|
12868
|
+
id: "moonshotai/kimi-k2.6",
|
|
12869
|
+
name: "Kimi K2.6",
|
|
12851
12870
|
api: "anthropic-messages",
|
|
12852
12871
|
provider: "vercel-ai-gateway",
|
|
12853
12872
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12854
|
-
reasoning:
|
|
12855
|
-
input: ["text"],
|
|
12873
|
+
reasoning: true,
|
|
12874
|
+
input: ["text", "image"],
|
|
12856
12875
|
cost: {
|
|
12857
|
-
input:
|
|
12858
|
-
output:
|
|
12859
|
-
cacheRead: 0.
|
|
12876
|
+
input: 0.95,
|
|
12877
|
+
output: 4,
|
|
12878
|
+
cacheRead: 0.16,
|
|
12860
12879
|
cacheWrite: 0,
|
|
12861
12880
|
},
|
|
12862
|
-
contextWindow:
|
|
12863
|
-
maxTokens:
|
|
12881
|
+
contextWindow: 262000,
|
|
12882
|
+
maxTokens: 262000,
|
|
12864
12883
|
},
|
|
12865
|
-
"moonshotai/kimi-k2.
|
|
12866
|
-
id: "moonshotai/kimi-k2.
|
|
12867
|
-
name: "Kimi K2.
|
|
12884
|
+
"moonshotai/kimi-k2.7-code": {
|
|
12885
|
+
id: "moonshotai/kimi-k2.7-code",
|
|
12886
|
+
name: "Kimi K2.7 Code",
|
|
12868
12887
|
api: "anthropic-messages",
|
|
12869
12888
|
provider: "vercel-ai-gateway",
|
|
12870
12889
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12871
12890
|
reasoning: true,
|
|
12872
12891
|
input: ["text", "image"],
|
|
12873
12892
|
cost: {
|
|
12874
|
-
input: 0.
|
|
12875
|
-
output:
|
|
12876
|
-
cacheRead: 0.
|
|
12893
|
+
input: 0.95,
|
|
12894
|
+
output: 4,
|
|
12895
|
+
cacheRead: 0.19,
|
|
12877
12896
|
cacheWrite: 0,
|
|
12878
12897
|
},
|
|
12879
|
-
contextWindow:
|
|
12880
|
-
maxTokens:
|
|
12898
|
+
contextWindow: 256000,
|
|
12899
|
+
maxTokens: 32768,
|
|
12881
12900
|
},
|
|
12882
|
-
"moonshotai/kimi-k2.
|
|
12883
|
-
id: "moonshotai/kimi-k2.
|
|
12884
|
-
name: "Kimi K2.
|
|
12901
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
12902
|
+
id: "moonshotai/kimi-k2.7-code-highspeed",
|
|
12903
|
+
name: "Kimi K2.7 Code High Speed",
|
|
12885
12904
|
api: "anthropic-messages",
|
|
12886
12905
|
provider: "vercel-ai-gateway",
|
|
12887
12906
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12888
12907
|
reasoning: true,
|
|
12889
12908
|
input: ["text", "image"],
|
|
12890
12909
|
cost: {
|
|
12891
|
-
input:
|
|
12892
|
-
output:
|
|
12893
|
-
cacheRead: 0.
|
|
12910
|
+
input: 1.9,
|
|
12911
|
+
output: 8,
|
|
12912
|
+
cacheRead: 0.38,
|
|
12894
12913
|
cacheWrite: 0,
|
|
12895
12914
|
},
|
|
12896
|
-
contextWindow:
|
|
12897
|
-
maxTokens:
|
|
12915
|
+
contextWindow: 262144,
|
|
12916
|
+
maxTokens: 4096,
|
|
12898
12917
|
},
|
|
12899
12918
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
12900
12919
|
id: "nvidia/nemotron-3-super-120b-a12b",
|