@ai-sdk/prodia 1.0.26 → 1.0.27
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 **[Prodia provider](https://ai-sdk.dev/providers/ai-sdk-providers/prodia)** for the [AI SDK](https://ai-sdk.dev/docs) adds image model support for the [Prodia API](https://docs.prodia.com/).
|
|
4
4
|
|
|
5
|
+
> **Deploying to Vercel?** With Vercel's AI Gateway you can access Prodia (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 Prodia provider is available in the `@ai-sdk/prodia` module. You can install it with
|
package/dist/index.js
CHANGED
|
@@ -900,7 +900,7 @@ function getExtension(mediaType) {
|
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
// src/version.ts
|
|
903
|
-
var VERSION = true ? "1.0.
|
|
903
|
+
var VERSION = true ? "1.0.27" : "0.0.0-test";
|
|
904
904
|
|
|
905
905
|
// src/prodia-provider.ts
|
|
906
906
|
var defaultBaseURL = "https://inference.prodia.com/v2";
|
package/dist/index.mjs
CHANGED
|
@@ -906,7 +906,7 @@ function getExtension(mediaType) {
|
|
|
906
906
|
}
|
|
907
907
|
|
|
908
908
|
// src/version.ts
|
|
909
|
-
var VERSION = true ? "1.0.
|
|
909
|
+
var VERSION = true ? "1.0.27" : "0.0.0-test";
|
|
910
910
|
|
|
911
911
|
// src/prodia-provider.ts
|
|
912
912
|
var defaultBaseURL = "https://inference.prodia.com/v2";
|