@agentmark-ai/model-registry 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/models.json +11 -12
  2. package/package.json +1 -1
package/models.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-04-08T00:52:12.855Z",
3
+ "generatedAt": "2026-04-09T00:44:36.550Z",
4
4
  "sources": {
5
5
  "litellm": {
6
- "fetchedAt": "2026-04-08T00:52:12.855Z",
6
+ "fetchedAt": "2026-04-09T00:44:36.550Z",
7
7
  "modelCount": 1168
8
8
  },
9
9
  "openrouter": {
10
- "fetchedAt": "2026-04-08T00:52:12.855Z",
10
+ "fetchedAt": "2026-04-09T00:44:36.550Z",
11
11
  "modelCount": 127
12
12
  }
13
13
  },
@@ -20489,9 +20489,9 @@
20489
20489
  "functionCalling": true
20490
20490
  }
20491
20491
  },
20492
- "command-r-plus-08-2024": {
20492
+ "command-r-08-2024": {
20493
20493
  "provider": "cohere",
20494
- "displayName": "Cohere: Command R+ (08-2024)",
20494
+ "displayName": "Cohere: Command R (08-2024)",
20495
20495
  "mode": "chat",
20496
20496
  "source": "openrouter",
20497
20497
  "supportedParameters": [
@@ -20503,8 +20503,8 @@
20503
20503
  "top_p"
20504
20504
  ],
20505
20505
  "pricing": {
20506
- "inputCostPerToken": 0.0000025,
20507
- "outputCostPerToken": 0.00001
20506
+ "inputCostPerToken": 1.5e-7,
20507
+ "outputCostPerToken": 6e-7
20508
20508
  },
20509
20509
  "context": {
20510
20510
  "maxInputTokens": 128000,
@@ -20515,9 +20515,9 @@
20515
20515
  "structuredOutput": true
20516
20516
  }
20517
20517
  },
20518
- "command-r-08-2024": {
20518
+ "command-r-plus-08-2024": {
20519
20519
  "provider": "cohere",
20520
- "displayName": "Cohere: Command R (08-2024)",
20520
+ "displayName": "Cohere: Command R+ (08-2024)",
20521
20521
  "mode": "chat",
20522
20522
  "source": "openrouter",
20523
20523
  "supportedParameters": [
@@ -20529,8 +20529,8 @@
20529
20529
  "top_p"
20530
20530
  ],
20531
20531
  "pricing": {
20532
- "inputCostPerToken": 1.5e-7,
20533
- "outputCostPerToken": 6e-7
20532
+ "inputCostPerToken": 0.0000025,
20533
+ "outputCostPerToken": 0.00001
20534
20534
  },
20535
20535
  "context": {
20536
20536
  "maxInputTokens": 128000,
@@ -20643,7 +20643,6 @@
20643
20643
  "source": "openrouter",
20644
20644
  "supportedParameters": [
20645
20645
  "frequency_penalty",
20646
- "max_tokens",
20647
20646
  "presence_penalty",
20648
20647
  "temperature",
20649
20648
  "top_p"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentmark-ai/model-registry",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "LLM model registry with provider metadata, pricing, and capabilities",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",