@caupulican/pi-ai 0.80.38 → 0.80.42
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/image-models.generated.d.ts +45 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +45 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +402 -51
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +396 -51
- package/dist/models.generated.js.map +1 -1
- package/dist/types.d.ts +5 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4095,6 +4095,7 @@ export const MODELS = {
|
|
|
4095
4095
|
cacheWrite: 0,
|
|
4096
4096
|
},
|
|
4097
4097
|
contextWindow: 1000000,
|
|
4098
|
+
autoCompactionTriggerTokens: 272000,
|
|
4098
4099
|
maxTokens: 10000,
|
|
4099
4100
|
},
|
|
4100
4101
|
"fugu-ultra": {
|
|
@@ -4114,6 +4115,7 @@ export const MODELS = {
|
|
|
4114
4115
|
cacheWrite: 0,
|
|
4115
4116
|
},
|
|
4116
4117
|
contextWindow: 1000000,
|
|
4118
|
+
autoCompactionTriggerTokens: 272000,
|
|
4117
4119
|
maxTokens: 10000,
|
|
4118
4120
|
},
|
|
4119
4121
|
},
|
|
@@ -5496,6 +5498,24 @@ export const MODELS = {
|
|
|
5496
5498
|
contextWindow: 262144,
|
|
5497
5499
|
maxTokens: 65536,
|
|
5498
5500
|
},
|
|
5501
|
+
"Qwen/Qwen3.6-27B": {
|
|
5502
|
+
id: "Qwen/Qwen3.6-27B",
|
|
5503
|
+
name: "Qwen3.6 27B",
|
|
5504
|
+
api: "openai-completions",
|
|
5505
|
+
provider: "huggingface",
|
|
5506
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5507
|
+
compat: { "supportsDeveloperRole": false },
|
|
5508
|
+
reasoning: true,
|
|
5509
|
+
input: ["text", "image"],
|
|
5510
|
+
cost: {
|
|
5511
|
+
input: 0.47,
|
|
5512
|
+
output: 3.19,
|
|
5513
|
+
cacheRead: 0,
|
|
5514
|
+
cacheWrite: 0,
|
|
5515
|
+
},
|
|
5516
|
+
contextWindow: 262144,
|
|
5517
|
+
maxTokens: 65536,
|
|
5518
|
+
},
|
|
5499
5519
|
"Qwen/Qwen3.6-35B-A3B": {
|
|
5500
5520
|
id: "Qwen/Qwen3.6-35B-A3B",
|
|
5501
5521
|
name: "Qwen3.6 35B-A3B",
|
|
@@ -5532,6 +5552,24 @@ export const MODELS = {
|
|
|
5532
5552
|
contextWindow: 262144,
|
|
5533
5553
|
maxTokens: 4096,
|
|
5534
5554
|
},
|
|
5555
|
+
"XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
5556
|
+
id: "XiaomiMiMo/MiMo-V2.5-Pro",
|
|
5557
|
+
name: "MiMo-V2.5-Pro",
|
|
5558
|
+
api: "openai-completions",
|
|
5559
|
+
provider: "huggingface",
|
|
5560
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5561
|
+
compat: { "supportsDeveloperRole": false },
|
|
5562
|
+
reasoning: true,
|
|
5563
|
+
input: ["text"],
|
|
5564
|
+
cost: {
|
|
5565
|
+
input: 1,
|
|
5566
|
+
output: 3,
|
|
5567
|
+
cacheRead: 0,
|
|
5568
|
+
cacheWrite: 0,
|
|
5569
|
+
},
|
|
5570
|
+
contextWindow: 1048576,
|
|
5571
|
+
maxTokens: 131072,
|
|
5572
|
+
},
|
|
5535
5573
|
"deepseek-ai/DeepSeek-R1": {
|
|
5536
5574
|
id: "deepseek-ai/DeepSeek-R1",
|
|
5537
5575
|
name: "DeepSeek-R1",
|
|
@@ -5802,6 +5840,24 @@ export const MODELS = {
|
|
|
5802
5840
|
contextWindow: 262144,
|
|
5803
5841
|
maxTokens: 256000,
|
|
5804
5842
|
},
|
|
5843
|
+
"stepfun-ai/Step-3.7-Flash": {
|
|
5844
|
+
id: "stepfun-ai/Step-3.7-Flash",
|
|
5845
|
+
name: "Step 3.7 Flash",
|
|
5846
|
+
api: "openai-completions",
|
|
5847
|
+
provider: "huggingface",
|
|
5848
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5849
|
+
compat: { "supportsDeveloperRole": false },
|
|
5850
|
+
reasoning: true,
|
|
5851
|
+
input: ["text", "image"],
|
|
5852
|
+
cost: {
|
|
5853
|
+
input: 0.2,
|
|
5854
|
+
output: 1.15,
|
|
5855
|
+
cacheRead: 0,
|
|
5856
|
+
cacheWrite: 0,
|
|
5857
|
+
},
|
|
5858
|
+
contextWindow: 262144,
|
|
5859
|
+
maxTokens: 256000,
|
|
5860
|
+
},
|
|
5805
5861
|
"zai-org/GLM-4.5": {
|
|
5806
5862
|
id: "zai-org/GLM-4.5",
|
|
5807
5863
|
name: "GLM-4.5",
|
|
@@ -12668,6 +12724,23 @@ export const MODELS = {
|
|
|
12668
12724
|
contextWindow: 256000,
|
|
12669
12725
|
maxTokens: 128000,
|
|
12670
12726
|
},
|
|
12727
|
+
"sakana/fugu-ultra": {
|
|
12728
|
+
id: "sakana/fugu-ultra",
|
|
12729
|
+
name: "Sakana: Fugu Ultra",
|
|
12730
|
+
api: "openai-completions",
|
|
12731
|
+
provider: "openrouter",
|
|
12732
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12733
|
+
reasoning: true,
|
|
12734
|
+
input: ["text", "image"],
|
|
12735
|
+
cost: {
|
|
12736
|
+
input: 5,
|
|
12737
|
+
output: 30,
|
|
12738
|
+
cacheRead: 0.5,
|
|
12739
|
+
cacheWrite: 0,
|
|
12740
|
+
},
|
|
12741
|
+
contextWindow: 1000000,
|
|
12742
|
+
maxTokens: 128000,
|
|
12743
|
+
},
|
|
12671
12744
|
"sao10k/l3.1-euryale-70b": {
|
|
12672
12745
|
id: "sao10k/l3.1-euryale-70b",
|
|
12673
12746
|
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
@@ -13680,7 +13753,7 @@ export const MODELS = {
|
|
|
13680
13753
|
api: "anthropic-messages",
|
|
13681
13754
|
provider: "vercel-ai-gateway",
|
|
13682
13755
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13683
|
-
reasoning:
|
|
13756
|
+
reasoning: false,
|
|
13684
13757
|
input: ["text"],
|
|
13685
13758
|
cost: {
|
|
13686
13759
|
input: 1.5,
|
|
@@ -13697,7 +13770,7 @@ export const MODELS = {
|
|
|
13697
13770
|
api: "anthropic-messages",
|
|
13698
13771
|
provider: "vercel-ai-gateway",
|
|
13699
13772
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13700
|
-
reasoning:
|
|
13773
|
+
reasoning: false,
|
|
13701
13774
|
input: ["text"],
|
|
13702
13775
|
cost: {
|
|
13703
13776
|
input: 0.15,
|
|
@@ -13714,7 +13787,7 @@ export const MODELS = {
|
|
|
13714
13787
|
api: "anthropic-messages",
|
|
13715
13788
|
provider: "vercel-ai-gateway",
|
|
13716
13789
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13717
|
-
reasoning:
|
|
13790
|
+
reasoning: false,
|
|
13718
13791
|
input: ["text"],
|
|
13719
13792
|
cost: {
|
|
13720
13793
|
input: 0.5,
|
|
@@ -13827,6 +13900,40 @@ export const MODELS = {
|
|
|
13827
13900
|
contextWindow: 131072,
|
|
13828
13901
|
maxTokens: 32768,
|
|
13829
13902
|
},
|
|
13903
|
+
"alibaba/qwen3-vl-235b-a22b-instruct": {
|
|
13904
|
+
id: "alibaba/qwen3-vl-235b-a22b-instruct",
|
|
13905
|
+
name: "Qwen3 VL 235B A22B Instruct",
|
|
13906
|
+
api: "anthropic-messages",
|
|
13907
|
+
provider: "vercel-ai-gateway",
|
|
13908
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13909
|
+
reasoning: false,
|
|
13910
|
+
input: ["text", "image"],
|
|
13911
|
+
cost: {
|
|
13912
|
+
input: 0.39999999999999997,
|
|
13913
|
+
output: 1.5999999999999999,
|
|
13914
|
+
cacheRead: 0,
|
|
13915
|
+
cacheWrite: 0,
|
|
13916
|
+
},
|
|
13917
|
+
contextWindow: 131072,
|
|
13918
|
+
maxTokens: 129024,
|
|
13919
|
+
},
|
|
13920
|
+
"alibaba/qwen3-vl-instruct": {
|
|
13921
|
+
id: "alibaba/qwen3-vl-instruct",
|
|
13922
|
+
name: "Qwen3 VL 235B A22B Instruct",
|
|
13923
|
+
api: "anthropic-messages",
|
|
13924
|
+
provider: "vercel-ai-gateway",
|
|
13925
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13926
|
+
reasoning: false,
|
|
13927
|
+
input: ["text", "image"],
|
|
13928
|
+
cost: {
|
|
13929
|
+
input: 0.39999999999999997,
|
|
13930
|
+
output: 1.5999999999999999,
|
|
13931
|
+
cacheRead: 0,
|
|
13932
|
+
cacheWrite: 0,
|
|
13933
|
+
},
|
|
13934
|
+
contextWindow: 131072,
|
|
13935
|
+
maxTokens: 129024,
|
|
13936
|
+
},
|
|
13830
13937
|
"alibaba/qwen3-vl-thinking": {
|
|
13831
13938
|
id: "alibaba/qwen3-vl-thinking",
|
|
13832
13939
|
name: "Qwen3 VL 235B A22B Thinking",
|
|
@@ -13946,6 +14053,74 @@ export const MODELS = {
|
|
|
13946
14053
|
contextWindow: 1000000,
|
|
13947
14054
|
maxTokens: 64000,
|
|
13948
14055
|
},
|
|
14056
|
+
"amazon/nova-2-lite": {
|
|
14057
|
+
id: "amazon/nova-2-lite",
|
|
14058
|
+
name: "Nova 2 Lite",
|
|
14059
|
+
api: "anthropic-messages",
|
|
14060
|
+
provider: "vercel-ai-gateway",
|
|
14061
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14062
|
+
reasoning: true,
|
|
14063
|
+
input: ["text", "image"],
|
|
14064
|
+
cost: {
|
|
14065
|
+
input: 0.3,
|
|
14066
|
+
output: 2.5,
|
|
14067
|
+
cacheRead: 0.075,
|
|
14068
|
+
cacheWrite: 0,
|
|
14069
|
+
},
|
|
14070
|
+
contextWindow: 1000000,
|
|
14071
|
+
maxTokens: 1000000,
|
|
14072
|
+
},
|
|
14073
|
+
"amazon/nova-lite": {
|
|
14074
|
+
id: "amazon/nova-lite",
|
|
14075
|
+
name: "Nova Lite",
|
|
14076
|
+
api: "anthropic-messages",
|
|
14077
|
+
provider: "vercel-ai-gateway",
|
|
14078
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14079
|
+
reasoning: false,
|
|
14080
|
+
input: ["text", "image"],
|
|
14081
|
+
cost: {
|
|
14082
|
+
input: 0.06,
|
|
14083
|
+
output: 0.24,
|
|
14084
|
+
cacheRead: 0,
|
|
14085
|
+
cacheWrite: 0,
|
|
14086
|
+
},
|
|
14087
|
+
contextWindow: 300000,
|
|
14088
|
+
maxTokens: 8192,
|
|
14089
|
+
},
|
|
14090
|
+
"amazon/nova-micro": {
|
|
14091
|
+
id: "amazon/nova-micro",
|
|
14092
|
+
name: "Nova Micro",
|
|
14093
|
+
api: "anthropic-messages",
|
|
14094
|
+
provider: "vercel-ai-gateway",
|
|
14095
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14096
|
+
reasoning: false,
|
|
14097
|
+
input: ["text"],
|
|
14098
|
+
cost: {
|
|
14099
|
+
input: 0.035,
|
|
14100
|
+
output: 0.14,
|
|
14101
|
+
cacheRead: 0,
|
|
14102
|
+
cacheWrite: 0,
|
|
14103
|
+
},
|
|
14104
|
+
contextWindow: 128000,
|
|
14105
|
+
maxTokens: 8192,
|
|
14106
|
+
},
|
|
14107
|
+
"amazon/nova-pro": {
|
|
14108
|
+
id: "amazon/nova-pro",
|
|
14109
|
+
name: "Nova Pro",
|
|
14110
|
+
api: "anthropic-messages",
|
|
14111
|
+
provider: "vercel-ai-gateway",
|
|
14112
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14113
|
+
reasoning: false,
|
|
14114
|
+
input: ["text", "image"],
|
|
14115
|
+
cost: {
|
|
14116
|
+
input: 0.7999999999999999,
|
|
14117
|
+
output: 3.1999999999999997,
|
|
14118
|
+
cacheRead: 0,
|
|
14119
|
+
cacheWrite: 0,
|
|
14120
|
+
},
|
|
14121
|
+
contextWindow: 300000,
|
|
14122
|
+
maxTokens: 8192,
|
|
14123
|
+
},
|
|
13949
14124
|
"anthropic/claude-3-haiku": {
|
|
13950
14125
|
id: "anthropic/claude-3-haiku",
|
|
13951
14126
|
name: "Claude 3 Haiku",
|
|
@@ -14191,6 +14366,23 @@ export const MODELS = {
|
|
|
14191
14366
|
contextWindow: 262100,
|
|
14192
14367
|
maxTokens: 80000,
|
|
14193
14368
|
},
|
|
14369
|
+
"arcee-ai/trinity-mini": {
|
|
14370
|
+
id: "arcee-ai/trinity-mini",
|
|
14371
|
+
name: "Trinity Mini",
|
|
14372
|
+
api: "anthropic-messages",
|
|
14373
|
+
provider: "vercel-ai-gateway",
|
|
14374
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14375
|
+
reasoning: false,
|
|
14376
|
+
input: ["text"],
|
|
14377
|
+
cost: {
|
|
14378
|
+
input: 0.045,
|
|
14379
|
+
output: 0.15,
|
|
14380
|
+
cacheRead: 0,
|
|
14381
|
+
cacheWrite: 0,
|
|
14382
|
+
},
|
|
14383
|
+
contextWindow: 131072,
|
|
14384
|
+
maxTokens: 131072,
|
|
14385
|
+
},
|
|
14194
14386
|
"bytedance/seed-1.6": {
|
|
14195
14387
|
id: "bytedance/seed-1.6",
|
|
14196
14388
|
name: "Seed 1.6",
|
|
@@ -14198,7 +14390,7 @@ export const MODELS = {
|
|
|
14198
14390
|
provider: "vercel-ai-gateway",
|
|
14199
14391
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14200
14392
|
reasoning: true,
|
|
14201
|
-
input: ["text"],
|
|
14393
|
+
input: ["text", "image"],
|
|
14202
14394
|
cost: {
|
|
14203
14395
|
input: 0.25,
|
|
14204
14396
|
output: 2,
|
|
@@ -14208,6 +14400,23 @@ export const MODELS = {
|
|
|
14208
14400
|
contextWindow: 256000,
|
|
14209
14401
|
maxTokens: 32000,
|
|
14210
14402
|
},
|
|
14403
|
+
"bytedance/seed-1.8": {
|
|
14404
|
+
id: "bytedance/seed-1.8",
|
|
14405
|
+
name: "Bytedance Seed 1.8",
|
|
14406
|
+
api: "anthropic-messages",
|
|
14407
|
+
provider: "vercel-ai-gateway",
|
|
14408
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14409
|
+
reasoning: true,
|
|
14410
|
+
input: ["text", "image"],
|
|
14411
|
+
cost: {
|
|
14412
|
+
input: 0.25,
|
|
14413
|
+
output: 2,
|
|
14414
|
+
cacheRead: 0.049999999999999996,
|
|
14415
|
+
cacheWrite: 0,
|
|
14416
|
+
},
|
|
14417
|
+
contextWindow: 256000,
|
|
14418
|
+
maxTokens: 64000,
|
|
14419
|
+
},
|
|
14211
14420
|
"cohere/command-a": {
|
|
14212
14421
|
id: "cohere/command-a",
|
|
14213
14422
|
name: "Command A",
|
|
@@ -14299,8 +14508,8 @@ export const MODELS = {
|
|
|
14299
14508
|
api: "anthropic-messages",
|
|
14300
14509
|
provider: "vercel-ai-gateway",
|
|
14301
14510
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14302
|
-
reasoning:
|
|
14303
|
-
input: ["text"
|
|
14511
|
+
reasoning: false,
|
|
14512
|
+
input: ["text"],
|
|
14304
14513
|
cost: {
|
|
14305
14514
|
input: 0.28,
|
|
14306
14515
|
output: 0.42,
|
|
@@ -14317,7 +14526,7 @@ export const MODELS = {
|
|
|
14317
14526
|
provider: "vercel-ai-gateway",
|
|
14318
14527
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14319
14528
|
reasoning: true,
|
|
14320
|
-
input: ["text"
|
|
14529
|
+
input: ["text"],
|
|
14321
14530
|
cost: {
|
|
14322
14531
|
input: 0.62,
|
|
14323
14532
|
output: 1.85,
|
|
@@ -14334,7 +14543,7 @@ export const MODELS = {
|
|
|
14334
14543
|
provider: "vercel-ai-gateway",
|
|
14335
14544
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14336
14545
|
reasoning: true,
|
|
14337
|
-
input: ["text"
|
|
14546
|
+
input: ["text"],
|
|
14338
14547
|
cost: {
|
|
14339
14548
|
input: 0.14,
|
|
14340
14549
|
output: 0.28,
|
|
@@ -14537,7 +14746,7 @@ export const MODELS = {
|
|
|
14537
14746
|
api: "anthropic-messages",
|
|
14538
14747
|
provider: "vercel-ai-gateway",
|
|
14539
14748
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14540
|
-
reasoning:
|
|
14749
|
+
reasoning: true,
|
|
14541
14750
|
input: ["text", "image"],
|
|
14542
14751
|
cost: {
|
|
14543
14752
|
input: 0.14,
|
|
@@ -14582,6 +14791,40 @@ export const MODELS = {
|
|
|
14582
14791
|
contextWindow: 32000,
|
|
14583
14792
|
maxTokens: 16384,
|
|
14584
14793
|
},
|
|
14794
|
+
"interfaze/interfaze-beta": {
|
|
14795
|
+
id: "interfaze/interfaze-beta",
|
|
14796
|
+
name: "Interfaze Beta",
|
|
14797
|
+
api: "anthropic-messages",
|
|
14798
|
+
provider: "vercel-ai-gateway",
|
|
14799
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14800
|
+
reasoning: true,
|
|
14801
|
+
input: ["text", "image"],
|
|
14802
|
+
cost: {
|
|
14803
|
+
input: 1.5,
|
|
14804
|
+
output: 3.5,
|
|
14805
|
+
cacheRead: 0,
|
|
14806
|
+
cacheWrite: 0,
|
|
14807
|
+
},
|
|
14808
|
+
contextWindow: 1000000,
|
|
14809
|
+
maxTokens: 32000,
|
|
14810
|
+
},
|
|
14811
|
+
"kwaipilot/kat-coder-pro-v1": {
|
|
14812
|
+
id: "kwaipilot/kat-coder-pro-v1",
|
|
14813
|
+
name: "KAT-Coder-Pro V1",
|
|
14814
|
+
api: "anthropic-messages",
|
|
14815
|
+
provider: "vercel-ai-gateway",
|
|
14816
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14817
|
+
reasoning: false,
|
|
14818
|
+
input: ["text"],
|
|
14819
|
+
cost: {
|
|
14820
|
+
input: 0.3,
|
|
14821
|
+
output: 1.2,
|
|
14822
|
+
cacheRead: 0.06,
|
|
14823
|
+
cacheWrite: 0,
|
|
14824
|
+
},
|
|
14825
|
+
contextWindow: 256000,
|
|
14826
|
+
maxTokens: 32000,
|
|
14827
|
+
},
|
|
14585
14828
|
"kwaipilot/kat-coder-pro-v2": {
|
|
14586
14829
|
id: "kwaipilot/kat-coder-pro-v2",
|
|
14587
14830
|
name: "Kat Coder Pro V2",
|
|
@@ -14616,6 +14859,23 @@ export const MODELS = {
|
|
|
14616
14859
|
contextWindow: 128000,
|
|
14617
14860
|
maxTokens: 100000,
|
|
14618
14861
|
},
|
|
14862
|
+
"meituan/longcat-flash-thinking-2601": {
|
|
14863
|
+
id: "meituan/longcat-flash-thinking-2601",
|
|
14864
|
+
name: "LongCat Flash Thinking 2601",
|
|
14865
|
+
api: "anthropic-messages",
|
|
14866
|
+
provider: "vercel-ai-gateway",
|
|
14867
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14868
|
+
reasoning: true,
|
|
14869
|
+
input: ["text"],
|
|
14870
|
+
cost: {
|
|
14871
|
+
input: 0,
|
|
14872
|
+
output: 0,
|
|
14873
|
+
cacheRead: 0,
|
|
14874
|
+
cacheWrite: 0,
|
|
14875
|
+
},
|
|
14876
|
+
contextWindow: 32768,
|
|
14877
|
+
maxTokens: 32768,
|
|
14878
|
+
},
|
|
14619
14879
|
"meta/llama-3.1-70b": {
|
|
14620
14880
|
id: "meta/llama-3.1-70b",
|
|
14621
14881
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -14929,7 +15189,7 @@ export const MODELS = {
|
|
|
14929
15189
|
provider: "vercel-ai-gateway",
|
|
14930
15190
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14931
15191
|
reasoning: false,
|
|
14932
|
-
input: ["text"],
|
|
15192
|
+
input: ["text", "image"],
|
|
14933
15193
|
cost: {
|
|
14934
15194
|
input: 0.09999999999999999,
|
|
14935
15195
|
output: 0.3,
|
|
@@ -14939,6 +15199,57 @@ export const MODELS = {
|
|
|
14939
15199
|
contextWindow: 256000,
|
|
14940
15200
|
maxTokens: 256000,
|
|
14941
15201
|
},
|
|
15202
|
+
"mistral/magistral-medium": {
|
|
15203
|
+
id: "mistral/magistral-medium",
|
|
15204
|
+
name: "Magistral Medium 2509",
|
|
15205
|
+
api: "anthropic-messages",
|
|
15206
|
+
provider: "vercel-ai-gateway",
|
|
15207
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15208
|
+
reasoning: true,
|
|
15209
|
+
input: ["text", "image"],
|
|
15210
|
+
cost: {
|
|
15211
|
+
input: 2,
|
|
15212
|
+
output: 5,
|
|
15213
|
+
cacheRead: 0,
|
|
15214
|
+
cacheWrite: 0,
|
|
15215
|
+
},
|
|
15216
|
+
contextWindow: 128000,
|
|
15217
|
+
maxTokens: 64000,
|
|
15218
|
+
},
|
|
15219
|
+
"mistral/magistral-small": {
|
|
15220
|
+
id: "mistral/magistral-small",
|
|
15221
|
+
name: "Magistral Small 2509",
|
|
15222
|
+
api: "anthropic-messages",
|
|
15223
|
+
provider: "vercel-ai-gateway",
|
|
15224
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15225
|
+
reasoning: true,
|
|
15226
|
+
input: ["text", "image"],
|
|
15227
|
+
cost: {
|
|
15228
|
+
input: 0.5,
|
|
15229
|
+
output: 1.5,
|
|
15230
|
+
cacheRead: 0,
|
|
15231
|
+
cacheWrite: 0,
|
|
15232
|
+
},
|
|
15233
|
+
contextWindow: 128000,
|
|
15234
|
+
maxTokens: 64000,
|
|
15235
|
+
},
|
|
15236
|
+
"mistral/ministral-14b": {
|
|
15237
|
+
id: "mistral/ministral-14b",
|
|
15238
|
+
name: "Ministral 14B",
|
|
15239
|
+
api: "anthropic-messages",
|
|
15240
|
+
provider: "vercel-ai-gateway",
|
|
15241
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15242
|
+
reasoning: false,
|
|
15243
|
+
input: ["text", "image"],
|
|
15244
|
+
cost: {
|
|
15245
|
+
input: 0.19999999999999998,
|
|
15246
|
+
output: 0.19999999999999998,
|
|
15247
|
+
cacheRead: 0,
|
|
15248
|
+
cacheWrite: 0,
|
|
15249
|
+
},
|
|
15250
|
+
contextWindow: 256000,
|
|
15251
|
+
maxTokens: 256000,
|
|
15252
|
+
},
|
|
14942
15253
|
"mistral/ministral-3b": {
|
|
14943
15254
|
id: "mistral/ministral-3b",
|
|
14944
15255
|
name: "Ministral 3B",
|
|
@@ -14973,6 +15284,23 @@ export const MODELS = {
|
|
|
14973
15284
|
contextWindow: 128000,
|
|
14974
15285
|
maxTokens: 4000,
|
|
14975
15286
|
},
|
|
15287
|
+
"mistral/mistral-large-3": {
|
|
15288
|
+
id: "mistral/mistral-large-3",
|
|
15289
|
+
name: "Mistral Large 3",
|
|
15290
|
+
api: "anthropic-messages",
|
|
15291
|
+
provider: "vercel-ai-gateway",
|
|
15292
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15293
|
+
reasoning: false,
|
|
15294
|
+
input: ["text", "image"],
|
|
15295
|
+
cost: {
|
|
15296
|
+
input: 0.5,
|
|
15297
|
+
output: 1.5,
|
|
15298
|
+
cacheRead: 0,
|
|
15299
|
+
cacheWrite: 0,
|
|
15300
|
+
},
|
|
15301
|
+
contextWindow: 256000,
|
|
15302
|
+
maxTokens: 256000,
|
|
15303
|
+
},
|
|
14976
15304
|
"mistral/mistral-medium": {
|
|
14977
15305
|
id: "mistral/mistral-medium",
|
|
14978
15306
|
name: "Mistral Medium 3.1",
|
|
@@ -14997,7 +15325,7 @@ export const MODELS = {
|
|
|
14997
15325
|
provider: "vercel-ai-gateway",
|
|
14998
15326
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14999
15327
|
reasoning: true,
|
|
15000
|
-
input: ["text"],
|
|
15328
|
+
input: ["text", "image"],
|
|
15001
15329
|
cost: {
|
|
15002
15330
|
input: 1.5,
|
|
15003
15331
|
output: 7.5,
|
|
@@ -15177,6 +15505,23 @@ export const MODELS = {
|
|
|
15177
15505
|
contextWindow: 262144,
|
|
15178
15506
|
maxTokens: 32768,
|
|
15179
15507
|
},
|
|
15508
|
+
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
15509
|
+
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
15510
|
+
name: "Nemotron 3 Nano 30B A3B",
|
|
15511
|
+
api: "anthropic-messages",
|
|
15512
|
+
provider: "vercel-ai-gateway",
|
|
15513
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15514
|
+
reasoning: true,
|
|
15515
|
+
input: ["text"],
|
|
15516
|
+
cost: {
|
|
15517
|
+
input: 0.049999999999999996,
|
|
15518
|
+
output: 0.24,
|
|
15519
|
+
cacheRead: 0,
|
|
15520
|
+
cacheWrite: 0,
|
|
15521
|
+
},
|
|
15522
|
+
contextWindow: 262144,
|
|
15523
|
+
maxTokens: 262144,
|
|
15524
|
+
},
|
|
15180
15525
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
15181
15526
|
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
15182
15527
|
name: "NVIDIA Nemotron 3 Super 120B A12B",
|
|
@@ -15245,6 +15590,23 @@ export const MODELS = {
|
|
|
15245
15590
|
contextWindow: 131072,
|
|
15246
15591
|
maxTokens: 131072,
|
|
15247
15592
|
},
|
|
15593
|
+
"openai/gpt-3.5-turbo": {
|
|
15594
|
+
id: "openai/gpt-3.5-turbo",
|
|
15595
|
+
name: "GPT-3.5 Turbo",
|
|
15596
|
+
api: "anthropic-messages",
|
|
15597
|
+
provider: "vercel-ai-gateway",
|
|
15598
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15599
|
+
reasoning: false,
|
|
15600
|
+
input: ["text"],
|
|
15601
|
+
cost: {
|
|
15602
|
+
input: 0.5,
|
|
15603
|
+
output: 1.5,
|
|
15604
|
+
cacheRead: 0,
|
|
15605
|
+
cacheWrite: 0,
|
|
15606
|
+
},
|
|
15607
|
+
contextWindow: 16385,
|
|
15608
|
+
maxTokens: 4096,
|
|
15609
|
+
},
|
|
15248
15610
|
"openai/gpt-4-turbo": {
|
|
15249
15611
|
id: "openai/gpt-4-turbo",
|
|
15250
15612
|
name: "GPT-4 Turbo",
|
|
@@ -15370,7 +15732,7 @@ export const MODELS = {
|
|
|
15370
15732
|
api: "anthropic-messages",
|
|
15371
15733
|
provider: "vercel-ai-gateway",
|
|
15372
15734
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15373
|
-
reasoning:
|
|
15735
|
+
reasoning: false,
|
|
15374
15736
|
input: ["text", "image"],
|
|
15375
15737
|
cost: {
|
|
15376
15738
|
input: 1.25,
|
|
@@ -15506,7 +15868,7 @@ export const MODELS = {
|
|
|
15506
15868
|
api: "anthropic-messages",
|
|
15507
15869
|
provider: "vercel-ai-gateway",
|
|
15508
15870
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15509
|
-
reasoning:
|
|
15871
|
+
reasoning: false,
|
|
15510
15872
|
input: ["text", "image"],
|
|
15511
15873
|
cost: {
|
|
15512
15874
|
input: 1.25,
|
|
@@ -15558,7 +15920,7 @@ export const MODELS = {
|
|
|
15558
15920
|
api: "anthropic-messages",
|
|
15559
15921
|
provider: "vercel-ai-gateway",
|
|
15560
15922
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15561
|
-
reasoning:
|
|
15923
|
+
reasoning: false,
|
|
15562
15924
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
15563
15925
|
input: ["text", "image"],
|
|
15564
15926
|
cost: {
|
|
@@ -15612,7 +15974,7 @@ export const MODELS = {
|
|
|
15612
15974
|
api: "anthropic-messages",
|
|
15613
15975
|
provider: "vercel-ai-gateway",
|
|
15614
15976
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15615
|
-
reasoning:
|
|
15977
|
+
reasoning: false,
|
|
15616
15978
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
15617
15979
|
input: ["text", "image"],
|
|
15618
15980
|
cost: {
|
|
@@ -15903,40 +16265,6 @@ export const MODELS = {
|
|
|
15903
16265
|
contextWindow: 200000,
|
|
15904
16266
|
maxTokens: 100000,
|
|
15905
16267
|
},
|
|
15906
|
-
"perplexity/sonar": {
|
|
15907
|
-
id: "perplexity/sonar",
|
|
15908
|
-
name: "Sonar",
|
|
15909
|
-
api: "anthropic-messages",
|
|
15910
|
-
provider: "vercel-ai-gateway",
|
|
15911
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15912
|
-
reasoning: false,
|
|
15913
|
-
input: ["text", "image"],
|
|
15914
|
-
cost: {
|
|
15915
|
-
input: 0,
|
|
15916
|
-
output: 0,
|
|
15917
|
-
cacheRead: 0,
|
|
15918
|
-
cacheWrite: 0,
|
|
15919
|
-
},
|
|
15920
|
-
contextWindow: 127000,
|
|
15921
|
-
maxTokens: 8000,
|
|
15922
|
-
},
|
|
15923
|
-
"perplexity/sonar-pro": {
|
|
15924
|
-
id: "perplexity/sonar-pro",
|
|
15925
|
-
name: "Sonar Pro",
|
|
15926
|
-
api: "anthropic-messages",
|
|
15927
|
-
provider: "vercel-ai-gateway",
|
|
15928
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15929
|
-
reasoning: false,
|
|
15930
|
-
input: ["text", "image"],
|
|
15931
|
-
cost: {
|
|
15932
|
-
input: 0,
|
|
15933
|
-
output: 0,
|
|
15934
|
-
cacheRead: 0,
|
|
15935
|
-
cacheWrite: 0,
|
|
15936
|
-
},
|
|
15937
|
-
contextWindow: 200000,
|
|
15938
|
-
maxTokens: 8000,
|
|
15939
|
-
},
|
|
15940
16268
|
"sakana/fugu-ultra": {
|
|
15941
16269
|
id: "sakana/fugu-ultra",
|
|
15942
16270
|
name: "Fugu Ultra",
|
|
@@ -16216,7 +16544,7 @@ export const MODELS = {
|
|
|
16216
16544
|
provider: "vercel-ai-gateway",
|
|
16217
16545
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16218
16546
|
reasoning: true,
|
|
16219
|
-
input: ["text"
|
|
16547
|
+
input: ["text"],
|
|
16220
16548
|
cost: {
|
|
16221
16549
|
input: 0.435,
|
|
16222
16550
|
output: 0.87,
|
|
@@ -16420,7 +16748,7 @@ export const MODELS = {
|
|
|
16420
16748
|
provider: "vercel-ai-gateway",
|
|
16421
16749
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16422
16750
|
reasoning: true,
|
|
16423
|
-
input: ["text"
|
|
16751
|
+
input: ["text"],
|
|
16424
16752
|
cost: {
|
|
16425
16753
|
input: 1.4,
|
|
16426
16754
|
output: 4.4,
|
|
@@ -16447,6 +16775,23 @@ export const MODELS = {
|
|
|
16447
16775
|
contextWindow: 1000000,
|
|
16448
16776
|
maxTokens: 128000,
|
|
16449
16777
|
},
|
|
16778
|
+
"zai/glm-5.2-fast": {
|
|
16779
|
+
id: "zai/glm-5.2-fast",
|
|
16780
|
+
name: "GLM 5.2 Fast",
|
|
16781
|
+
api: "anthropic-messages",
|
|
16782
|
+
provider: "vercel-ai-gateway",
|
|
16783
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16784
|
+
reasoning: true,
|
|
16785
|
+
input: ["text"],
|
|
16786
|
+
cost: {
|
|
16787
|
+
input: 3,
|
|
16788
|
+
output: 10.25,
|
|
16789
|
+
cacheRead: 0.5,
|
|
16790
|
+
cacheWrite: 0,
|
|
16791
|
+
},
|
|
16792
|
+
contextWindow: 1000000,
|
|
16793
|
+
maxTokens: 128000,
|
|
16794
|
+
},
|
|
16450
16795
|
"zai/glm-5v-turbo": {
|
|
16451
16796
|
id: "zai/glm-5v-turbo",
|
|
16452
16797
|
name: "GLM 5V Turbo",
|