@ai-sdk/togetherai 2.0.43 → 2.0.45

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,20 @@
1
1
  # @ai-sdk/togetherai
2
2
 
3
+ ## 2.0.45
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+ - Updated dependencies [d42076d]
9
+ - @ai-sdk/openai-compatible@2.0.41
10
+
11
+ ## 2.0.44
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [01c9c16]
16
+ - @ai-sdk/openai-compatible@2.0.40
17
+
3
18
  ## 2.0.43
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[Together.ai provider](https://ai-sdk.dev/providers/ai-sdk-providers/togetherai)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the [Together.ai](https://together.ai) platform.
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Together.ai (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 Together.ai provider is available in the `@ai-sdk/togetherai` module. You can install it with
package/dist/index.js CHANGED
@@ -272,7 +272,7 @@ var togetheraiImageModelOptionsSchema = (0, import_provider_utils4.lazySchema)(
272
272
  );
273
273
 
274
274
  // src/version.ts
275
- var VERSION = true ? "2.0.43" : "0.0.0-test";
275
+ var VERSION = true ? "2.0.45" : "0.0.0-test";
276
276
 
277
277
  // src/togetherai-provider.ts
278
278
  function loadDeprecatedApiKey() {
package/dist/index.mjs CHANGED
@@ -267,7 +267,7 @@ var togetheraiImageModelOptionsSchema = lazySchema3(
267
267
  );
268
268
 
269
269
  // src/version.ts
270
- var VERSION = true ? "2.0.43" : "0.0.0-test";
270
+ var VERSION = true ? "2.0.45" : "0.0.0-test";
271
271
 
272
272
  // src/togetherai-provider.ts
273
273
  function loadDeprecatedApiKey() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/togetherai",
3
- "version": "2.0.43",
3
+ "version": "2.0.45",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "2.0.39",
33
- "@ai-sdk/provider": "3.0.8",
34
- "@ai-sdk/provider-utils": "4.0.23"
32
+ "@ai-sdk/openai-compatible": "2.0.41",
33
+ "@ai-sdk/provider-utils": "4.0.23",
34
+ "@ai-sdk/provider": "3.0.8"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",