@ai-sdk/replicate 3.0.0-beta.10 → 3.0.0-beta.11
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 +6 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The **[Replicate provider](https://ai-sdk.dev/providers/ai-sdk-providers/replicate)** for the [AI SDK](https://ai-sdk.dev/docs) contains image model support for the Replicate API.
|
|
4
4
|
|
|
5
|
+
> **Deploying to Vercel?** With Vercel's AI Gateway you can access Replicate (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).
|
|
6
|
+
|
|
5
7
|
## Setup
|
|
6
8
|
|
|
7
9
|
The Replicate provider is available in the `@ai-sdk/replicate` module. You can install it with
|
package/dist/index.js
CHANGED
|
@@ -457,7 +457,7 @@ var replicateVideoModelOptionsSchema = (0, import_provider_utils3.lazySchema)(
|
|
|
457
457
|
);
|
|
458
458
|
|
|
459
459
|
// src/version.ts
|
|
460
|
-
var VERSION = true ? "3.0.0-beta.
|
|
460
|
+
var VERSION = true ? "3.0.0-beta.11" : "0.0.0-test";
|
|
461
461
|
|
|
462
462
|
// src/replicate-provider.ts
|
|
463
463
|
function createReplicate(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -455,7 +455,7 @@ var replicateVideoModelOptionsSchema = lazySchema2(
|
|
|
455
455
|
);
|
|
456
456
|
|
|
457
457
|
// src/version.ts
|
|
458
|
-
var VERSION = true ? "3.0.0-beta.
|
|
458
|
+
var VERSION = true ? "3.0.0-beta.11" : "0.0.0-test";
|
|
459
459
|
|
|
460
460
|
// src/replicate-provider.ts
|
|
461
461
|
function createReplicate(options = {}) {
|