@ai-sdk/openai-compatible 3.0.39 → 3.0.40

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,12 @@
1
1
  # @ai-sdk/openai-compatible
2
2
 
3
+ ## 3.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [90192f1]
8
+ - @ai-sdk/provider-utils@5.0.33
9
+
3
10
  ## 3.0.39
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1775,7 +1775,7 @@ import {
1775
1775
  } from "@ai-sdk/provider-utils";
1776
1776
 
1777
1777
  // src/version.ts
1778
- var VERSION = true ? "3.0.39" : "0.0.0-test";
1778
+ var VERSION = true ? "3.0.40" : "0.0.0-test";
1779
1779
 
1780
1780
  // src/openai-compatible-provider.ts
1781
1781
  function createOpenAICompatible(options) {
package/docs/index.mdx CHANGED
@@ -16,6 +16,7 @@ We provide detailed documentation for the following OpenAI compatible providers:
16
16
  - [Heroku](/providers/openai-compatible-providers/heroku)
17
17
  - [Clarifai](/providers/openai-compatible-providers/clarifai)
18
18
  - [NEAR AI Cloud](/providers/openai-compatible-providers/nearai)
19
+ - [Synthorai](/providers/openai-compatible-providers/synthorai)
19
20
 
20
21
  The general setup and provider instance creation is the same for all of these providers.
21
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/openai-compatible",
3
- "version": "3.0.39",
3
+ "version": "3.0.40",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@ai-sdk/provider": "4.0.8",
39
- "@ai-sdk/provider-utils": "5.0.32"
39
+ "@ai-sdk/provider-utils": "5.0.33"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@ai-sdk/test-server": "2.0.1",