@mohanscodex/spectra-ai 0.4.7 → 0.4.9
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.map +1 -1
- package/dist/models.js +122 -10
- package/dist/models.js.map +1 -1
- package/package.json +1 -1
package/dist/models.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AA+
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AA+goBD,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,EAAE,CAElE"}
|
package/dist/models.js
CHANGED
|
@@ -4088,6 +4088,11 @@ const MODELS = {
|
|
|
4088
4088
|
"name": "Claude Opus 4.7",
|
|
4089
4089
|
"contextWindow": 1000000
|
|
4090
4090
|
},
|
|
4091
|
+
{
|
|
4092
|
+
"id": "claude-opus4-8",
|
|
4093
|
+
"name": "Claude Opus 4.8",
|
|
4094
|
+
"contextWindow": 1000000
|
|
4095
|
+
},
|
|
4091
4096
|
{
|
|
4092
4097
|
"id": "claude-sonnet-4",
|
|
4093
4098
|
"name": "Claude Sonnet 4",
|
|
@@ -5051,11 +5056,26 @@ const MODELS = {
|
|
|
5051
5056
|
"name": "Claude Opus 4.1",
|
|
5052
5057
|
"contextWindow": 200000
|
|
5053
5058
|
},
|
|
5059
|
+
{
|
|
5060
|
+
"id": "anthropic/claude-opus-4.8",
|
|
5061
|
+
"name": "Claude Opus 4.8",
|
|
5062
|
+
"contextWindow": 1000000
|
|
5063
|
+
},
|
|
5054
5064
|
{
|
|
5055
5065
|
"id": "anthropic/claude-sonnet-4",
|
|
5056
5066
|
"name": "Claude Sonnet 4",
|
|
5057
5067
|
"contextWindow": 200000
|
|
5058
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"id": "anthropic/claude-sonnet-4.6",
|
|
5071
|
+
"name": "Claude Sonnet 4.6",
|
|
5072
|
+
"contextWindow": 1000000
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"id": "deepseek/deepseek-v4-pro",
|
|
5076
|
+
"name": "DeepSeek V4 Pro",
|
|
5077
|
+
"contextWindow": 1000000
|
|
5078
|
+
},
|
|
5059
5079
|
{
|
|
5060
5080
|
"id": "google/gemini-2.5-flash",
|
|
5061
5081
|
"name": "Gemini 2.5 Flash",
|
|
@@ -5066,11 +5086,31 @@ const MODELS = {
|
|
|
5066
5086
|
"name": "Gemini 2.5 Pro",
|
|
5067
5087
|
"contextWindow": 1048576
|
|
5068
5088
|
},
|
|
5089
|
+
{
|
|
5090
|
+
"id": "google/gemini-3.1-pro-preview",
|
|
5091
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
5092
|
+
"contextWindow": 1048576
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"id": "google/gemini-3.5-flash",
|
|
5096
|
+
"name": "Gemini 3.5 Flash",
|
|
5097
|
+
"contextWindow": 1048576
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"id": "google/gemma-4-31b-it",
|
|
5101
|
+
"name": "Gemma 4 31B IT",
|
|
5102
|
+
"contextWindow": 262144
|
|
5103
|
+
},
|
|
5069
5104
|
{
|
|
5070
5105
|
"id": "z-ai/glm-5",
|
|
5071
5106
|
"name": "GLM-5",
|
|
5072
5107
|
"contextWindow": 204800
|
|
5073
5108
|
},
|
|
5109
|
+
{
|
|
5110
|
+
"id": "z-ai/glm-5.1",
|
|
5111
|
+
"name": "GLM-5.1",
|
|
5112
|
+
"contextWindow": 200000
|
|
5113
|
+
},
|
|
5074
5114
|
{
|
|
5075
5115
|
"id": "openai/gpt-oss-120b",
|
|
5076
5116
|
"name": "GPT OSS 120B",
|
|
@@ -5081,6 +5121,11 @@ const MODELS = {
|
|
|
5081
5121
|
"name": "GPT OSS 20B",
|
|
5082
5122
|
"contextWindow": 131072
|
|
5083
5123
|
},
|
|
5124
|
+
{
|
|
5125
|
+
"id": "openai/gpt-realtime-1.5",
|
|
5126
|
+
"name": "GPT Realtime 1.5",
|
|
5127
|
+
"contextWindow": 32000
|
|
5128
|
+
},
|
|
5084
5129
|
{
|
|
5085
5130
|
"id": "openai/gpt-4.1",
|
|
5086
5131
|
"name": "GPT-4.1",
|
|
@@ -5101,20 +5146,80 @@ const MODELS = {
|
|
|
5101
5146
|
"name": "GPT-5 Nano",
|
|
5102
5147
|
"contextWindow": 400000
|
|
5103
5148
|
},
|
|
5149
|
+
{
|
|
5150
|
+
"id": "openai/gpt-5.3-codex",
|
|
5151
|
+
"name": "GPT-5.3 Codex",
|
|
5152
|
+
"contextWindow": 400000
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"id": "openai/gpt-5.4-mini",
|
|
5156
|
+
"name": "GPT-5.4 mini",
|
|
5157
|
+
"contextWindow": 400000
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"id": "openai/gpt-5.4-nano",
|
|
5161
|
+
"name": "GPT-5.4 nano",
|
|
5162
|
+
"contextWindow": 400000
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"id": "openai/gpt-5.5",
|
|
5166
|
+
"name": "GPT-5.5",
|
|
5167
|
+
"contextWindow": 1050000
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"id": "openai/gpt-5.5-pro",
|
|
5171
|
+
"name": "GPT-5.5 Pro",
|
|
5172
|
+
"contextWindow": 1050000
|
|
5173
|
+
},
|
|
5104
5174
|
{
|
|
5105
5175
|
"id": "x-ai/grok-4",
|
|
5106
5176
|
"name": "Grok 4",
|
|
5107
5177
|
"contextWindow": 256000
|
|
5108
5178
|
},
|
|
5179
|
+
{
|
|
5180
|
+
"id": "x-ai/grok-4.3",
|
|
5181
|
+
"name": "Grok 4.3",
|
|
5182
|
+
"contextWindow": 1000000
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"id": "x-ai/grok-build-0.1",
|
|
5186
|
+
"name": "Grok Build 0.1",
|
|
5187
|
+
"contextWindow": 256000
|
|
5188
|
+
},
|
|
5109
5189
|
{
|
|
5110
5190
|
"id": "moonshotai/kimi-k2",
|
|
5111
5191
|
"name": "Kimi K2",
|
|
5112
5192
|
"contextWindow": 131072
|
|
5113
5193
|
},
|
|
5194
|
+
{
|
|
5195
|
+
"id": "moonshotai/kimi-k2.6",
|
|
5196
|
+
"name": "Kimi K2.6",
|
|
5197
|
+
"contextWindow": 262144
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"id": "minimax/minimax-m2.7",
|
|
5201
|
+
"name": "MiniMax-M2.7",
|
|
5202
|
+
"contextWindow": 204800
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"id": "minimax/minimax-m2.7-highspeed",
|
|
5206
|
+
"name": "MiniMax-M2.7-highspeed",
|
|
5207
|
+
"contextWindow": 204800
|
|
5208
|
+
},
|
|
5114
5209
|
{
|
|
5115
5210
|
"id": "qwen/qwen3-coder",
|
|
5116
5211
|
"name": "Qwen3 Coder",
|
|
5117
5212
|
"contextWindow": 262144
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"id": "sarvam/sarvam-105b",
|
|
5216
|
+
"name": "Sarvam 105B",
|
|
5217
|
+
"contextWindow": 131072
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"id": "sarvam/sarvam-30b",
|
|
5221
|
+
"name": "Sarvam 30B",
|
|
5222
|
+
"contextWindow": 128000
|
|
5118
5223
|
}
|
|
5119
5224
|
],
|
|
5120
5225
|
"firepass": [
|
|
@@ -9448,6 +9553,13 @@ const MODELS = {
|
|
|
9448
9553
|
"contextWindow": 256000
|
|
9449
9554
|
}
|
|
9450
9555
|
],
|
|
9556
|
+
"llmtr": [
|
|
9557
|
+
{
|
|
9558
|
+
"id": "qwen3-6-35b",
|
|
9559
|
+
"name": "Qwen3.6 35B-A3B",
|
|
9560
|
+
"contextWindow": 16384
|
|
9561
|
+
}
|
|
9562
|
+
],
|
|
9451
9563
|
"lmstudio": [
|
|
9452
9564
|
{
|
|
9453
9565
|
"id": "openai/gpt-oss-20b",
|
|
@@ -13312,7 +13424,7 @@ const MODELS = {
|
|
|
13312
13424
|
{
|
|
13313
13425
|
"id": "deepseek/deepseek-chat-v3-0324",
|
|
13314
13426
|
"name": "DeepSeek V3 0324",
|
|
13315
|
-
"contextWindow":
|
|
13427
|
+
"contextWindow": 32768
|
|
13316
13428
|
},
|
|
13317
13429
|
{
|
|
13318
13430
|
"id": "deepseek/deepseek-chat-v3.1",
|
|
@@ -13799,11 +13911,6 @@ const MODELS = {
|
|
|
13799
13911
|
"name": "Kimi K2.6",
|
|
13800
13912
|
"contextWindow": 262142
|
|
13801
13913
|
},
|
|
13802
|
-
{
|
|
13803
|
-
"id": "moonshotai/kimi-k2.6:free",
|
|
13804
|
-
"name": "Kimi K2.6 (free)",
|
|
13805
|
-
"contextWindow": 262144
|
|
13806
|
-
},
|
|
13807
13914
|
{
|
|
13808
13915
|
"id": "poolside/laguna-m.1:free",
|
|
13809
13916
|
"name": "Laguna M.1 (free)",
|
|
@@ -18888,6 +18995,11 @@ const MODELS = {
|
|
|
18888
18995
|
"name": "Kat Coder Pro V2",
|
|
18889
18996
|
"contextWindow": 256000
|
|
18890
18997
|
},
|
|
18998
|
+
{
|
|
18999
|
+
"id": "moonshotai/kimi-k2",
|
|
19000
|
+
"name": "Kimi K2 Instruct",
|
|
19001
|
+
"contextWindow": 131072
|
|
19002
|
+
},
|
|
18891
19003
|
{
|
|
18892
19004
|
"id": "moonshotai/kimi-k2-thinking",
|
|
18893
19005
|
"name": "Kimi K2 Thinking",
|
|
@@ -20270,13 +20382,13 @@ const MODELS = {
|
|
|
20270
20382
|
"contextWindow": 256000
|
|
20271
20383
|
},
|
|
20272
20384
|
{
|
|
20273
|
-
"id": "stepfun/step-3.
|
|
20274
|
-
"name": "Step 3.
|
|
20385
|
+
"id": "stepfun/step-3.7-flash",
|
|
20386
|
+
"name": "Step 3.7 Flash",
|
|
20275
20387
|
"contextWindow": 256000
|
|
20276
20388
|
},
|
|
20277
20389
|
{
|
|
20278
|
-
"id": "stepfun/step-3.7-flash",
|
|
20279
|
-
"name": "Step 3.7 Flash",
|
|
20390
|
+
"id": "stepfun/step-3.7-flash-free",
|
|
20391
|
+
"name": "Step 3.7 Flash (Free)",
|
|
20280
20392
|
"contextWindow": 256000
|
|
20281
20393
|
},
|
|
20282
20394
|
{
|