@ai-sdk/azure 4.0.0 → 4.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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/docs/04-azure.mdx +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
package/docs/04-azure.mdx
CHANGED
|
@@ -510,7 +510,7 @@ import { generateText } from 'ai';
|
|
|
510
510
|
|
|
511
511
|
const azure = createAzure({
|
|
512
512
|
headers: {
|
|
513
|
-
'x-ms-oai-image-generation-deployment': 'gpt-image-
|
|
513
|
+
'x-ms-oai-image-generation-deployment': 'gpt-image-2', // use your own image model deployment
|
|
514
514
|
},
|
|
515
515
|
});
|
|
516
516
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/azure",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ai-sdk/deepseek": "3.0.0",
|
|
33
|
-
"@ai-sdk/openai": "4.0.
|
|
33
|
+
"@ai-sdk/openai": "4.0.1",
|
|
34
34
|
"@ai-sdk/provider": "4.0.0",
|
|
35
35
|
"@ai-sdk/provider-utils": "5.0.0"
|
|
36
36
|
},
|