@caupulican/pi-ai 0.80.21 → 0.80.23

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.
@@ -2854,30 +2854,13 @@ export const MODELS = {
2854
2854
  reasoning: true,
2855
2855
  input: ["text"],
2856
2856
  cost: {
2857
- input: 0.25,
2858
- output: 0.69,
2857
+ input: 0.35,
2858
+ output: 0.75,
2859
2859
  cacheRead: 0,
2860
2860
  cacheWrite: 0,
2861
2861
  },
2862
2862
  contextWindow: 131072,
2863
- maxTokens: 32768,
2864
- },
2865
- "llama3.1-8b": {
2866
- id: "llama3.1-8b",
2867
- name: "Llama 3.1 8B",
2868
- api: "openai-completions",
2869
- provider: "cerebras",
2870
- baseUrl: "https://api.cerebras.ai/v1",
2871
- reasoning: false,
2872
- input: ["text"],
2873
- cost: {
2874
- input: 0.1,
2875
- output: 0.1,
2876
- cacheRead: 0,
2877
- cacheWrite: 0,
2878
- },
2879
- contextWindow: 32000,
2880
- maxTokens: 8000,
2863
+ maxTokens: 40960,
2881
2864
  },
2882
2865
  "zai-glm-4.7": {
2883
2866
  id: "zai-glm-4.7",
@@ -2885,7 +2868,7 @@ export const MODELS = {
2885
2868
  api: "openai-completions",
2886
2869
  provider: "cerebras",
2887
2870
  baseUrl: "https://api.cerebras.ai/v1",
2888
- reasoning: false,
2871
+ reasoning: true,
2889
2872
  input: ["text"],
2890
2873
  cost: {
2891
2874
  input: 2.25,
@@ -2894,7 +2877,7 @@ export const MODELS = {
2894
2877
  cacheWrite: 0,
2895
2878
  },
2896
2879
  contextWindow: 131072,
2897
- maxTokens: 40000,
2880
+ maxTokens: 40960,
2898
2881
  },
2899
2882
  },
2900
2883
  "cloudflare-ai-gateway": {
@@ -3655,6 +3638,24 @@ export const MODELS = {
3655
3638
  contextWindow: 262144,
3656
3639
  maxTokens: 256000,
3657
3640
  },
3641
+ "@cf/moonshotai/kimi-k2.7-code": {
3642
+ id: "@cf/moonshotai/kimi-k2.7-code",
3643
+ name: "Kimi K2.7 Code",
3644
+ api: "openai-completions",
3645
+ provider: "cloudflare-workers-ai",
3646
+ baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
3647
+ compat: { "sendSessionAffinityHeaders": true },
3648
+ reasoning: true,
3649
+ input: ["text", "image"],
3650
+ cost: {
3651
+ input: 0.95,
3652
+ output: 4,
3653
+ cacheRead: 0.19,
3654
+ cacheWrite: 0,
3655
+ },
3656
+ contextWindow: 262144,
3657
+ maxTokens: 262144,
3658
+ },
3658
3659
  "@cf/nvidia/nemotron-3-120b-a12b": {
3659
3660
  id: "@cf/nvidia/nemotron-3-120b-a12b",
3660
3661
  name: "Nemotron 3 Super 120B",
@@ -4023,6 +4024,25 @@ export const MODELS = {
4023
4024
  },
4024
4025
  },
4025
4026
  "github-copilot": {
4027
+ "claude-fable-5": {
4028
+ id: "claude-fable-5",
4029
+ name: "Claude Fable 5",
4030
+ api: "openai-completions",
4031
+ provider: "github-copilot",
4032
+ baseUrl: "https://api.individual.githubcopilot.com",
4033
+ 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" },
4034
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4035
+ reasoning: true,
4036
+ input: ["text", "image"],
4037
+ cost: {
4038
+ input: 10,
4039
+ output: 50,
4040
+ cacheRead: 1,
4041
+ cacheWrite: 12.5,
4042
+ },
4043
+ contextWindow: 1000000,
4044
+ maxTokens: 128000,
4045
+ },
4026
4046
  "claude-haiku-4.5": {
4027
4047
  id: "claude-haiku-4.5",
4028
4048
  name: "Claude Haiku 4.5 (latest)",
@@ -5475,6 +5495,24 @@ export const MODELS = {
5475
5495
  },
5476
5496
  },
5477
5497
  "kimi-coding": {
5498
+ "k2p7": {
5499
+ id: "k2p7",
5500
+ name: "Kimi K2.7 Code",
5501
+ api: "anthropic-messages",
5502
+ provider: "kimi-coding",
5503
+ baseUrl: "https://api.kimi.com/coding",
5504
+ headers: { "User-Agent": "KimiCLI/1.5" },
5505
+ reasoning: true,
5506
+ input: ["text", "image"],
5507
+ cost: {
5508
+ input: 0,
5509
+ output: 0,
5510
+ cacheRead: 0,
5511
+ cacheWrite: 0,
5512
+ },
5513
+ contextWindow: 262144,
5514
+ maxTokens: 32768,
5515
+ },
5478
5516
  "kimi-for-coding": {
5479
5517
  id: "kimi-for-coding",
5480
5518
  name: "Kimi For Coding",
@@ -6243,6 +6281,24 @@ export const MODELS = {
6243
6281
  contextWindow: 262144,
6244
6282
  maxTokens: 262144,
6245
6283
  },
6284
+ "kimi-k2.7-code": {
6285
+ id: "kimi-k2.7-code",
6286
+ name: "Kimi K2.7 Code",
6287
+ api: "openai-completions",
6288
+ provider: "moonshotai",
6289
+ baseUrl: "https://api.moonshot.ai/v1",
6290
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
6291
+ reasoning: true,
6292
+ input: ["text", "image"],
6293
+ cost: {
6294
+ input: 0.95,
6295
+ output: 4,
6296
+ cacheRead: 0.19,
6297
+ cacheWrite: 0,
6298
+ },
6299
+ contextWindow: 262144,
6300
+ maxTokens: 262144,
6301
+ },
6246
6302
  },
6247
6303
  "moonshotai-cn": {
6248
6304
  "kimi-k2-0711-preview": {
@@ -8097,41 +8153,41 @@ export const MODELS = {
8097
8153
  contextWindow: 202752,
8098
8154
  maxTokens: 32768,
8099
8155
  },
8100
- "kimi-k2.5": {
8101
- id: "kimi-k2.5",
8102
- name: "Kimi K2.5",
8156
+ "kimi-k2.6": {
8157
+ id: "kimi-k2.6",
8158
+ name: "Kimi K2.6",
8103
8159
  api: "openai-completions",
8104
8160
  provider: "opencode-go",
8105
8161
  baseUrl: "https://opencode.ai/zen/go/v1",
8162
+ compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
8106
8163
  reasoning: true,
8164
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
8107
8165
  input: ["text", "image"],
8108
8166
  cost: {
8109
- input: 0.6,
8110
- output: 3,
8111
- cacheRead: 0.1,
8167
+ input: 0.95,
8168
+ output: 4,
8169
+ cacheRead: 0.16,
8112
8170
  cacheWrite: 0,
8113
8171
  },
8114
8172
  contextWindow: 262144,
8115
8173
  maxTokens: 65536,
8116
8174
  },
8117
- "kimi-k2.6": {
8118
- id: "kimi-k2.6",
8119
- name: "Kimi K2.6",
8175
+ "kimi-k2.7-code": {
8176
+ id: "kimi-k2.7-code",
8177
+ name: "Kimi K2.7 Code",
8120
8178
  api: "openai-completions",
8121
8179
  provider: "opencode-go",
8122
8180
  baseUrl: "https://opencode.ai/zen/go/v1",
8123
- compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
8124
8181
  reasoning: true,
8125
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
8126
8182
  input: ["text", "image"],
8127
8183
  cost: {
8128
8184
  input: 0.95,
8129
8185
  output: 4,
8130
- cacheRead: 0.16,
8186
+ cacheRead: 0.19,
8131
8187
  cacheWrite: 0,
8132
8188
  },
8133
8189
  contextWindow: 262144,
8134
- maxTokens: 65536,
8190
+ maxTokens: 262144,
8135
8191
  },
8136
8192
  "mimo-v2.5": {
8137
8193
  id: "mimo-v2.5",
@@ -8167,23 +8223,6 @@ export const MODELS = {
8167
8223
  contextWindow: 1048576,
8168
8224
  maxTokens: 128000,
8169
8225
  },
8170
- "minimax-m2.5": {
8171
- id: "minimax-m2.5",
8172
- name: "MiniMax M2.5",
8173
- api: "anthropic-messages",
8174
- provider: "opencode-go",
8175
- baseUrl: "https://opencode.ai/zen/go",
8176
- reasoning: true,
8177
- input: ["text"],
8178
- cost: {
8179
- input: 0.3,
8180
- output: 1.2,
8181
- cacheRead: 0.03,
8182
- cacheWrite: 0,
8183
- },
8184
- contextWindow: 204800,
8185
- maxTokens: 65536,
8186
- },
8187
8226
  "minimax-m2.7": {
8188
8227
  id: "minimax-m2.7",
8189
8228
  name: "MiniMax M2.7",
@@ -8203,16 +8242,16 @@ export const MODELS = {
8203
8242
  },
8204
8243
  "minimax-m3": {
8205
8244
  id: "minimax-m3",
8206
- name: "MiniMax M3",
8245
+ name: "MiniMax M3 (3x usage)",
8207
8246
  api: "anthropic-messages",
8208
8247
  provider: "opencode-go",
8209
8248
  baseUrl: "https://opencode.ai/zen/go",
8210
8249
  reasoning: true,
8211
8250
  input: ["text", "image"],
8212
8251
  cost: {
8213
- input: 0.3,
8214
- output: 1.2,
8215
- cacheRead: 0.06,
8252
+ input: 0.1,
8253
+ output: 0.4,
8254
+ cacheRead: 0.02,
8216
8255
  cacheWrite: 0,
8217
8256
  },
8218
8257
  contextWindow: 512000,
@@ -8853,7 +8892,7 @@ export const MODELS = {
8853
8892
  cacheRead: 0.135,
8854
8893
  cacheWrite: 0,
8855
8894
  },
8856
- contextWindow: 131072,
8895
+ contextWindow: 163840,
8857
8896
  maxTokens: 16384,
8858
8897
  },
8859
8898
  "deepseek/deepseek-chat-v3.1": {
@@ -8969,13 +9008,13 @@ export const MODELS = {
8969
9008
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
8970
9009
  input: ["text"],
8971
9010
  cost: {
8972
- input: 0.0983,
8973
- output: 0.1966,
8974
- cacheRead: 0.019700000000000002,
9011
+ input: 0.098,
9012
+ output: 0.196,
9013
+ cacheRead: 0.02,
8975
9014
  cacheWrite: 0,
8976
9015
  },
8977
9016
  contextWindow: 1048576,
8978
- maxTokens: 131072,
9017
+ maxTokens: 4096,
8979
9018
  },
8980
9019
  "deepseek/deepseek-v4-pro": {
8981
9020
  id: "deepseek/deepseek-v4-pro",
@@ -9295,12 +9334,12 @@ export const MODELS = {
9295
9334
  input: ["text", "image"],
9296
9335
  cost: {
9297
9336
  input: 0.12,
9298
- output: 0.36,
9337
+ output: 0.35,
9299
9338
  cacheRead: 0.09,
9300
9339
  cacheWrite: 0,
9301
9340
  },
9302
9341
  contextWindow: 262144,
9303
- maxTokens: 8192,
9342
+ maxTokens: 262144,
9304
9343
  },
9305
9344
  "google/gemma-4-31b-it:free": {
9306
9345
  id: "google/gemma-4-31b-it:free",
@@ -9601,9 +9640,9 @@ export const MODELS = {
9601
9640
  reasoning: true,
9602
9641
  input: ["text"],
9603
9642
  cost: {
9604
- input: 0.27,
9605
- output: 1.08,
9606
- cacheRead: 0.054,
9643
+ input: 0.25,
9644
+ output: 1,
9645
+ cacheRead: 0.049999999999999996,
9607
9646
  cacheWrite: 0,
9608
9647
  },
9609
9648
  contextWindow: 204800,
@@ -10001,6 +10040,23 @@ export const MODELS = {
10001
10040
  contextWindow: 262144,
10002
10041
  maxTokens: 262142,
10003
10042
  },
10043
+ "moonshotai/kimi-k2.7-code": {
10044
+ id: "moonshotai/kimi-k2.7-code",
10045
+ name: "MoonshotAI: Kimi K2.7 Code",
10046
+ api: "openai-completions",
10047
+ provider: "openrouter",
10048
+ baseUrl: "https://openrouter.ai/api/v1",
10049
+ reasoning: true,
10050
+ input: ["text", "image"],
10051
+ cost: {
10052
+ input: 0.95,
10053
+ output: 4,
10054
+ cacheRead: 0.19,
10055
+ cacheWrite: 0,
10056
+ },
10057
+ contextWindow: 262144,
10058
+ maxTokens: 4096,
10059
+ },
10004
10060
  "nex-agi/nex-n2-pro:free": {
10005
10061
  id: "nex-agi/nex-n2-pro:free",
10006
10062
  name: "Nex AGI: Nex-N2-Pro (free)",
@@ -10171,23 +10227,6 @@ export const MODELS = {
10171
10227
  contextWindow: 128000,
10172
10228
  maxTokens: 128000,
10173
10229
  },
10174
- "nvidia/nemotron-nano-9b-v2": {
10175
- id: "nvidia/nemotron-nano-9b-v2",
10176
- name: "NVIDIA: Nemotron Nano 9B V2",
10177
- api: "openai-completions",
10178
- provider: "openrouter",
10179
- baseUrl: "https://openrouter.ai/api/v1",
10180
- reasoning: true,
10181
- input: ["text"],
10182
- cost: {
10183
- input: 0.04,
10184
- output: 0.16,
10185
- cacheRead: 0,
10186
- cacheWrite: 0,
10187
- },
10188
- contextWindow: 131072,
10189
- maxTokens: 16384,
10190
- },
10191
10230
  "nvidia/nemotron-nano-9b-v2:free": {
10192
10231
  id: "nvidia/nemotron-nano-9b-v2:free",
10193
10232
  name: "NVIDIA: Nemotron Nano 9B V2 (free)",
@@ -11909,13 +11948,13 @@ export const MODELS = {
11909
11948
  reasoning: true,
11910
11949
  input: ["text", "image"],
11911
11950
  cost: {
11912
- input: 0.28900000000000003,
11913
- output: 2.4,
11951
+ input: 0.28850000000000003,
11952
+ output: 3.17,
11914
11953
  cacheRead: 0,
11915
11954
  cacheWrite: 0,
11916
11955
  },
11917
11956
  contextWindow: 262144,
11918
- maxTokens: 131072,
11957
+ maxTokens: 262140,
11919
11958
  },
11920
11959
  "qwen/qwen3.6-35b-a3b": {
11921
11960
  id: "qwen/qwen3.6-35b-a3b",
@@ -11926,13 +11965,13 @@ export const MODELS = {
11926
11965
  reasoning: true,
11927
11966
  input: ["text", "image"],
11928
11967
  cost: {
11929
- input: 0.14,
11968
+ input: 0.15,
11930
11969
  output: 1,
11931
- cacheRead: 0,
11970
+ cacheRead: 0.049999999999999996,
11932
11971
  cacheWrite: 0,
11933
11972
  },
11934
11973
  contextWindow: 262144,
11935
- maxTokens: 262140,
11974
+ maxTokens: 262144,
11936
11975
  },
11937
11976
  "qwen/qwen3.6-flash": {
11938
11977
  id: "qwen/qwen3.6-flash",
@@ -12011,10 +12050,10 @@ export const MODELS = {
12011
12050
  reasoning: true,
12012
12051
  input: ["text", "image"],
12013
12052
  cost: {
12014
- input: 0.39999999999999997,
12015
- output: 1.5999999999999999,
12016
- cacheRead: 0.08,
12017
- cacheWrite: 0.5,
12053
+ input: 0.32,
12054
+ output: 1.28,
12055
+ cacheRead: 0.064,
12056
+ cacheWrite: 0.39999999999999997,
12018
12057
  },
12019
12058
  contextWindow: 1000000,
12020
12059
  maxTokens: 65536,
@@ -12599,25 +12638,6 @@ export const MODELS = {
12599
12638
  },
12600
12639
  },
12601
12640
  "together": {
12602
- "MiniMaxAI/MiniMax-M2.5": {
12603
- id: "MiniMaxAI/MiniMax-M2.5",
12604
- name: "MiniMax-M2.5",
12605
- api: "openai-completions",
12606
- provider: "together",
12607
- baseUrl: "https://api.together.ai/v1",
12608
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
12609
- reasoning: true,
12610
- thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
12611
- input: ["text"],
12612
- cost: {
12613
- input: 0.3,
12614
- output: 1.2,
12615
- cacheRead: 0.06,
12616
- cacheWrite: 0,
12617
- },
12618
- contextWindow: 204800,
12619
- maxTokens: 131072,
12620
- },
12621
12641
  "MiniMaxAI/MiniMax-M2.7": {
12622
12642
  id: "MiniMaxAI/MiniMax-M2.7",
12623
12643
  name: "MiniMax-M2.7",
@@ -12637,28 +12657,27 @@ export const MODELS = {
12637
12657
  contextWindow: 202752,
12638
12658
  maxTokens: 131072,
12639
12659
  },
12640
- "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
12641
- id: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
12642
- name: "Qwen3 235B A22B Instruct 2507 FP8",
12660
+ "Qwen/Qwen2.5-7B-Instruct-Turbo": {
12661
+ id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
12662
+ name: "Qwen 2.5 7B Instruct Turbo",
12643
12663
  api: "openai-completions",
12644
12664
  provider: "together",
12645
12665
  baseUrl: "https://api.together.ai/v1",
12646
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12647
- reasoning: true,
12648
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12666
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
12667
+ reasoning: false,
12649
12668
  input: ["text"],
12650
12669
  cost: {
12651
- input: 0.2,
12652
- output: 0.6,
12670
+ input: 0.3,
12671
+ output: 0.3,
12653
12672
  cacheRead: 0,
12654
12673
  cacheWrite: 0,
12655
12674
  },
12656
- contextWindow: 262144,
12657
- maxTokens: 262144,
12675
+ contextWindow: 32768,
12676
+ maxTokens: 32768,
12658
12677
  },
12659
- "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
12660
- id: "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
12661
- name: "Qwen3 Coder 480B A35B Instruct",
12678
+ "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
12679
+ id: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
12680
+ name: "Qwen3 235B A22B Instruct 2507 FP8",
12662
12681
  api: "openai-completions",
12663
12682
  provider: "together",
12664
12683
  baseUrl: "https://api.together.ai/v1",
@@ -12666,36 +12685,36 @@ export const MODELS = {
12666
12685
  reasoning: false,
12667
12686
  input: ["text"],
12668
12687
  cost: {
12669
- input: 2,
12670
- output: 2,
12688
+ input: 0.2,
12689
+ output: 0.6,
12671
12690
  cacheRead: 0,
12672
12691
  cacheWrite: 0,
12673
12692
  },
12674
12693
  contextWindow: 262144,
12675
12694
  maxTokens: 262144,
12676
12695
  },
12677
- "Qwen/Qwen3-Coder-Next-FP8": {
12678
- id: "Qwen/Qwen3-Coder-Next-FP8",
12679
- name: "Qwen3 Coder Next FP8",
12696
+ "Qwen/Qwen3.5-397B-A17B": {
12697
+ id: "Qwen/Qwen3.5-397B-A17B",
12698
+ name: "Qwen3.5 397B A17B",
12680
12699
  api: "openai-completions",
12681
12700
  provider: "together",
12682
12701
  baseUrl: "https://api.together.ai/v1",
12683
12702
  compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12684
12703
  reasoning: true,
12685
12704
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12686
- input: ["text"],
12705
+ input: ["text", "image"],
12687
12706
  cost: {
12688
- input: 0.5,
12689
- output: 1.2,
12707
+ input: 0.6,
12708
+ output: 3.6,
12690
12709
  cacheRead: 0,
12691
12710
  cacheWrite: 0,
12692
12711
  },
12693
12712
  contextWindow: 262144,
12694
- maxTokens: 262144,
12713
+ maxTokens: 130000,
12695
12714
  },
12696
- "Qwen/Qwen3.5-397B-A17B": {
12697
- id: "Qwen/Qwen3.5-397B-A17B",
12698
- name: "Qwen3.5 397B A17B",
12715
+ "Qwen/Qwen3.5-9B": {
12716
+ id: "Qwen/Qwen3.5-9B",
12717
+ name: "Qwen3.5 9B",
12699
12718
  api: "openai-completions",
12700
12719
  provider: "together",
12701
12720
  baseUrl: "https://api.together.ai/v1",
@@ -12704,13 +12723,13 @@ export const MODELS = {
12704
12723
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12705
12724
  input: ["text", "image"],
12706
12725
  cost: {
12707
- input: 0.6,
12708
- output: 3.6,
12726
+ input: 0.17,
12727
+ output: 0.25,
12709
12728
  cacheRead: 0,
12710
12729
  cacheWrite: 0,
12711
12730
  },
12712
12731
  contextWindow: 262144,
12713
- maxTokens: 130000,
12732
+ maxTokens: 65536,
12714
12733
  },
12715
12734
  "Qwen/Qwen3.6-Plus": {
12716
12735
  id: "Qwen/Qwen3.6-Plus",
@@ -12737,9 +12756,8 @@ export const MODELS = {
12737
12756
  api: "openai-completions",
12738
12757
  provider: "together",
12739
12758
  baseUrl: "https://api.together.ai/v1",
12740
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12741
- reasoning: true,
12742
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12759
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
12760
+ reasoning: false,
12743
12761
  input: ["text"],
12744
12762
  cost: {
12745
12763
  input: 2.5,
@@ -12750,44 +12768,6 @@ export const MODELS = {
12750
12768
  contextWindow: 1000000,
12751
12769
  maxTokens: 500000,
12752
12770
  },
12753
- "deepseek-ai/DeepSeek-V3": {
12754
- id: "deepseek-ai/DeepSeek-V3",
12755
- name: "DeepSeek-V3",
12756
- api: "openai-completions",
12757
- provider: "together",
12758
- baseUrl: "https://api.together.ai/v1",
12759
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12760
- reasoning: true,
12761
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12762
- input: ["text"],
12763
- cost: {
12764
- input: 1.25,
12765
- output: 1.25,
12766
- cacheRead: 0,
12767
- cacheWrite: 0,
12768
- },
12769
- contextWindow: 131072,
12770
- maxTokens: 131072,
12771
- },
12772
- "deepseek-ai/DeepSeek-V3-1": {
12773
- id: "deepseek-ai/DeepSeek-V3-1",
12774
- name: "DeepSeek V3.1",
12775
- api: "openai-completions",
12776
- provider: "together",
12777
- baseUrl: "https://api.together.ai/v1",
12778
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12779
- reasoning: true,
12780
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12781
- input: ["text"],
12782
- cost: {
12783
- input: 0.6,
12784
- output: 1.7,
12785
- cacheRead: 0,
12786
- cacheWrite: 0,
12787
- },
12788
- contextWindow: 131072,
12789
- maxTokens: 131072,
12790
- },
12791
12771
  "deepseek-ai/DeepSeek-V4-Pro": {
12792
12772
  id: "deepseek-ai/DeepSeek-V4-Pro",
12793
12773
  name: "DeepSeek V4 Pro",
@@ -12799,8 +12779,8 @@ export const MODELS = {
12799
12779
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null },
12800
12780
  input: ["text"],
12801
12781
  cost: {
12802
- input: 2.1,
12803
- output: 4.4,
12782
+ input: 1.74,
12783
+ output: 3.48,
12804
12784
  cacheRead: 0.2,
12805
12785
  cacheWrite: 0,
12806
12786
  },
@@ -12836,8 +12816,8 @@ export const MODELS = {
12836
12816
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12837
12817
  input: ["text", "image"],
12838
12818
  cost: {
12839
- input: 0.2,
12840
- output: 0.5,
12819
+ input: 0.39,
12820
+ output: 0.97,
12841
12821
  cacheRead: 0,
12842
12822
  cacheWrite: 0,
12843
12823
  },
@@ -12862,25 +12842,6 @@ export const MODELS = {
12862
12842
  contextWindow: 131072,
12863
12843
  maxTokens: 131072,
12864
12844
  },
12865
- "moonshotai/Kimi-K2.5": {
12866
- id: "moonshotai/Kimi-K2.5",
12867
- name: "Kimi K2.5",
12868
- api: "openai-completions",
12869
- provider: "together",
12870
- baseUrl: "https://api.together.ai/v1",
12871
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12872
- reasoning: true,
12873
- thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12874
- input: ["text", "image"],
12875
- cost: {
12876
- input: 0.5,
12877
- output: 2.8,
12878
- cacheRead: 0,
12879
- cacheWrite: 0,
12880
- },
12881
- contextWindow: 262144,
12882
- maxTokens: 262144,
12883
- },
12884
12845
  "moonshotai/Kimi-K2.6": {
12885
12846
  id: "moonshotai/Kimi-K2.6",
12886
12847
  name: "Kimi K2.6",
@@ -12938,6 +12899,44 @@ export const MODELS = {
12938
12899
  contextWindow: 131072,
12939
12900
  maxTokens: 131072,
12940
12901
  },
12902
+ "openai/gpt-oss-20b": {
12903
+ id: "openai/gpt-oss-20b",
12904
+ name: "GPT OSS 20B",
12905
+ api: "openai-completions",
12906
+ provider: "together",
12907
+ baseUrl: "https://api.together.ai/v1",
12908
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "openai" },
12909
+ reasoning: true,
12910
+ thinkingLevelMap: { "off": null, "minimal": null },
12911
+ input: ["text"],
12912
+ cost: {
12913
+ input: 0.05,
12914
+ output: 0.2,
12915
+ cacheRead: 0,
12916
+ cacheWrite: 0,
12917
+ },
12918
+ contextWindow: 131072,
12919
+ maxTokens: 131072,
12920
+ },
12921
+ "zai-org/GLM-5": {
12922
+ id: "zai-org/GLM-5",
12923
+ name: "GLM-5",
12924
+ api: "openai-completions",
12925
+ provider: "together",
12926
+ baseUrl: "https://api.together.ai/v1",
12927
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12928
+ reasoning: true,
12929
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12930
+ input: ["text"],
12931
+ cost: {
12932
+ input: 1,
12933
+ output: 3.2,
12934
+ cacheRead: 0,
12935
+ cacheWrite: 0,
12936
+ },
12937
+ contextWindow: 202752,
12938
+ maxTokens: 131072,
12939
+ },
12941
12940
  "zai-org/GLM-5.1": {
12942
12941
  id: "zai-org/GLM-5.1",
12943
12942
  name: "GLM-5.1",
@@ -14513,40 +14512,6 @@ export const MODELS = {
14513
14512
  contextWindow: 262114,
14514
14513
  maxTokens: 262114,
14515
14514
  },
14516
- "moonshotai/kimi-k2-thinking-turbo": {
14517
- id: "moonshotai/kimi-k2-thinking-turbo",
14518
- name: "Kimi K2 Thinking Turbo",
14519
- api: "anthropic-messages",
14520
- provider: "vercel-ai-gateway",
14521
- baseUrl: "https://ai-gateway.vercel.sh",
14522
- reasoning: true,
14523
- input: ["text"],
14524
- cost: {
14525
- input: 1.15,
14526
- output: 8,
14527
- cacheRead: 0.15,
14528
- cacheWrite: 0,
14529
- },
14530
- contextWindow: 262114,
14531
- maxTokens: 262114,
14532
- },
14533
- "moonshotai/kimi-k2-turbo": {
14534
- id: "moonshotai/kimi-k2-turbo",
14535
- name: "Kimi K2 Turbo",
14536
- api: "anthropic-messages",
14537
- provider: "vercel-ai-gateway",
14538
- baseUrl: "https://ai-gateway.vercel.sh",
14539
- reasoning: false,
14540
- input: ["text"],
14541
- cost: {
14542
- input: 1.15,
14543
- output: 8,
14544
- cacheRead: 0.15,
14545
- cacheWrite: 0,
14546
- },
14547
- contextWindow: 256000,
14548
- maxTokens: 16384,
14549
- },
14550
14515
  "moonshotai/kimi-k2.5": {
14551
14516
  id: "moonshotai/kimi-k2.5",
14552
14517
  name: "Kimi K2.5",
@@ -14581,6 +14546,23 @@ export const MODELS = {
14581
14546
  contextWindow: 262000,
14582
14547
  maxTokens: 262000,
14583
14548
  },
14549
+ "moonshotai/kimi-k2.7-code": {
14550
+ id: "moonshotai/kimi-k2.7-code",
14551
+ name: "Kimi K2.7 Code",
14552
+ api: "anthropic-messages",
14553
+ provider: "vercel-ai-gateway",
14554
+ baseUrl: "https://ai-gateway.vercel.sh",
14555
+ reasoning: true,
14556
+ input: ["text", "image"],
14557
+ cost: {
14558
+ input: 0.95,
14559
+ output: 4,
14560
+ cacheRead: 0.19,
14561
+ cacheWrite: 0,
14562
+ },
14563
+ contextWindow: 256000,
14564
+ maxTokens: 32768,
14565
+ },
14584
14566
  "nvidia/nemotron-3-super-120b-a12b": {
14585
14567
  id: "nvidia/nemotron-3-super-120b-a12b",
14586
14568
  name: "NVIDIA Nemotron 3 Super 120B A12B",