@sogni-ai/sogni-client 4.2.0-alpha.14 → 4.2.0-alpha.15
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,3 +1,10 @@
|
|
|
1
|
+
# [4.2.0-alpha.15](https://github.com/Sogni-AI/sogni-client/compare/v4.2.0-alpha.14...v4.2.0-alpha.15) (2026-05-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update gpt-image-2 hosted tool guidance ([e346969](https://github.com/Sogni-AI/sogni-client/commit/e346969d8898d5a78ffd026bb0f2839a68366428))
|
|
7
|
+
|
|
1
8
|
# [4.2.0-alpha.14](https://github.com/Sogni-AI/sogni-client/compare/v4.2.0-alpha.13...v4.2.0-alpha.14) (2026-05-04)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"model": {
|
|
30
30
|
"type": "string",
|
|
31
|
-
"description": "Image generation model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 image/model,
|
|
31
|
+
"description": "Image generation model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 image/model, when they explicitly request strong text rendering, or by default for complex single-image renders that need dense labels, crisp typography, multi-panel composition, timing notes, foley notes, or professional storyboard-sheet layout. If the user names another image model, honor that requested model instead.",
|
|
32
32
|
"enum": [
|
|
33
33
|
"gpt-image-2",
|
|
34
34
|
"flux1-schnell-fp8",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"model": {
|
|
103
103
|
"type": "string",
|
|
104
|
-
"description": "Image editing model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 reference-guided image/edit/model. GPT Image 2 always processes input images at high fidelity; do not set input_fidelity.",
|
|
104
|
+
"description": "Image editing model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 reference-guided image/edit/model, or by default for complex reference-guided single-image renders that need dense labels, crisp typography, multi-panel composition, timing notes, foley notes, or professional storyboard-sheet layout. If the user names another edit/image model, honor that requested model instead. GPT Image 2 always processes input images at high fidelity; do not set input_fidelity.",
|
|
105
105
|
"enum": [
|
|
106
106
|
"gpt-image-2",
|
|
107
107
|
"qwen_image_edit_2511_fp8_lightning",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "4.2.0-alpha.
|
|
6
|
+
"version": "4.2.0-alpha.15",
|
|
7
7
|
"description": "Sogni SDK - AI image, video & audio generation plus LLM chat with vision via the Sogni Supernet (Stable Diffusion, Flux, WAN 2.2, LTX-2, Seedance, Qwen VLM)",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"ai",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"model": {
|
|
30
30
|
"type": "string",
|
|
31
|
-
"description": "Image generation model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 image/model,
|
|
31
|
+
"description": "Image generation model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 image/model, when they explicitly request strong text rendering, or by default for complex single-image renders that need dense labels, crisp typography, multi-panel composition, timing notes, foley notes, or professional storyboard-sheet layout. If the user names another image model, honor that requested model instead.",
|
|
32
32
|
"enum": [
|
|
33
33
|
"gpt-image-2",
|
|
34
34
|
"flux1-schnell-fp8",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"model": {
|
|
103
103
|
"type": "string",
|
|
104
|
-
"description": "Image editing model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 reference-guided image/edit/model. GPT Image 2 always processes input images at high fidelity; do not set input_fidelity.",
|
|
104
|
+
"description": "Image editing model to use. Use gpt-image-2 when the user asks for a ChatGPT, OpenAI, GPT, GPT-2, GPT Image, or gpt-image-2 reference-guided image/edit/model, or by default for complex reference-guided single-image renders that need dense labels, crisp typography, multi-panel composition, timing notes, foley notes, or professional storyboard-sheet layout. If the user names another edit/image model, honor that requested model instead. GPT Image 2 always processes input images at high fidelity; do not set input_fidelity.",
|
|
105
105
|
"enum": [
|
|
106
106
|
"gpt-image-2",
|
|
107
107
|
"qwen_image_edit_2511_fp8_lightning",
|