@genkit-ai/compat-oai 1.19.2 → 1.19.3

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  This Genkit plugin allows to use OpenAI models through their official APIs.
7
7
 
8
+ Official OpenAI-compatible provider documentation:
9
+
10
+ - [OpenAI](https://genkit.dev/docs/integrations/openai/)
11
+ - [xAI (Grok)](https://genkit.dev/docs/integrations/xai/)
12
+ - [DeepSeek](https://genkit.dev/docs/integrations/deepseek/)
13
+ - [Other compatible APIs](https://genkit.dev/docs/integrations/openai-compatible/)
14
+
8
15
  ## Supported models
9
16
 
10
17
  This plugin also supports OpenAI models, and custom models from other model providers.
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "genai",
12
12
  "generative-ai"
13
13
  ],
14
- "version": "1.19.2",
14
+ "version": "1.19.3",
15
15
  "type": "commonjs",
16
16
  "repository": {
17
17
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "openai": "^4.95.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "genkit": "^1.19.2"
27
+ "genkit": "^1.19.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@jest/globals": "^29.7.0",