@fleetagent/pi-ai 0.2.5 → 0.2.7
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 +5 -4
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +196 -134
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +258 -208
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4288,6 +4288,24 @@ export const MODELS = {
|
|
|
4288
4288
|
contextWindow: 1050000,
|
|
4289
4289
|
maxTokens: 128000,
|
|
4290
4290
|
},
|
|
4291
|
+
"gpt-6-astra": {
|
|
4292
|
+
id: "gpt-6-astra",
|
|
4293
|
+
name: "GPT-6 Astra",
|
|
4294
|
+
api: "openai-responses",
|
|
4295
|
+
provider: "cloudflare-ai-gateway",
|
|
4296
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
|
|
4297
|
+
reasoning: true,
|
|
4298
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4299
|
+
input: ["text", "image"],
|
|
4300
|
+
cost: {
|
|
4301
|
+
input: 10,
|
|
4302
|
+
output: 50,
|
|
4303
|
+
cacheRead: 1,
|
|
4304
|
+
cacheWrite: 12,
|
|
4305
|
+
},
|
|
4306
|
+
contextWindow: 1050000,
|
|
4307
|
+
maxTokens: 128000,
|
|
4308
|
+
},
|
|
4291
4309
|
"o3": {
|
|
4292
4310
|
id: "o3",
|
|
4293
4311
|
name: "o3",
|
|
@@ -7966,80 +7984,6 @@ export const MODELS = {
|
|
|
7966
7984
|
maxTokens: 131072,
|
|
7967
7985
|
},
|
|
7968
7986
|
},
|
|
7969
|
-
"kimi-coding": {
|
|
7970
|
-
"k3": {
|
|
7971
|
-
id: "k3",
|
|
7972
|
-
name: "Kimi K3",
|
|
7973
|
-
api: "anthropic-messages",
|
|
7974
|
-
provider: "kimi-coding",
|
|
7975
|
-
baseUrl: "https://api.kimi.com/coding",
|
|
7976
|
-
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
7977
|
-
reasoning: true,
|
|
7978
|
-
input: ["text", "image"],
|
|
7979
|
-
cost: {
|
|
7980
|
-
input: 0,
|
|
7981
|
-
output: 0,
|
|
7982
|
-
cacheRead: 0,
|
|
7983
|
-
cacheWrite: 0,
|
|
7984
|
-
},
|
|
7985
|
-
contextWindow: 1048576,
|
|
7986
|
-
maxTokens: 131072,
|
|
7987
|
-
},
|
|
7988
|
-
"k3-256k": {
|
|
7989
|
-
id: "k3-256k",
|
|
7990
|
-
name: "Kimi K3-256K",
|
|
7991
|
-
api: "anthropic-messages",
|
|
7992
|
-
provider: "kimi-coding",
|
|
7993
|
-
baseUrl: "https://api.kimi.com/coding",
|
|
7994
|
-
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
7995
|
-
reasoning: true,
|
|
7996
|
-
input: ["text", "image"],
|
|
7997
|
-
cost: {
|
|
7998
|
-
input: 0,
|
|
7999
|
-
output: 0,
|
|
8000
|
-
cacheRead: 0,
|
|
8001
|
-
cacheWrite: 0,
|
|
8002
|
-
},
|
|
8003
|
-
contextWindow: 262144,
|
|
8004
|
-
maxTokens: 131072,
|
|
8005
|
-
},
|
|
8006
|
-
"kimi-for-coding": {
|
|
8007
|
-
id: "kimi-for-coding",
|
|
8008
|
-
name: "kimi-for-coding",
|
|
8009
|
-
api: "anthropic-messages",
|
|
8010
|
-
provider: "kimi-coding",
|
|
8011
|
-
baseUrl: "https://api.kimi.com/coding",
|
|
8012
|
-
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
8013
|
-
reasoning: true,
|
|
8014
|
-
input: ["text", "image"],
|
|
8015
|
-
cost: {
|
|
8016
|
-
input: 0,
|
|
8017
|
-
output: 0,
|
|
8018
|
-
cacheRead: 0,
|
|
8019
|
-
cacheWrite: 0,
|
|
8020
|
-
},
|
|
8021
|
-
contextWindow: 1048576,
|
|
8022
|
-
maxTokens: 32768,
|
|
8023
|
-
},
|
|
8024
|
-
"kimi-for-coding-highspeed": {
|
|
8025
|
-
id: "kimi-for-coding-highspeed",
|
|
8026
|
-
name: "Kimi For Coding HighSpeed",
|
|
8027
|
-
api: "anthropic-messages",
|
|
8028
|
-
provider: "kimi-coding",
|
|
8029
|
-
baseUrl: "https://api.kimi.com/coding",
|
|
8030
|
-
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
8031
|
-
reasoning: true,
|
|
8032
|
-
input: ["text", "image"],
|
|
8033
|
-
cost: {
|
|
8034
|
-
input: 0,
|
|
8035
|
-
output: 0,
|
|
8036
|
-
cacheRead: 0,
|
|
8037
|
-
cacheWrite: 0,
|
|
8038
|
-
},
|
|
8039
|
-
contextWindow: 262144,
|
|
8040
|
-
maxTokens: 32768,
|
|
8041
|
-
},
|
|
8042
|
-
},
|
|
8043
7987
|
"minimax": {
|
|
8044
7988
|
"MiniMax-M2.7": {
|
|
8045
7989
|
id: "MiniMax-M2.7",
|
|
@@ -8657,6 +8601,23 @@ export const MODELS = {
|
|
|
8657
8601
|
contextWindow: 1000000,
|
|
8658
8602
|
maxTokens: 131072,
|
|
8659
8603
|
},
|
|
8604
|
+
"zai-glm-5-3": {
|
|
8605
|
+
id: "zai-glm-5-3",
|
|
8606
|
+
name: "GLM-5.3",
|
|
8607
|
+
api: "mistral-conversations",
|
|
8608
|
+
provider: "mistral",
|
|
8609
|
+
baseUrl: "https://api.mistral.ai",
|
|
8610
|
+
reasoning: true,
|
|
8611
|
+
input: ["text"],
|
|
8612
|
+
cost: {
|
|
8613
|
+
input: 1.4,
|
|
8614
|
+
output: 4.4,
|
|
8615
|
+
cacheRead: 0.14,
|
|
8616
|
+
cacheWrite: 0,
|
|
8617
|
+
},
|
|
8618
|
+
contextWindow: 1000000,
|
|
8619
|
+
maxTokens: 131072,
|
|
8620
|
+
},
|
|
8660
8621
|
},
|
|
8661
8622
|
"moonshotai": {
|
|
8662
8623
|
"kimi-k2.6": {
|
|
@@ -10032,6 +9993,25 @@ export const MODELS = {
|
|
|
10032
9993
|
contextWindow: 1000000,
|
|
10033
9994
|
maxTokens: 384000,
|
|
10034
9995
|
},
|
|
9996
|
+
"deepseek-v4.1-flash": {
|
|
9997
|
+
id: "deepseek-v4.1-flash",
|
|
9998
|
+
name: "DeepSeek V4.1 Flash",
|
|
9999
|
+
api: "openai-completions",
|
|
10000
|
+
provider: "opencode",
|
|
10001
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
10002
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
10003
|
+
reasoning: true,
|
|
10004
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
10005
|
+
input: ["text", "image"],
|
|
10006
|
+
cost: {
|
|
10007
|
+
input: 0.3,
|
|
10008
|
+
output: 1.2,
|
|
10009
|
+
cacheRead: 0.006,
|
|
10010
|
+
cacheWrite: 0,
|
|
10011
|
+
},
|
|
10012
|
+
contextWindow: 1000000,
|
|
10013
|
+
maxTokens: 384000,
|
|
10014
|
+
},
|
|
10035
10015
|
"gemini-3-flash": {
|
|
10036
10016
|
id: "gemini-3-flash",
|
|
10037
10017
|
name: "Gemini 3 Flash",
|
|
@@ -10551,7 +10531,7 @@ export const MODELS = {
|
|
|
10551
10531
|
},
|
|
10552
10532
|
"gpt-5.6-sol": {
|
|
10553
10533
|
id: "gpt-5.6-sol",
|
|
10554
|
-
name: "GPT-5.6 Sol
|
|
10534
|
+
name: "GPT-5.6 Sol",
|
|
10555
10535
|
api: "openai-responses",
|
|
10556
10536
|
provider: "opencode",
|
|
10557
10537
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -10559,10 +10539,10 @@ export const MODELS = {
|
|
|
10559
10539
|
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
10560
10540
|
input: ["text", "image"],
|
|
10561
10541
|
cost: {
|
|
10562
|
-
input:
|
|
10563
|
-
output:
|
|
10564
|
-
cacheRead: 0.
|
|
10565
|
-
cacheWrite:
|
|
10542
|
+
input: 4,
|
|
10543
|
+
output: 20,
|
|
10544
|
+
cacheRead: 0.4,
|
|
10545
|
+
cacheWrite: 5,
|
|
10566
10546
|
},
|
|
10567
10547
|
contextWindow: 1050000,
|
|
10568
10548
|
maxTokens: 128000,
|
|
@@ -10946,21 +10926,21 @@ export const MODELS = {
|
|
|
10946
10926
|
contextWindow: 262144,
|
|
10947
10927
|
maxTokens: 65536,
|
|
10948
10928
|
},
|
|
10949
|
-
"
|
|
10950
|
-
id: "
|
|
10951
|
-
name: "
|
|
10929
|
+
"qwen3.8-flash": {
|
|
10930
|
+
id: "qwen3.8-flash",
|
|
10931
|
+
name: "Qwen3.8 Flash",
|
|
10952
10932
|
api: "anthropic-messages",
|
|
10953
10933
|
provider: "opencode",
|
|
10954
10934
|
baseUrl: "https://opencode.ai/zen",
|
|
10955
10935
|
reasoning: true,
|
|
10956
10936
|
input: ["text", "image"],
|
|
10957
10937
|
cost: {
|
|
10958
|
-
input: 0,
|
|
10959
|
-
output: 0,
|
|
10960
|
-
cacheRead: 0,
|
|
10961
|
-
cacheWrite: 0,
|
|
10938
|
+
input: 0.15,
|
|
10939
|
+
output: 0.47,
|
|
10940
|
+
cacheRead: 0.016,
|
|
10941
|
+
cacheWrite: 0.2,
|
|
10962
10942
|
},
|
|
10963
|
-
contextWindow:
|
|
10943
|
+
contextWindow: 1000000,
|
|
10964
10944
|
maxTokens: 131072,
|
|
10965
10945
|
},
|
|
10966
10946
|
},
|
|
@@ -11436,23 +11416,6 @@ export const MODELS = {
|
|
|
11436
11416
|
contextWindow: 1000000,
|
|
11437
11417
|
maxTokens: 131072,
|
|
11438
11418
|
},
|
|
11439
|
-
"union-alpha": {
|
|
11440
|
-
id: "union-alpha",
|
|
11441
|
-
name: "Union Alpha Free",
|
|
11442
|
-
api: "anthropic-messages",
|
|
11443
|
-
provider: "opencode-go",
|
|
11444
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
11445
|
-
reasoning: true,
|
|
11446
|
-
input: ["text", "image"],
|
|
11447
|
-
cost: {
|
|
11448
|
-
input: 0,
|
|
11449
|
-
output: 0,
|
|
11450
|
-
cacheRead: 0,
|
|
11451
|
-
cacheWrite: 0,
|
|
11452
|
-
},
|
|
11453
|
-
contextWindow: 262144,
|
|
11454
|
-
maxTokens: 131072,
|
|
11455
|
-
},
|
|
11456
11419
|
},
|
|
11457
11420
|
"openrouter": {
|
|
11458
11421
|
"aion-labs/aion-2.0": {
|
|
@@ -12250,13 +12213,13 @@ export const MODELS = {
|
|
|
12250
12213
|
reasoning: false,
|
|
12251
12214
|
input: ["text"],
|
|
12252
12215
|
cost: {
|
|
12253
|
-
input: 0.
|
|
12254
|
-
output:
|
|
12216
|
+
input: 0.32,
|
|
12217
|
+
output: 0.8899999999999999,
|
|
12255
12218
|
cacheRead: 0,
|
|
12256
12219
|
cacheWrite: 0,
|
|
12257
12220
|
},
|
|
12258
12221
|
contextWindow: 163840,
|
|
12259
|
-
maxTokens:
|
|
12222
|
+
maxTokens: 16384,
|
|
12260
12223
|
},
|
|
12261
12224
|
"deepseek/deepseek-chat-v3-0324": {
|
|
12262
12225
|
id: "deepseek/deepseek-chat-v3-0324",
|
|
@@ -12388,9 +12351,9 @@ export const MODELS = {
|
|
|
12388
12351
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12389
12352
|
input: ["text"],
|
|
12390
12353
|
cost: {
|
|
12391
|
-
input: 0.
|
|
12392
|
-
output: 0.
|
|
12393
|
-
cacheRead: 0.
|
|
12354
|
+
input: 0.04396,
|
|
12355
|
+
output: 0.08792,
|
|
12356
|
+
cacheRead: 0.008792,
|
|
12394
12357
|
cacheWrite: 0,
|
|
12395
12358
|
},
|
|
12396
12359
|
contextWindow: 1048576,
|
|
@@ -12407,9 +12370,9 @@ export const MODELS = {
|
|
|
12407
12370
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12408
12371
|
input: ["text"],
|
|
12409
12372
|
cost: {
|
|
12410
|
-
input: 0.
|
|
12411
|
-
output: 0.
|
|
12412
|
-
cacheRead: 0.
|
|
12373
|
+
input: 0.04,
|
|
12374
|
+
output: 0.08,
|
|
12375
|
+
cacheRead: 0.016,
|
|
12413
12376
|
cacheWrite: 0,
|
|
12414
12377
|
},
|
|
12415
12378
|
contextWindow: 1310720,
|
|
@@ -12434,6 +12397,25 @@ export const MODELS = {
|
|
|
12434
12397
|
contextWindow: 1048576,
|
|
12435
12398
|
maxTokens: 943718,
|
|
12436
12399
|
},
|
|
12400
|
+
"deepseek/deepseek-v4-flash-0731:free": {
|
|
12401
|
+
id: "deepseek/deepseek-v4-flash-0731:free",
|
|
12402
|
+
name: "DeepSeek: DeepSeek V4 Flash 0731 (free)",
|
|
12403
|
+
api: "openai-completions",
|
|
12404
|
+
provider: "openrouter",
|
|
12405
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12406
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true },
|
|
12407
|
+
reasoning: true,
|
|
12408
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12409
|
+
input: ["text"],
|
|
12410
|
+
cost: {
|
|
12411
|
+
input: 0,
|
|
12412
|
+
output: 0,
|
|
12413
|
+
cacheRead: 0,
|
|
12414
|
+
cacheWrite: 0,
|
|
12415
|
+
},
|
|
12416
|
+
contextWindow: 1048576,
|
|
12417
|
+
maxTokens: 393216,
|
|
12418
|
+
},
|
|
12437
12419
|
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
12438
12420
|
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
12439
12421
|
name: "DeepSeek: DeepSeek V4 Flash Vision Exp",
|
|
@@ -12445,13 +12427,13 @@ export const MODELS = {
|
|
|
12445
12427
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12446
12428
|
input: ["text", "image"],
|
|
12447
12429
|
cost: {
|
|
12448
|
-
input: 0.
|
|
12449
|
-
output: 0.
|
|
12450
|
-
cacheRead: 0.
|
|
12430
|
+
input: 0.21559999999999999,
|
|
12431
|
+
output: 0.6468,
|
|
12432
|
+
cacheRead: 0.00686,
|
|
12451
12433
|
cacheWrite: 0,
|
|
12452
12434
|
},
|
|
12453
12435
|
contextWindow: 1048576,
|
|
12454
|
-
maxTokens:
|
|
12436
|
+
maxTokens: 262144,
|
|
12455
12437
|
},
|
|
12456
12438
|
"deepseek/deepseek-v4-flash-vision-exp:batch": {
|
|
12457
12439
|
id: "deepseek/deepseek-v4-flash-vision-exp:batch",
|
|
@@ -12483,13 +12465,13 @@ export const MODELS = {
|
|
|
12483
12465
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12484
12466
|
input: ["text"],
|
|
12485
12467
|
cost: {
|
|
12486
|
-
input:
|
|
12487
|
-
output:
|
|
12488
|
-
cacheRead: 0.
|
|
12468
|
+
input: 0.45274800000000004,
|
|
12469
|
+
output: 0.9054960000000001,
|
|
12470
|
+
cacheRead: 0.037729,
|
|
12489
12471
|
cacheWrite: 0,
|
|
12490
12472
|
},
|
|
12491
12473
|
contextWindow: 1048576,
|
|
12492
|
-
maxTokens:
|
|
12474
|
+
maxTokens: 384000,
|
|
12493
12475
|
},
|
|
12494
12476
|
"deepseek/deepseek-v4-pro-0813": {
|
|
12495
12477
|
id: "deepseek/deepseek-v4-pro-0813",
|
|
@@ -12502,9 +12484,9 @@ export const MODELS = {
|
|
|
12502
12484
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
12503
12485
|
input: ["text"],
|
|
12504
12486
|
cost: {
|
|
12505
|
-
input: 0.
|
|
12506
|
-
output: 1.
|
|
12507
|
-
cacheRead: 0.
|
|
12487
|
+
input: 0.57816,
|
|
12488
|
+
output: 1.73448,
|
|
12489
|
+
cacheRead: 0.018396000000000003,
|
|
12508
12490
|
cacheWrite: 0,
|
|
12509
12491
|
},
|
|
12510
12492
|
contextWindow: 1048576,
|
|
@@ -13426,8 +13408,8 @@ export const MODELS = {
|
|
|
13426
13408
|
reasoning: true,
|
|
13427
13409
|
input: ["text", "image"],
|
|
13428
13410
|
cost: {
|
|
13429
|
-
input: 0.
|
|
13430
|
-
output: 1.
|
|
13411
|
+
input: 0.35,
|
|
13412
|
+
output: 1.5,
|
|
13431
13413
|
cacheRead: 0.04,
|
|
13432
13414
|
cacheWrite: 0,
|
|
13433
13415
|
},
|
|
@@ -13808,23 +13790,6 @@ export const MODELS = {
|
|
|
13808
13790
|
contextWindow: 131072,
|
|
13809
13791
|
maxTokens: 104857,
|
|
13810
13792
|
},
|
|
13811
|
-
"mistralai/mistral-large-2512": {
|
|
13812
|
-
id: "mistralai/mistral-large-2512",
|
|
13813
|
-
name: "Mistral: Mistral Large 3 2512",
|
|
13814
|
-
api: "openai-completions",
|
|
13815
|
-
provider: "openrouter",
|
|
13816
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
13817
|
-
reasoning: false,
|
|
13818
|
-
input: ["text", "image"],
|
|
13819
|
-
cost: {
|
|
13820
|
-
input: 0.5,
|
|
13821
|
-
output: 1.5,
|
|
13822
|
-
cacheRead: 0.049999999999999996,
|
|
13823
|
-
cacheWrite: 0,
|
|
13824
|
-
},
|
|
13825
|
-
contextWindow: 262144,
|
|
13826
|
-
maxTokens: 209715,
|
|
13827
|
-
},
|
|
13828
13793
|
"mistralai/mistral-large-2512:batch": {
|
|
13829
13794
|
id: "mistralai/mistral-large-2512:batch",
|
|
13830
13795
|
name: "Mistral: Mistral Large 3 2512 (batch)",
|
|
@@ -14158,9 +14123,9 @@ export const MODELS = {
|
|
|
14158
14123
|
reasoning: true,
|
|
14159
14124
|
input: ["text", "image"],
|
|
14160
14125
|
cost: {
|
|
14161
|
-
input:
|
|
14162
|
-
output:
|
|
14163
|
-
cacheRead: 0.
|
|
14126
|
+
input: 1.7,
|
|
14127
|
+
output: 8.5,
|
|
14128
|
+
cacheRead: 0.16999999999999998,
|
|
14164
14129
|
cacheWrite: 0,
|
|
14165
14130
|
},
|
|
14166
14131
|
contextWindow: 1048576,
|
|
@@ -14294,13 +14259,13 @@ export const MODELS = {
|
|
|
14294
14259
|
reasoning: true,
|
|
14295
14260
|
input: ["text"],
|
|
14296
14261
|
cost: {
|
|
14297
|
-
input: 0.
|
|
14298
|
-
output:
|
|
14299
|
-
cacheRead: 0.
|
|
14262
|
+
input: 0.6,
|
|
14263
|
+
output: 2.4,
|
|
14264
|
+
cacheRead: 0.12,
|
|
14300
14265
|
cacheWrite: 0,
|
|
14301
14266
|
},
|
|
14302
14267
|
contextWindow: 262144,
|
|
14303
|
-
maxTokens:
|
|
14268
|
+
maxTokens: 182520,
|
|
14304
14269
|
},
|
|
14305
14270
|
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
14306
14271
|
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
@@ -14328,13 +14293,13 @@ export const MODELS = {
|
|
|
14328
14293
|
reasoning: true,
|
|
14329
14294
|
input: ["text"],
|
|
14330
14295
|
cost: {
|
|
14331
|
-
input: 0.
|
|
14296
|
+
input: 0.07,
|
|
14332
14297
|
output: 0.19999999999999998,
|
|
14333
14298
|
cacheRead: 0.04,
|
|
14334
14299
|
cacheWrite: 0,
|
|
14335
14300
|
},
|
|
14336
14301
|
contextWindow: 262144,
|
|
14337
|
-
maxTokens:
|
|
14302
|
+
maxTokens: 235929,
|
|
14338
14303
|
},
|
|
14339
14304
|
"nvidia/nemotron-3.5-lightning:free": {
|
|
14340
14305
|
id: "nvidia/nemotron-3.5-lightning:free",
|
|
@@ -15621,13 +15586,13 @@ export const MODELS = {
|
|
|
15621
15586
|
reasoning: true,
|
|
15622
15587
|
input: ["text"],
|
|
15623
15588
|
cost: {
|
|
15624
|
-
input: 0.
|
|
15625
|
-
output: 0.
|
|
15626
|
-
cacheRead: 0,
|
|
15589
|
+
input: 0.15,
|
|
15590
|
+
output: 0.6,
|
|
15591
|
+
cacheRead: 0.075,
|
|
15627
15592
|
cacheWrite: 0,
|
|
15628
15593
|
},
|
|
15629
15594
|
contextWindow: 131072,
|
|
15630
|
-
maxTokens:
|
|
15595
|
+
maxTokens: 65536,
|
|
15631
15596
|
},
|
|
15632
15597
|
"openai/gpt-oss-120b:batch": {
|
|
15633
15598
|
id: "openai/gpt-oss-120b:batch",
|
|
@@ -15969,6 +15934,23 @@ export const MODELS = {
|
|
|
15969
15934
|
contextWindow: 262144,
|
|
15970
15935
|
maxTokens: 32768,
|
|
15971
15936
|
},
|
|
15937
|
+
"prism-ml/ternary-bonsai-2-27b": {
|
|
15938
|
+
id: "prism-ml/ternary-bonsai-2-27b",
|
|
15939
|
+
name: "PrismML: Ternary Bonsai 2 27B",
|
|
15940
|
+
api: "openai-completions",
|
|
15941
|
+
provider: "openrouter",
|
|
15942
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
15943
|
+
reasoning: true,
|
|
15944
|
+
input: ["text", "image"],
|
|
15945
|
+
cost: {
|
|
15946
|
+
input: 0.075,
|
|
15947
|
+
output: 0.5,
|
|
15948
|
+
cacheRead: 0,
|
|
15949
|
+
cacheWrite: 0,
|
|
15950
|
+
},
|
|
15951
|
+
contextWindow: 262144,
|
|
15952
|
+
maxTokens: 32768,
|
|
15953
|
+
},
|
|
15972
15954
|
"qwen/qwen-2.5-72b-instruct": {
|
|
15973
15955
|
id: "qwen/qwen-2.5-72b-instruct",
|
|
15974
15956
|
name: "Qwen2.5 72B Instruct",
|
|
@@ -16386,8 +16368,8 @@ export const MODELS = {
|
|
|
16386
16368
|
reasoning: false,
|
|
16387
16369
|
input: ["text", "image"],
|
|
16388
16370
|
cost: {
|
|
16389
|
-
input: 0.
|
|
16390
|
-
output: 0.
|
|
16371
|
+
input: 0.19999999999999998,
|
|
16372
|
+
output: 0.7,
|
|
16391
16373
|
cacheRead: 0,
|
|
16392
16374
|
cacheWrite: 0,
|
|
16393
16375
|
},
|
|
@@ -16802,6 +16784,23 @@ export const MODELS = {
|
|
|
16802
16784
|
contextWindow: 1000000,
|
|
16803
16785
|
maxTokens: 131072,
|
|
16804
16786
|
},
|
|
16787
|
+
"qwen/qwen3.8-27b:free": {
|
|
16788
|
+
id: "qwen/qwen3.8-27b:free",
|
|
16789
|
+
name: "Qwen: Qwen3.8 27B (free)",
|
|
16790
|
+
api: "openai-completions",
|
|
16791
|
+
provider: "openrouter",
|
|
16792
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
16793
|
+
reasoning: true,
|
|
16794
|
+
input: ["text", "image"],
|
|
16795
|
+
cost: {
|
|
16796
|
+
input: 0,
|
|
16797
|
+
output: 0,
|
|
16798
|
+
cacheRead: 0,
|
|
16799
|
+
cacheWrite: 0,
|
|
16800
|
+
},
|
|
16801
|
+
contextWindow: 262144,
|
|
16802
|
+
maxTokens: 235929,
|
|
16803
|
+
},
|
|
16805
16804
|
"qwen/qwen3.8-flash": {
|
|
16806
16805
|
id: "qwen/qwen3.8-flash",
|
|
16807
16806
|
name: "Qwen: Qwen3.8 Flash",
|
|
@@ -16955,23 +16954,6 @@ export const MODELS = {
|
|
|
16955
16954
|
contextWindow: 131072,
|
|
16956
16955
|
maxTokens: 16384,
|
|
16957
16956
|
},
|
|
16958
|
-
"stealth/union-alpha": {
|
|
16959
|
-
id: "stealth/union-alpha",
|
|
16960
|
-
name: "Union Alpha",
|
|
16961
|
-
api: "openai-completions",
|
|
16962
|
-
provider: "openrouter",
|
|
16963
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
16964
|
-
reasoning: false,
|
|
16965
|
-
input: ["text", "image"],
|
|
16966
|
-
cost: {
|
|
16967
|
-
input: 0,
|
|
16968
|
-
output: 0,
|
|
16969
|
-
cacheRead: 0,
|
|
16970
|
-
cacheWrite: 0,
|
|
16971
|
-
},
|
|
16972
|
-
contextWindow: 262144,
|
|
16973
|
-
maxTokens: 131072,
|
|
16974
|
-
},
|
|
16975
16957
|
"stepfun/step-3.5-flash": {
|
|
16976
16958
|
id: "stepfun/step-3.5-flash",
|
|
16977
16959
|
name: "StepFun: Step 3.5 Flash",
|
|
@@ -17142,6 +17124,23 @@ export const MODELS = {
|
|
|
17142
17124
|
contextWindow: 1048576,
|
|
17143
17125
|
maxTokens: 262144,
|
|
17144
17126
|
},
|
|
17127
|
+
"unbiased/pareto": {
|
|
17128
|
+
id: "unbiased/pareto",
|
|
17129
|
+
name: "Pareto",
|
|
17130
|
+
api: "openai-completions",
|
|
17131
|
+
provider: "openrouter",
|
|
17132
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
17133
|
+
reasoning: false,
|
|
17134
|
+
input: ["text", "image"],
|
|
17135
|
+
cost: {
|
|
17136
|
+
input: 2.5,
|
|
17137
|
+
output: 7.5,
|
|
17138
|
+
cacheRead: 0.25,
|
|
17139
|
+
cacheWrite: 0,
|
|
17140
|
+
},
|
|
17141
|
+
contextWindow: 262144,
|
|
17142
|
+
maxTokens: 131072,
|
|
17143
|
+
},
|
|
17145
17144
|
"upstage/solar-pro-3": {
|
|
17146
17145
|
id: "upstage/solar-pro-3",
|
|
17147
17146
|
name: "Upstage: Solar Pro 3",
|
|
@@ -17491,9 +17490,9 @@ export const MODELS = {
|
|
|
17491
17490
|
reasoning: true,
|
|
17492
17491
|
input: ["text"],
|
|
17493
17492
|
cost: {
|
|
17494
|
-
input:
|
|
17495
|
-
output:
|
|
17496
|
-
cacheRead: 0.
|
|
17493
|
+
input: 0.5544,
|
|
17494
|
+
output: 1.7424,
|
|
17495
|
+
cacheRead: 0.10296000000000001,
|
|
17497
17496
|
cacheWrite: 0,
|
|
17498
17497
|
},
|
|
17499
17498
|
contextWindow: 1048576,
|
|
@@ -17525,13 +17524,13 @@ export const MODELS = {
|
|
|
17525
17524
|
reasoning: true,
|
|
17526
17525
|
input: ["text"],
|
|
17527
17526
|
cost: {
|
|
17528
|
-
input:
|
|
17529
|
-
output:
|
|
17530
|
-
cacheRead: 0.
|
|
17527
|
+
input: 0.9099999999999999,
|
|
17528
|
+
output: 2.8600000000000003,
|
|
17529
|
+
cacheRead: 0.16899999999999998,
|
|
17531
17530
|
cacheWrite: 0,
|
|
17532
17531
|
},
|
|
17533
17532
|
contextWindow: 1310720,
|
|
17534
|
-
maxTokens:
|
|
17533
|
+
maxTokens: 131072,
|
|
17535
17534
|
},
|
|
17536
17535
|
"z-ai/glm-5.3-flash": {
|
|
17537
17536
|
id: "z-ai/glm-5.3-flash",
|
|
@@ -17567,6 +17566,23 @@ export const MODELS = {
|
|
|
17567
17566
|
contextWindow: 1048576,
|
|
17568
17567
|
maxTokens: 943718,
|
|
17569
17568
|
},
|
|
17569
|
+
"z-ai/glm-5.3-flashx": {
|
|
17570
|
+
id: "z-ai/glm-5.3-flashx",
|
|
17571
|
+
name: "Z.ai: GLM 5.3 FlashX",
|
|
17572
|
+
api: "openai-completions",
|
|
17573
|
+
provider: "openrouter",
|
|
17574
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
17575
|
+
reasoning: true,
|
|
17576
|
+
input: ["text", "image"],
|
|
17577
|
+
cost: {
|
|
17578
|
+
input: 0.37,
|
|
17579
|
+
output: 1.25,
|
|
17580
|
+
cacheRead: 0.075,
|
|
17581
|
+
cacheWrite: 0,
|
|
17582
|
+
},
|
|
17583
|
+
contextWindow: 1048576,
|
|
17584
|
+
maxTokens: 131072,
|
|
17585
|
+
},
|
|
17570
17586
|
"z-ai/glm-5.3:batch": {
|
|
17571
17587
|
id: "z-ai/glm-5.3:batch",
|
|
17572
17588
|
name: "Z.ai: GLM 5.3 (batch)",
|
|
@@ -17678,13 +17694,13 @@ export const MODELS = {
|
|
|
17678
17694
|
reasoning: true,
|
|
17679
17695
|
input: ["text", "image"],
|
|
17680
17696
|
cost: {
|
|
17681
|
-
input: 0.
|
|
17682
|
-
output: 0.
|
|
17683
|
-
cacheRead: 0.
|
|
17697
|
+
input: 0.13,
|
|
17698
|
+
output: 0.52,
|
|
17699
|
+
cacheRead: 0.0026000000000000003,
|
|
17684
17700
|
cacheWrite: 0,
|
|
17685
17701
|
},
|
|
17686
17702
|
contextWindow: 1048576,
|
|
17687
|
-
maxTokens:
|
|
17703
|
+
maxTokens: 943718,
|
|
17688
17704
|
},
|
|
17689
17705
|
"~deepseek/deepseek-pro-latest": {
|
|
17690
17706
|
id: "~deepseek/deepseek-pro-latest",
|
|
@@ -17695,9 +17711,9 @@ export const MODELS = {
|
|
|
17695
17711
|
reasoning: true,
|
|
17696
17712
|
input: ["text"],
|
|
17697
17713
|
cost: {
|
|
17698
|
-
input: 0.
|
|
17699
|
-
output: 1.
|
|
17700
|
-
cacheRead: 0.
|
|
17714
|
+
input: 0.57816,
|
|
17715
|
+
output: 1.73448,
|
|
17716
|
+
cacheRead: 0.018396000000000003,
|
|
17701
17717
|
cacheWrite: 0,
|
|
17702
17718
|
},
|
|
17703
17719
|
contextWindow: 1048576,
|
|
@@ -17714,13 +17730,13 @@ export const MODELS = {
|
|
|
17714
17730
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
17715
17731
|
input: ["text"],
|
|
17716
17732
|
cost: {
|
|
17717
|
-
input: 0.
|
|
17718
|
-
output: 0.
|
|
17719
|
-
cacheRead: 0.
|
|
17733
|
+
input: 0.04,
|
|
17734
|
+
output: 0.08,
|
|
17735
|
+
cacheRead: 0.016,
|
|
17720
17736
|
cacheWrite: 0,
|
|
17721
17737
|
},
|
|
17722
17738
|
contextWindow: 1310720,
|
|
17723
|
-
maxTokens:
|
|
17739
|
+
maxTokens: 943718,
|
|
17724
17740
|
},
|
|
17725
17741
|
"~google/gemini-flash-latest": {
|
|
17726
17742
|
id: "~google/gemini-flash-latest",
|
|
@@ -17765,9 +17781,9 @@ export const MODELS = {
|
|
|
17765
17781
|
reasoning: true,
|
|
17766
17782
|
input: ["text", "image"],
|
|
17767
17783
|
cost: {
|
|
17768
|
-
input:
|
|
17769
|
-
output:
|
|
17770
|
-
cacheRead: 0.
|
|
17784
|
+
input: 1.7,
|
|
17785
|
+
output: 8.5,
|
|
17786
|
+
cacheRead: 0.16999999999999998,
|
|
17771
17787
|
cacheWrite: 0,
|
|
17772
17788
|
},
|
|
17773
17789
|
contextWindow: 1048576,
|
|
@@ -17901,13 +17917,13 @@ export const MODELS = {
|
|
|
17901
17917
|
reasoning: true,
|
|
17902
17918
|
input: ["text"],
|
|
17903
17919
|
cost: {
|
|
17904
|
-
input: 0.
|
|
17905
|
-
output: 2.
|
|
17906
|
-
cacheRead: 0.
|
|
17920
|
+
input: 0.8917999999999999,
|
|
17921
|
+
output: 2.8028,
|
|
17922
|
+
cacheRead: 0.16562,
|
|
17907
17923
|
cacheWrite: 0,
|
|
17908
17924
|
},
|
|
17909
17925
|
contextWindow: 1310720,
|
|
17910
|
-
maxTokens:
|
|
17926
|
+
maxTokens: 131072,
|
|
17911
17927
|
},
|
|
17912
17928
|
},
|
|
17913
17929
|
"together": {
|
|
@@ -18838,6 +18854,23 @@ export const MODELS = {
|
|
|
18838
18854
|
contextWindow: 991000,
|
|
18839
18855
|
maxTokens: 128000,
|
|
18840
18856
|
},
|
|
18857
|
+
"alibaba/qwen3.8-omni-flash": {
|
|
18858
|
+
id: "alibaba/qwen3.8-omni-flash",
|
|
18859
|
+
name: "Qwen 3.8 Omni Flash",
|
|
18860
|
+
api: "anthropic-messages",
|
|
18861
|
+
provider: "vercel-ai-gateway",
|
|
18862
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
18863
|
+
reasoning: true,
|
|
18864
|
+
input: ["text", "image"],
|
|
18865
|
+
cost: {
|
|
18866
|
+
input: 0.15,
|
|
18867
|
+
output: 0.47,
|
|
18868
|
+
cacheRead: 0.016,
|
|
18869
|
+
cacheWrite: 0,
|
|
18870
|
+
},
|
|
18871
|
+
contextWindow: 1000000,
|
|
18872
|
+
maxTokens: 131072,
|
|
18873
|
+
},
|
|
18841
18874
|
"amazon/nova-2-lite": {
|
|
18842
18875
|
id: "amazon/nova-2-lite",
|
|
18843
18876
|
name: "Nova 2 Lite",
|
|
@@ -21286,10 +21319,10 @@ export const MODELS = {
|
|
|
21286
21319
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
21287
21320
|
input: ["text", "image"],
|
|
21288
21321
|
cost: {
|
|
21289
|
-
input:
|
|
21290
|
-
output:
|
|
21291
|
-
cacheRead: 0.
|
|
21292
|
-
cacheWrite:
|
|
21322
|
+
input: 4,
|
|
21323
|
+
output: 20,
|
|
21324
|
+
cacheRead: 0.39999999999999997,
|
|
21325
|
+
cacheWrite: 5,
|
|
21293
21326
|
},
|
|
21294
21327
|
contextWindow: 1050000,
|
|
21295
21328
|
maxTokens: 128000,
|
|
@@ -21304,10 +21337,10 @@ export const MODELS = {
|
|
|
21304
21337
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
21305
21338
|
input: ["text", "image"],
|
|
21306
21339
|
cost: {
|
|
21307
|
-
input:
|
|
21308
|
-
output:
|
|
21309
|
-
cacheRead: 0.
|
|
21310
|
-
cacheWrite:
|
|
21340
|
+
input: 8,
|
|
21341
|
+
output: 40,
|
|
21342
|
+
cacheRead: 0.7999999999999999,
|
|
21343
|
+
cacheWrite: 10,
|
|
21311
21344
|
},
|
|
21312
21345
|
contextWindow: 1050000,
|
|
21313
21346
|
maxTokens: 128000,
|
|
@@ -22268,6 +22301,23 @@ export const MODELS = {
|
|
|
22268
22301
|
contextWindow: 1000000,
|
|
22269
22302
|
maxTokens: 131000,
|
|
22270
22303
|
},
|
|
22304
|
+
"zai/glm-5.3-flashx": {
|
|
22305
|
+
id: "zai/glm-5.3-flashx",
|
|
22306
|
+
name: "GLM 5.3 FlashX",
|
|
22307
|
+
api: "anthropic-messages",
|
|
22308
|
+
provider: "vercel-ai-gateway",
|
|
22309
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
22310
|
+
reasoning: true,
|
|
22311
|
+
input: ["text", "image"],
|
|
22312
|
+
cost: {
|
|
22313
|
+
input: 0.37,
|
|
22314
|
+
output: 1.25,
|
|
22315
|
+
cacheRead: 0.075,
|
|
22316
|
+
cacheWrite: 0,
|
|
22317
|
+
},
|
|
22318
|
+
contextWindow: 1000000,
|
|
22319
|
+
maxTokens: 131072,
|
|
22320
|
+
},
|
|
22271
22321
|
"zai/glm-5v-turbo": {
|
|
22272
22322
|
id: "zai/glm-5v-turbo",
|
|
22273
22323
|
name: "GLM 5V Turbo",
|