@outputai/llm 0.12.1-next.d1d27f7.0 → 0.13.0

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": "@outputai/llm",
3
- "version": "0.12.1-next.d1d27f7.0",
3
+ "version": "0.13.0",
4
4
  "description": "Framework abstraction to interact with LLM models",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -22,7 +22,7 @@
22
22
  "gray-matter": "4.0.3",
23
23
  "liquidjs": "10.27.2",
24
24
  "undici": "8.9.0",
25
- "@outputai/core": "0.12.1-next.d1d27f7.0"
25
+ "@outputai/core": "0.13.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ai-sdk/amazon-bedrock": "5.0.57",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_meta": {
3
- "createdAt": "2026-09-11T15:41:29.811Z"
3
+ "createdAt": "2026-09-14T06:24:50.389Z"
4
4
  },
5
5
  "amazon-bedrock": {
6
6
  "models": {
@@ -821,8 +821,8 @@
821
821
  },
822
822
  "mistral.voxtral-small-24b-2507": {
823
823
  "cost": {
824
- "input": 0.15,
825
- "output": 0.35
824
+ "input": 0.1,
825
+ "output": 0.3
826
826
  }
827
827
  },
828
828
  "moonshot.kimi-k2-thinking": {