@ai-sdk/perplexity 3.0.28 → 3.0.29
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
|
@@ -14,6 +14,8 @@ contains language model support for Perplexity's Sonar API - a powerful answer e
|
|
|
14
14
|
- Data privacy - no training on customer data
|
|
15
15
|
- Self-serve API access with scalable pricing
|
|
16
16
|
|
|
17
|
+
> **Deploying to Vercel?** With Vercel's AI Gateway you can access Perplexity (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 Perplexity provider is available in the `@ai-sdk/perplexity` module. You can install it with:
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED