@hautechai/sdk 2.35.2 → 2.36.0
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/dist/index.d.mts +310 -154
- package/dist/index.d.ts +310 -154
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13225,6 +13225,8 @@ var GPTV3ImageInputDtoType = {
|
|
|
13225
13225
|
var GPTV3InputModel = {
|
|
13226
13226
|
"gpt-4o": "gpt-4o",
|
|
13227
13227
|
"gpt-5": "gpt-5",
|
|
13228
|
+
"gpt-5-mini": "gpt-5-mini",
|
|
13229
|
+
"gpt-5-nano": "gpt-5-nano",
|
|
13228
13230
|
"seed-16-flash": "seed-1.6-flash",
|
|
13229
13231
|
o3: "o3",
|
|
13230
13232
|
"o3-mini": "o3-mini",
|