@pensar/apex 0.0.4 → 0.0.6
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/bin/pensar.js +1 -1
- package/build/benchmark.js +2 -2
- package/build/index.js +10316 -33476
- package/package.json +2 -3
package/bin/pensar.js
CHANGED
package/build/benchmark.js
CHANGED
|
@@ -39472,13 +39472,13 @@ var AVAILABLE_MODELS = [
|
|
|
39472
39472
|
contextLength: 128000
|
|
39473
39473
|
},
|
|
39474
39474
|
{
|
|
39475
|
-
id: "anthropic/claude-haiku-4
|
|
39475
|
+
id: "anthropic/claude-haiku-4.5",
|
|
39476
39476
|
name: "Claude Haiku 4.5 (OpenRouter)",
|
|
39477
39477
|
provider: "openrouter",
|
|
39478
39478
|
contextLength: 200000
|
|
39479
39479
|
},
|
|
39480
39480
|
{
|
|
39481
|
-
id: "anthropic/claude-sonnet-4
|
|
39481
|
+
id: "anthropic/claude-sonnet-4.5",
|
|
39482
39482
|
name: "Claude Sonnet 4.5 (OpenRouter)",
|
|
39483
39483
|
provider: "openrouter",
|
|
39484
39484
|
contextLength: 200000
|