@clinebot/llms 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clinebot/llms",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -14,7 +14,7 @@ export const GENERATED_PROVIDER_MODELS: {
14
14
  version: number;
15
15
  providers: Record<string, Record<string, ModelInfo>>;
16
16
  } = {
17
- version: 1773862738565,
17
+ version: 1773940480693,
18
18
  providers: {
19
19
  aihubmix: {
20
20
  "claude-sonnet-4-6": {
@@ -4235,6 +4235,20 @@ export const GENERATED_PROVIDER_MODELS: {
4235
4235
  },
4236
4236
  },
4237
4237
  ollama: {
4238
+ "minimax-m2.7": {
4239
+ id: "minimax-m2.7",
4240
+ name: "minimax-m2.7",
4241
+ contextWindow: 204800,
4242
+ maxTokens: 131072,
4243
+ capabilities: ["tools", "reasoning"],
4244
+ pricing: {
4245
+ input: 0,
4246
+ output: 0,
4247
+ cacheRead: 0,
4248
+ cacheWrite: 0,
4249
+ },
4250
+ releaseDate: "2026-03-18",
4251
+ },
4238
4252
  "nemotron-3-super": {
4239
4253
  id: "nemotron-3-super",
4240
4254
  name: "nemotron-3-super",
@@ -5243,6 +5257,45 @@ export const GENERATED_PROVIDER_MODELS: {
5243
5257
  },
5244
5258
  releaseDate: "2026-03-18",
5245
5259
  },
5260
+ "xiaomi/mimo-v2-omni": {
5261
+ id: "xiaomi/mimo-v2-omni",
5262
+ name: "MiMo-V2-Omni",
5263
+ contextWindow: 262144,
5264
+ maxTokens: 65536,
5265
+ capabilities: [
5266
+ "images",
5267
+ "tools",
5268
+ "reasoning",
5269
+ "structured_output",
5270
+ "temperature",
5271
+ ],
5272
+ pricing: {
5273
+ input: 0.4,
5274
+ output: 2,
5275
+ cacheRead: 0,
5276
+ cacheWrite: 0,
5277
+ },
5278
+ releaseDate: "2026-03-18",
5279
+ },
5280
+ "xiaomi/mimo-v2-pro": {
5281
+ id: "xiaomi/mimo-v2-pro",
5282
+ name: "MiMo-V2-Pro",
5283
+ contextWindow: 1048576,
5284
+ maxTokens: 65536,
5285
+ capabilities: [
5286
+ "tools",
5287
+ "reasoning",
5288
+ "structured_output",
5289
+ "temperature",
5290
+ ],
5291
+ pricing: {
5292
+ input: 1,
5293
+ output: 3,
5294
+ cacheRead: 0,
5295
+ cacheWrite: 0,
5296
+ },
5297
+ releaseDate: "2026-03-18",
5298
+ },
5246
5299
  "x-ai/grok-4.20-beta": {
5247
5300
  id: "x-ai/grok-4.20-beta",
5248
5301
  name: "Grok 4.20 Beta",
@@ -11593,20 +11646,6 @@ export const GENERATED_PROVIDER_MODELS: {
11593
11646
  },
11594
11647
  releaseDate: "2026-03-09",
11595
11648
  },
11596
- "grok-4.20-multi-agent-beta-latest": {
11597
- id: "grok-4.20-multi-agent-beta-latest",
11598
- name: "Grok 4.20 Multi-Agent Beta",
11599
- contextWindow: 2000000,
11600
- maxTokens: 30000,
11601
- capabilities: ["images", "tools", "reasoning", "temperature"],
11602
- pricing: {
11603
- input: 2,
11604
- output: 6,
11605
- cacheRead: 0.2,
11606
- cacheWrite: 0,
11607
- },
11608
- releaseDate: "2026-03-09",
11609
- },
11610
11649
  "grok-4-1-fast": {
11611
11650
  id: "grok-4-1-fast",
11612
11651
  name: "Grok 4.1 Fast",