@llmgateway/ai-sdk-provider 2.0.0 → 2.0.1
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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,11 @@ Forked from https://github.com/OpenRouterTeam/ai-sdk-provider
|
|
|
4
4
|
|
|
5
5
|
The [LLMGateway](https://llmgateway.io/) provider for the [Vercel AI SDK](https://sdk.vercel.ai/docs) gives access to over 300 large language model on the LLMGateway chat and completion APIs.
|
|
6
6
|
|
|
7
|
+
# AI SDK v4 & v5 support
|
|
8
|
+
|
|
9
|
+
- For AI SDK v4 or lower, use `@llmgateway/ai-sdk-provider@1.x.x`.
|
|
10
|
+
- For AI SDK v5, use `@llmgateway/ai-sdk-provider@2.x.x`.
|
|
11
|
+
|
|
7
12
|
## Setup
|
|
8
13
|
|
|
9
14
|
```bash
|