@ai-sdk/luma 1.0.24 → 1.0.25

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/luma
2
2
 
3
+ ## 1.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 5543cd1: Add AI Gateway hint to provider READMEs
8
+
3
9
  ## 1.0.24
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -14,6 +14,8 @@ Luma Photon and Photon Flash are groundbreaking image generation models that del
14
14
 
15
15
  For more detailed information about the Luma models and their capabilities, please visit [Luma AI](https://lumalabs.ai/).
16
16
 
17
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Luma (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
18
+
17
19
  ## Setup
18
20
 
19
21
  The Luma provider is available in the `@ai-sdk/luma` module. You can install it with:
package/dist/index.js CHANGED
@@ -196,7 +196,7 @@ var lumaErrorSchema = import_v4.z.object({
196
196
  });
197
197
 
198
198
  // src/version.ts
199
- var VERSION = true ? "1.0.24" : "0.0.0-test";
199
+ var VERSION = true ? "1.0.25" : "0.0.0-test";
200
200
 
201
201
  // src/luma-provider.ts
202
202
  var defaultBaseURL = "https://api.lumalabs.ai";
package/dist/index.mjs CHANGED
@@ -183,7 +183,7 @@ var lumaErrorSchema = z.object({
183
183
  });
184
184
 
185
185
  // src/version.ts
186
- var VERSION = true ? "1.0.24" : "0.0.0-test";
186
+ var VERSION = true ? "1.0.25" : "0.0.0-test";
187
187
 
188
188
  // src/luma-provider.ts
189
189
  var defaultBaseURL = "https://api.lumalabs.ai";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/luma",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ai-sdk/provider-utils": "3.0.23",
23
- "@ai-sdk/provider": "2.0.1"
22
+ "@ai-sdk/provider": "2.0.1",
23
+ "@ai-sdk/provider-utils": "3.0.23"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "20.17.24",