@aigne/aigne-hub 0.10.16-beta.3 → 0.10.16-beta.31

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,629 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.16-beta.31](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.30...aigne-hub-v0.10.16-beta.31) (2026-01-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * add dynamic model options resolution with getter pattern ([#708](https://github.com/AIGNE-io/aigne-framework/issues/708)) ([5ed5085](https://github.com/AIGNE-io/aigne-framework/commit/5ed5085203763c70194853c56edc13acf56d81c6))
9
+ * add models method to get available models for aigne hub model ([#532](https://github.com/AIGNE-io/aigne-framework/issues/532)) ([3248646](https://github.com/AIGNE-io/aigne-framework/commit/3248646d248aef5419273adc556bb1f13a7b2a02))
10
+ * add reasoningEffort option for chat model ([#680](https://github.com/AIGNE-io/aigne-framework/issues/680)) ([f69d232](https://github.com/AIGNE-io/aigne-framework/commit/f69d232d714d4a3e4946bdc8c6598747c9bcbd57))
11
+ * **core:** add nested getter pattern support for model options ([#796](https://github.com/AIGNE-io/aigne-framework/issues/796)) ([824b2fe](https://github.com/AIGNE-io/aigne-framework/commit/824b2fe55cb2a24620e2bb73b470532918fa2996))
12
+ * improve image model architecture and file handling ([#527](https://github.com/AIGNE-io/aigne-framework/issues/527)) ([4db50aa](https://github.com/AIGNE-io/aigne-framework/commit/4db50aa0387a1a0f045ca11aaa61613e36ca7597))
13
+ * **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
14
+ * support custom prefer input file type ([#469](https://github.com/AIGNE-io/aigne-framework/issues/469)) ([db0161b](https://github.com/AIGNE-io/aigne-framework/commit/db0161bbac52542c771ee2f40f361636b0668075))
15
+ * support define agent by third library & orchestrator agent refactor ([#799](https://github.com/AIGNE-io/aigne-framework/issues/799)) ([7264b11](https://github.com/AIGNE-io/aigne-framework/commit/7264b11ab6eed787e928367f09aa08d254968d40))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * add configurable timeout for fetch requests and set 3min timeout for hub video model ([4eb7f3d](https://github.com/AIGNE-io/aigne-framework/commit/4eb7f3df590992742706197bcb48b4db35ccc948))
21
+ * add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
22
+ * add model for image mode input params ([#450](https://github.com/AIGNE-io/aigne-framework/issues/450)) ([3500a5a](https://github.com/AIGNE-io/aigne-framework/commit/3500a5ae5d420c7e735f2fa57729a9fe524320e8))
23
+ * add prefer input file type option for image model ([#536](https://github.com/AIGNE-io/aigne-framework/issues/536)) ([3cba8a5](https://github.com/AIGNE-io/aigne-framework/commit/3cba8a5562233a1567b49b6dd5c446c0760f5c4c))
24
+ * **blocklet:** tune observability detail list ux ([#618](https://github.com/AIGNE-io/aigne-framework/issues/618)) ([3ad83b6](https://github.com/AIGNE-io/aigne-framework/commit/3ad83b6be347831125806be7bee19294aa85ed58))
25
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
26
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
27
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
28
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
29
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
30
+ * **cli:** optimize app startup by restructuring CLI application loading ([#698](https://github.com/AIGNE-io/aigne-framework/issues/698)) ([20c5059](https://github.com/AIGNE-io/aigne-framework/commit/20c50591bbd9a958b29409eca3ede5e341db2b7d))
31
+ * **core:** add creditPrefix field to usage tracking ([#837](https://github.com/AIGNE-io/aigne-framework/issues/837)) ([9ef25e0](https://github.com/AIGNE-io/aigne-framework/commit/9ef25e0687b4e7b4ba39a27a35805f377f0979eb))
32
+ * **core:** added support for URL file type handling, expanding the range of supported file formats ([#671](https://github.com/AIGNE-io/aigne-framework/issues/671)) ([fea4519](https://github.com/AIGNE-io/aigne-framework/commit/fea45197e87cf7b19499c48b41626062824d1355))
33
+ * **core:** default enable auto breakpoints for chat model ([d4a6b83](https://github.com/AIGNE-io/aigne-framework/commit/d4a6b8323d6c83be45669885b32febb545bdf797))
34
+ * **docs:** update video mode docs ([#695](https://github.com/AIGNE-io/aigne-framework/issues/695)) ([d691001](https://github.com/AIGNE-io/aigne-framework/commit/d69100169457c16c14f2f3e2f7fcd6b2a99330f3))
35
+ * improve model name parsing to handle complex model identifiers ([#654](https://github.com/AIGNE-io/aigne-framework/issues/654)) ([4b7faea](https://github.com/AIGNE-io/aigne-framework/commit/4b7faea97f33db34a51c49dde3d6c1cf2679f0cd))
36
+ * improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
37
+ * **model:** normalize model names to support flexible provider/model format ([#712](https://github.com/AIGNE-io/aigne-framework/issues/712)) ([9f23755](https://github.com/AIGNE-io/aigne-framework/commit/9f23755406e1890e4523c778e71fd3d04c9f3e57))
38
+ * **models:** add image parameters support for video generation ([#684](https://github.com/AIGNE-io/aigne-framework/issues/684)) ([b048b7f](https://github.com/AIGNE-io/aigne-framework/commit/b048b7f92bd7a532dbdbeb6fb5fa5499bae6b953))
39
+ * **models:** add mineType for transform file ([#667](https://github.com/AIGNE-io/aigne-framework/issues/667)) ([155a173](https://github.com/AIGNE-io/aigne-framework/commit/155a173e75aff1dbe870a1305455a4300942e07a))
40
+ * **models:** add provider inference for model params ([#759](https://github.com/AIGNE-io/aigne-framework/issues/759)) ([0b050ae](https://github.com/AIGNE-io/aigne-framework/commit/0b050ae5132c7fbdd80091a81b7e0d00b21a0da5))
41
+ * **models:** aigne hub video params ([#665](https://github.com/AIGNE-io/aigne-framework/issues/665)) ([d00f836](https://github.com/AIGNE-io/aigne-framework/commit/d00f8368422d8e3707b974e1aff06714731ebb28))
42
+ * **models:** apply dynamic model options resolution and use url output type ([#710](https://github.com/AIGNE-io/aigne-framework/issues/710)) ([1026034](https://github.com/AIGNE-io/aigne-framework/commit/102603402d8fa3ccd52e06f378a73f66ab7464ed))
43
+ * **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
44
+ * **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
45
+ * **models:** correct aigne-hub model list schema ([#886](https://github.com/AIGNE-io/aigne-framework/issues/886)) ([b626c7a](https://github.com/AIGNE-io/aigne-framework/commit/b626c7ae99aa948dd310df93dd55139b06157d77))
46
+ * **models:** enhance gemini model tool use with status fields ([#634](https://github.com/AIGNE-io/aigne-framework/issues/634)) ([067b175](https://github.com/AIGNE-io/aigne-framework/commit/067b175c8e31bb5b1a6d0fc5a5cfb2d070d8d709))
47
+ * **observability:** add image/video model cost calculation and improve trace detail UX ([#683](https://github.com/AIGNE-io/aigne-framework/issues/683)) ([07964e4](https://github.com/AIGNE-io/aigne-framework/commit/07964e47d84636b49a291bfe5c1cc1c4dd31f722))
48
+ * should not return local path from aigne hub service ([#460](https://github.com/AIGNE-io/aigne-framework/issues/460)) ([c959717](https://github.com/AIGNE-io/aigne-framework/commit/c95971774f7e84dbeb3313f60b3e6464e2bb22e4))
49
+ * standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
50
+ * standardize URL parameter naming from url to baseURL ([#593](https://github.com/AIGNE-io/aigne-framework/issues/593)) ([47efd4a](https://github.com/AIGNE-io/aigne-framework/commit/47efd4aad7130356a0c0bdf905acd8bc50453d26))
51
+ * **transport:** improve HTTP client option handling and error serialization ([#445](https://github.com/AIGNE-io/aigne-framework/issues/445)) ([d3bcdd2](https://github.com/AIGNE-io/aigne-framework/commit/d3bcdd23ab8011a7d40fc157fd61eb240494c7a5))
52
+ * update aigne hub params ([#607](https://github.com/AIGNE-io/aigne-framework/issues/607)) ([9ea9e0b](https://github.com/AIGNE-io/aigne-framework/commit/9ea9e0bce7119abe496a463ecb779b120d48f4bc))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @aigne/anthropic bumped to 0.14.16-beta.27
60
+ * @aigne/bedrock bumped to 0.10.21-beta.25
61
+ * @aigne/core bumped to 1.72.0-beta.25
62
+ * @aigne/deepseek bumped to 0.7.62-beta.25
63
+ * @aigne/doubao bumped to 1.3.0-beta.24
64
+ * @aigne/gemini bumped to 0.14.16-beta.26
65
+ * @aigne/ideogram bumped to 0.4.16-beta.25
66
+ * @aigne/ollama bumped to 0.7.62-beta.25
67
+ * @aigne/open-router bumped to 0.7.62-beta.25
68
+ * @aigne/openai bumped to 0.16.16-beta.25
69
+ * @aigne/poe bumped to 1.1.6-beta.25
70
+ * @aigne/transport bumped to 0.15.25-beta.27
71
+ * @aigne/xai bumped to 0.7.62-beta.25
72
+ * devDependencies
73
+ * @aigne/test-utils bumped to 0.5.69-beta.25
74
+
75
+ ## [0.10.16-beta.30](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.29...aigne-hub-v0.10.16-beta.30) (2026-01-16)
76
+
77
+
78
+ ### Dependencies
79
+
80
+ * The following workspace dependencies were updated
81
+ * dependencies
82
+ * @aigne/anthropic bumped to 0.14.16-beta.26
83
+ * @aigne/bedrock bumped to 0.10.21-beta.24
84
+ * @aigne/core bumped to 1.72.0-beta.24
85
+ * @aigne/deepseek bumped to 0.7.62-beta.24
86
+ * @aigne/doubao bumped to 1.3.0-beta.23
87
+ * @aigne/gemini bumped to 0.14.16-beta.25
88
+ * @aigne/ideogram bumped to 0.4.16-beta.24
89
+ * @aigne/ollama bumped to 0.7.62-beta.24
90
+ * @aigne/open-router bumped to 0.7.62-beta.24
91
+ * @aigne/openai bumped to 0.16.16-beta.24
92
+ * @aigne/poe bumped to 1.1.6-beta.24
93
+ * @aigne/transport bumped to 0.15.25-beta.26
94
+ * @aigne/xai bumped to 0.7.62-beta.24
95
+ * devDependencies
96
+ * @aigne/test-utils bumped to 0.5.69-beta.24
97
+
98
+ ## [0.10.16-beta.29](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.28...aigne-hub-v0.10.16-beta.29) (2026-01-15)
99
+
100
+
101
+ ### Dependencies
102
+
103
+ * The following workspace dependencies were updated
104
+ * dependencies
105
+ * @aigne/anthropic bumped to 0.14.16-beta.25
106
+ * @aigne/bedrock bumped to 0.10.21-beta.23
107
+ * @aigne/core bumped to 1.72.0-beta.23
108
+ * @aigne/deepseek bumped to 0.7.62-beta.23
109
+ * @aigne/doubao bumped to 1.3.0-beta.22
110
+ * @aigne/gemini bumped to 0.14.16-beta.24
111
+ * @aigne/ideogram bumped to 0.4.16-beta.23
112
+ * @aigne/ollama bumped to 0.7.62-beta.23
113
+ * @aigne/open-router bumped to 0.7.62-beta.23
114
+ * @aigne/openai bumped to 0.16.16-beta.23
115
+ * @aigne/poe bumped to 1.1.6-beta.23
116
+ * @aigne/transport bumped to 0.15.25-beta.25
117
+ * @aigne/xai bumped to 0.7.62-beta.23
118
+ * devDependencies
119
+ * @aigne/test-utils bumped to 0.5.69-beta.23
120
+
121
+ ## [0.10.16-beta.28](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.27...aigne-hub-v0.10.16-beta.28) (2026-01-15)
122
+
123
+
124
+ ### Dependencies
125
+
126
+ * The following workspace dependencies were updated
127
+ * dependencies
128
+ * @aigne/anthropic bumped to 0.14.16-beta.24
129
+ * @aigne/bedrock bumped to 0.10.21-beta.22
130
+ * @aigne/core bumped to 1.72.0-beta.22
131
+ * @aigne/deepseek bumped to 0.7.62-beta.22
132
+ * @aigne/doubao bumped to 1.3.0-beta.21
133
+ * @aigne/gemini bumped to 0.14.16-beta.23
134
+ * @aigne/ideogram bumped to 0.4.16-beta.22
135
+ * @aigne/ollama bumped to 0.7.62-beta.22
136
+ * @aigne/open-router bumped to 0.7.62-beta.22
137
+ * @aigne/openai bumped to 0.16.16-beta.22
138
+ * @aigne/poe bumped to 1.1.6-beta.22
139
+ * @aigne/transport bumped to 0.15.25-beta.24
140
+ * @aigne/xai bumped to 0.7.62-beta.22
141
+ * devDependencies
142
+ * @aigne/test-utils bumped to 0.5.69-beta.22
143
+
144
+ ## [0.10.16-beta.27](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.26...aigne-hub-v0.10.16-beta.27) (2026-01-15)
145
+
146
+
147
+ ### Dependencies
148
+
149
+ * The following workspace dependencies were updated
150
+ * dependencies
151
+ * @aigne/anthropic bumped to 0.14.16-beta.23
152
+ * @aigne/bedrock bumped to 0.10.21-beta.21
153
+ * @aigne/core bumped to 1.72.0-beta.21
154
+ * @aigne/deepseek bumped to 0.7.62-beta.21
155
+ * @aigne/doubao bumped to 1.3.0-beta.20
156
+ * @aigne/gemini bumped to 0.14.16-beta.22
157
+ * @aigne/ideogram bumped to 0.4.16-beta.21
158
+ * @aigne/ollama bumped to 0.7.62-beta.21
159
+ * @aigne/open-router bumped to 0.7.62-beta.21
160
+ * @aigne/openai bumped to 0.16.16-beta.21
161
+ * @aigne/poe bumped to 1.1.6-beta.21
162
+ * @aigne/transport bumped to 0.15.25-beta.23
163
+ * @aigne/xai bumped to 0.7.62-beta.21
164
+ * devDependencies
165
+ * @aigne/test-utils bumped to 0.5.69-beta.21
166
+
167
+ ## [0.10.16-beta.26](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.25...aigne-hub-v0.10.16-beta.26) (2026-01-15)
168
+
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * dependencies
174
+ * @aigne/anthropic bumped to 0.14.16-beta.22
175
+ * @aigne/bedrock bumped to 0.10.21-beta.20
176
+ * @aigne/core bumped to 1.72.0-beta.20
177
+ * @aigne/deepseek bumped to 0.7.62-beta.20
178
+ * @aigne/doubao bumped to 1.3.0-beta.19
179
+ * @aigne/gemini bumped to 0.14.16-beta.21
180
+ * @aigne/ideogram bumped to 0.4.16-beta.20
181
+ * @aigne/ollama bumped to 0.7.62-beta.20
182
+ * @aigne/open-router bumped to 0.7.62-beta.20
183
+ * @aigne/openai bumped to 0.16.16-beta.20
184
+ * @aigne/poe bumped to 1.1.6-beta.20
185
+ * @aigne/transport bumped to 0.15.25-beta.22
186
+ * @aigne/xai bumped to 0.7.62-beta.20
187
+ * devDependencies
188
+ * @aigne/test-utils bumped to 0.5.69-beta.20
189
+
190
+ ## [0.10.16-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.24...aigne-hub-v0.10.16-beta.25) (2026-01-14)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * dependencies
202
+ * @aigne/anthropic bumped to 0.14.16-beta.21
203
+ * @aigne/bedrock bumped to 0.10.21-beta.19
204
+ * @aigne/core bumped to 1.72.0-beta.19
205
+ * @aigne/deepseek bumped to 0.7.62-beta.19
206
+ * @aigne/doubao bumped to 1.3.0-beta.18
207
+ * @aigne/gemini bumped to 0.14.16-beta.20
208
+ * @aigne/ideogram bumped to 0.4.16-beta.19
209
+ * @aigne/ollama bumped to 0.7.62-beta.19
210
+ * @aigne/open-router bumped to 0.7.62-beta.19
211
+ * @aigne/openai bumped to 0.16.16-beta.19
212
+ * @aigne/platform-helpers bumped to 0.6.7-beta.2
213
+ * @aigne/poe bumped to 1.1.6-beta.19
214
+ * @aigne/transport bumped to 0.15.25-beta.21
215
+ * @aigne/xai bumped to 0.7.62-beta.19
216
+ * devDependencies
217
+ * @aigne/test-utils bumped to 0.5.69-beta.19
218
+
219
+ ## [0.10.16-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.23...aigne-hub-v0.10.16-beta.24) (2026-01-13)
220
+
221
+
222
+ ### Dependencies
223
+
224
+ * The following workspace dependencies were updated
225
+ * dependencies
226
+ * @aigne/anthropic bumped to 0.14.16-beta.20
227
+
228
+ ## [0.10.16-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.22...aigne-hub-v0.10.16-beta.23) (2026-01-13)
229
+
230
+
231
+ ### Dependencies
232
+
233
+ * The following workspace dependencies were updated
234
+ * dependencies
235
+ * @aigne/anthropic bumped to 0.14.16-beta.19
236
+ * @aigne/bedrock bumped to 0.10.21-beta.18
237
+ * @aigne/core bumped to 1.72.0-beta.18
238
+ * @aigne/deepseek bumped to 0.7.62-beta.18
239
+ * @aigne/doubao bumped to 1.3.0-beta.17
240
+ * @aigne/gemini bumped to 0.14.16-beta.19
241
+ * @aigne/ideogram bumped to 0.4.16-beta.18
242
+ * @aigne/ollama bumped to 0.7.62-beta.18
243
+ * @aigne/open-router bumped to 0.7.62-beta.18
244
+ * @aigne/openai bumped to 0.16.16-beta.18
245
+ * @aigne/poe bumped to 1.1.6-beta.18
246
+ * @aigne/transport bumped to 0.15.25-beta.20
247
+ * @aigne/xai bumped to 0.7.62-beta.18
248
+ * devDependencies
249
+ * @aigne/test-utils bumped to 0.5.69-beta.18
250
+
251
+ ## [0.10.16-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.21...aigne-hub-v0.10.16-beta.22) (2026-01-12)
252
+
253
+
254
+ ### Dependencies
255
+
256
+ * The following workspace dependencies were updated
257
+ * dependencies
258
+ * @aigne/anthropic bumped to 0.14.16-beta.18
259
+ * @aigne/bedrock bumped to 0.10.21-beta.17
260
+ * @aigne/core bumped to 1.72.0-beta.17
261
+ * @aigne/deepseek bumped to 0.7.62-beta.17
262
+ * @aigne/doubao bumped to 1.3.0-beta.16
263
+ * @aigne/gemini bumped to 0.14.16-beta.18
264
+ * @aigne/ideogram bumped to 0.4.16-beta.17
265
+ * @aigne/ollama bumped to 0.7.62-beta.17
266
+ * @aigne/open-router bumped to 0.7.62-beta.17
267
+ * @aigne/openai bumped to 0.16.16-beta.17
268
+ * @aigne/poe bumped to 1.1.6-beta.17
269
+ * @aigne/transport bumped to 0.15.25-beta.19
270
+ * @aigne/xai bumped to 0.7.62-beta.17
271
+ * devDependencies
272
+ * @aigne/test-utils bumped to 0.5.69-beta.17
273
+
274
+ ## [0.10.16-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.20...aigne-hub-v0.10.16-beta.21) (2026-01-12)
275
+
276
+
277
+ ### Dependencies
278
+
279
+ * The following workspace dependencies were updated
280
+ * dependencies
281
+ * @aigne/anthropic bumped to 0.14.16-beta.17
282
+ * @aigne/bedrock bumped to 0.10.21-beta.16
283
+ * @aigne/core bumped to 1.72.0-beta.16
284
+ * @aigne/deepseek bumped to 0.7.62-beta.16
285
+ * @aigne/doubao bumped to 1.3.0-beta.15
286
+ * @aigne/gemini bumped to 0.14.16-beta.17
287
+ * @aigne/ideogram bumped to 0.4.16-beta.16
288
+ * @aigne/ollama bumped to 0.7.62-beta.16
289
+ * @aigne/open-router bumped to 0.7.62-beta.16
290
+ * @aigne/openai bumped to 0.16.16-beta.16
291
+ * @aigne/poe bumped to 1.1.6-beta.16
292
+ * @aigne/transport bumped to 0.15.25-beta.18
293
+ * @aigne/xai bumped to 0.7.62-beta.16
294
+ * devDependencies
295
+ * @aigne/test-utils bumped to 0.5.69-beta.16
296
+
297
+ ## [0.10.16-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.19...aigne-hub-v0.10.16-beta.20) (2026-01-10)
298
+
299
+
300
+ ### Dependencies
301
+
302
+ * The following workspace dependencies were updated
303
+ * dependencies
304
+ * @aigne/anthropic bumped to 0.14.16-beta.16
305
+ * @aigne/bedrock bumped to 0.10.21-beta.15
306
+ * @aigne/core bumped to 1.72.0-beta.15
307
+ * @aigne/deepseek bumped to 0.7.62-beta.15
308
+ * @aigne/doubao bumped to 1.3.0-beta.14
309
+ * @aigne/gemini bumped to 0.14.16-beta.16
310
+ * @aigne/ideogram bumped to 0.4.16-beta.15
311
+ * @aigne/ollama bumped to 0.7.62-beta.15
312
+ * @aigne/open-router bumped to 0.7.62-beta.15
313
+ * @aigne/openai bumped to 0.16.16-beta.15
314
+ * @aigne/poe bumped to 1.1.6-beta.15
315
+ * @aigne/transport bumped to 0.15.25-beta.17
316
+ * @aigne/xai bumped to 0.7.62-beta.15
317
+ * devDependencies
318
+ * @aigne/test-utils bumped to 0.5.69-beta.15
319
+
320
+ ## [0.10.16-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.18...aigne-hub-v0.10.16-beta.19) (2026-01-09)
321
+
322
+
323
+ ### Bug Fixes
324
+
325
+ * **core:** default enable auto breakpoints for chat model ([d4a6b83](https://github.com/AIGNE-io/aigne-framework/commit/d4a6b8323d6c83be45669885b32febb545bdf797))
326
+
327
+
328
+ ### Dependencies
329
+
330
+ * The following workspace dependencies were updated
331
+ * dependencies
332
+ * @aigne/anthropic bumped to 0.14.16-beta.15
333
+ * @aigne/bedrock bumped to 0.10.21-beta.14
334
+ * @aigne/core bumped to 1.72.0-beta.14
335
+ * @aigne/deepseek bumped to 0.7.62-beta.14
336
+ * @aigne/doubao bumped to 1.3.0-beta.13
337
+ * @aigne/gemini bumped to 0.14.16-beta.15
338
+ * @aigne/ideogram bumped to 0.4.16-beta.14
339
+ * @aigne/ollama bumped to 0.7.62-beta.14
340
+ * @aigne/open-router bumped to 0.7.62-beta.14
341
+ * @aigne/openai bumped to 0.16.16-beta.14
342
+ * @aigne/poe bumped to 1.1.6-beta.14
343
+ * @aigne/transport bumped to 0.15.25-beta.16
344
+ * @aigne/xai bumped to 0.7.62-beta.14
345
+ * devDependencies
346
+ * @aigne/test-utils bumped to 0.5.69-beta.14
347
+
348
+ ## [0.10.16-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.17...aigne-hub-v0.10.16-beta.18) (2026-01-08)
349
+
350
+
351
+ ### Bug Fixes
352
+
353
+ * **models:** correct aigne-hub model list schema ([#886](https://github.com/AIGNE-io/aigne-framework/issues/886)) ([b626c7a](https://github.com/AIGNE-io/aigne-framework/commit/b626c7ae99aa948dd310df93dd55139b06157d77))
354
+
355
+ ## [0.10.16-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.16...aigne-hub-v0.10.16-beta.17) (2026-01-08)
356
+
357
+
358
+ ### Bug Fixes
359
+
360
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
361
+
362
+
363
+ ### Dependencies
364
+
365
+ * The following workspace dependencies were updated
366
+ * dependencies
367
+ * @aigne/anthropic bumped to 0.14.16-beta.14
368
+ * @aigne/bedrock bumped to 0.10.21-beta.13
369
+ * @aigne/core bumped to 1.72.0-beta.13
370
+ * @aigne/deepseek bumped to 0.7.62-beta.13
371
+ * @aigne/doubao bumped to 1.3.0-beta.12
372
+ * @aigne/gemini bumped to 0.14.16-beta.14
373
+ * @aigne/ideogram bumped to 0.4.16-beta.13
374
+ * @aigne/ollama bumped to 0.7.62-beta.13
375
+ * @aigne/open-router bumped to 0.7.62-beta.13
376
+ * @aigne/openai bumped to 0.16.16-beta.13
377
+ * @aigne/platform-helpers bumped to 0.6.7-beta.1
378
+ * @aigne/poe bumped to 1.1.6-beta.13
379
+ * @aigne/transport bumped to 0.15.25-beta.15
380
+ * @aigne/xai bumped to 0.7.62-beta.13
381
+ * devDependencies
382
+ * @aigne/test-utils bumped to 0.5.69-beta.13
383
+
384
+ ## [0.10.16-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.15...aigne-hub-v0.10.16-beta.16) (2026-01-07)
385
+
386
+
387
+ ### Dependencies
388
+
389
+ * The following workspace dependencies were updated
390
+ * dependencies
391
+ * @aigne/anthropic bumped to 0.14.16-beta.13
392
+ * @aigne/bedrock bumped to 0.10.21-beta.12
393
+ * @aigne/core bumped to 1.72.0-beta.12
394
+ * @aigne/deepseek bumped to 0.7.62-beta.12
395
+ * @aigne/doubao bumped to 1.3.0-beta.11
396
+ * @aigne/gemini bumped to 0.14.16-beta.13
397
+ * @aigne/ideogram bumped to 0.4.16-beta.12
398
+ * @aigne/ollama bumped to 0.7.62-beta.12
399
+ * @aigne/open-router bumped to 0.7.62-beta.12
400
+ * @aigne/openai bumped to 0.16.16-beta.12
401
+ * @aigne/poe bumped to 1.1.6-beta.12
402
+ * @aigne/transport bumped to 0.15.25-beta.14
403
+ * @aigne/xai bumped to 0.7.62-beta.12
404
+ * devDependencies
405
+ * @aigne/test-utils bumped to 0.5.69-beta.12
406
+
407
+ ## [0.10.16-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.14...aigne-hub-v0.10.16-beta.15) (2026-01-06)
408
+
409
+
410
+ ### Dependencies
411
+
412
+ * The following workspace dependencies were updated
413
+ * dependencies
414
+ * @aigne/anthropic bumped to 0.14.16-beta.12
415
+ * @aigne/bedrock bumped to 0.10.21-beta.11
416
+ * @aigne/core bumped to 1.72.0-beta.11
417
+ * @aigne/deepseek bumped to 0.7.62-beta.11
418
+ * @aigne/doubao bumped to 1.3.0-beta.10
419
+ * @aigne/gemini bumped to 0.14.16-beta.12
420
+ * @aigne/ideogram bumped to 0.4.16-beta.11
421
+ * @aigne/ollama bumped to 0.7.62-beta.11
422
+ * @aigne/open-router bumped to 0.7.62-beta.11
423
+ * @aigne/openai bumped to 0.16.16-beta.11
424
+ * @aigne/poe bumped to 1.1.6-beta.11
425
+ * @aigne/transport bumped to 0.15.25-beta.13
426
+ * @aigne/xai bumped to 0.7.62-beta.11
427
+ * devDependencies
428
+ * @aigne/test-utils bumped to 0.5.69-beta.11
429
+
430
+ ## [0.10.16-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.13...aigne-hub-v0.10.16-beta.14) (2026-01-06)
431
+
432
+
433
+ ### Dependencies
434
+
435
+ * The following workspace dependencies were updated
436
+ * dependencies
437
+ * @aigne/anthropic bumped to 0.14.16-beta.11
438
+ * @aigne/bedrock bumped to 0.10.21-beta.10
439
+ * @aigne/core bumped to 1.72.0-beta.10
440
+ * @aigne/deepseek bumped to 0.7.62-beta.10
441
+ * @aigne/doubao bumped to 1.3.0-beta.9
442
+ * @aigne/gemini bumped to 0.14.16-beta.11
443
+ * @aigne/ideogram bumped to 0.4.16-beta.10
444
+ * @aigne/ollama bumped to 0.7.62-beta.10
445
+ * @aigne/open-router bumped to 0.7.62-beta.10
446
+ * @aigne/openai bumped to 0.16.16-beta.10
447
+ * @aigne/poe bumped to 1.1.6-beta.10
448
+ * @aigne/transport bumped to 0.15.25-beta.12
449
+ * @aigne/xai bumped to 0.7.62-beta.10
450
+ * devDependencies
451
+ * @aigne/test-utils bumped to 0.5.69-beta.10
452
+
453
+ ## [0.10.16-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.12...aigne-hub-v0.10.16-beta.13) (2026-01-02)
454
+
455
+
456
+ ### Dependencies
457
+
458
+ * The following workspace dependencies were updated
459
+ * dependencies
460
+ * @aigne/anthropic bumped to 0.14.16-beta.10
461
+ * @aigne/bedrock bumped to 0.10.21-beta.9
462
+ * @aigne/core bumped to 1.72.0-beta.9
463
+ * @aigne/deepseek bumped to 0.7.62-beta.9
464
+ * @aigne/doubao bumped to 1.3.0-beta.8
465
+ * @aigne/gemini bumped to 0.14.16-beta.10
466
+ * @aigne/ideogram bumped to 0.4.16-beta.9
467
+ * @aigne/ollama bumped to 0.7.62-beta.9
468
+ * @aigne/open-router bumped to 0.7.62-beta.9
469
+ * @aigne/openai bumped to 0.16.16-beta.9
470
+ * @aigne/poe bumped to 1.1.6-beta.9
471
+ * @aigne/transport bumped to 0.15.25-beta.11
472
+ * @aigne/xai bumped to 0.7.62-beta.9
473
+ * devDependencies
474
+ * @aigne/test-utils bumped to 0.5.69-beta.9
475
+
476
+ ## [0.10.16-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.11...aigne-hub-v0.10.16-beta.12) (2025-12-31)
477
+
478
+
479
+ ### Dependencies
480
+
481
+ * The following workspace dependencies were updated
482
+ * dependencies
483
+ * @aigne/anthropic bumped to 0.14.16-beta.9
484
+ * @aigne/bedrock bumped to 0.10.21-beta.8
485
+ * @aigne/core bumped to 1.72.0-beta.8
486
+ * @aigne/deepseek bumped to 0.7.62-beta.8
487
+ * @aigne/doubao bumped to 1.3.0-beta.7
488
+ * @aigne/gemini bumped to 0.14.16-beta.9
489
+ * @aigne/ideogram bumped to 0.4.16-beta.8
490
+ * @aigne/ollama bumped to 0.7.62-beta.8
491
+ * @aigne/open-router bumped to 0.7.62-beta.8
492
+ * @aigne/openai bumped to 0.16.16-beta.8
493
+ * @aigne/poe bumped to 1.1.6-beta.8
494
+ * @aigne/transport bumped to 0.15.25-beta.10
495
+ * @aigne/xai bumped to 0.7.62-beta.8
496
+ * devDependencies
497
+ * @aigne/test-utils bumped to 0.5.69-beta.8
498
+
499
+ ## [0.10.16-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.10...aigne-hub-v0.10.16-beta.11) (2025-12-26)
500
+
501
+
502
+ ### Dependencies
503
+
504
+ * The following workspace dependencies were updated
505
+ * dependencies
506
+ * @aigne/transport bumped to 0.15.25-beta.9
507
+
508
+ ## [0.10.16-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.9...aigne-hub-v0.10.16-beta.10) (2025-12-26)
509
+
510
+
511
+ ### Dependencies
512
+
513
+ * The following workspace dependencies were updated
514
+ * dependencies
515
+ * @aigne/anthropic bumped to 0.14.16-beta.8
516
+ * @aigne/bedrock bumped to 0.10.21-beta.7
517
+ * @aigne/core bumped to 1.72.0-beta.7
518
+ * @aigne/deepseek bumped to 0.7.62-beta.7
519
+ * @aigne/doubao bumped to 1.3.0-beta.6
520
+ * @aigne/gemini bumped to 0.14.16-beta.8
521
+ * @aigne/ideogram bumped to 0.4.16-beta.7
522
+ * @aigne/ollama bumped to 0.7.62-beta.7
523
+ * @aigne/open-router bumped to 0.7.62-beta.7
524
+ * @aigne/openai bumped to 0.16.16-beta.7
525
+ * @aigne/poe bumped to 1.1.6-beta.7
526
+ * @aigne/transport bumped to 0.15.25-beta.8
527
+ * @aigne/xai bumped to 0.7.62-beta.7
528
+ * devDependencies
529
+ * @aigne/test-utils bumped to 0.5.69-beta.7
530
+
531
+ ## [0.10.16-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.8...aigne-hub-v0.10.16-beta.9) (2025-12-25)
532
+
533
+
534
+ ### Dependencies
535
+
536
+ * The following workspace dependencies were updated
537
+ * dependencies
538
+ * @aigne/anthropic bumped to 0.14.16-beta.7
539
+ * @aigne/bedrock bumped to 0.10.21-beta.6
540
+ * @aigne/core bumped to 1.72.0-beta.6
541
+ * @aigne/deepseek bumped to 0.7.62-beta.6
542
+ * @aigne/doubao bumped to 1.3.0-beta.5
543
+ * @aigne/gemini bumped to 0.14.16-beta.7
544
+ * @aigne/ideogram bumped to 0.4.16-beta.6
545
+ * @aigne/ollama bumped to 0.7.62-beta.6
546
+ * @aigne/open-router bumped to 0.7.62-beta.6
547
+ * @aigne/openai bumped to 0.16.16-beta.6
548
+ * @aigne/poe bumped to 1.1.6-beta.6
549
+ * @aigne/transport bumped to 0.15.25-beta.7
550
+ * @aigne/xai bumped to 0.7.62-beta.6
551
+ * devDependencies
552
+ * @aigne/test-utils bumped to 0.5.69-beta.6
553
+
554
+ ## [0.10.16-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.7...aigne-hub-v0.10.16-beta.8) (2025-12-25)
555
+
556
+
557
+ ### Dependencies
558
+
559
+ * The following workspace dependencies were updated
560
+ * dependencies
561
+ * @aigne/anthropic bumped to 0.14.16-beta.6
562
+
563
+ ## [0.10.16-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.6...aigne-hub-v0.10.16-beta.7) (2025-12-25)
564
+
565
+
566
+ ### Dependencies
567
+
568
+ * The following workspace dependencies were updated
569
+ * dependencies
570
+ * @aigne/transport bumped to 0.15.25-beta.6
571
+
572
+ ## [0.10.16-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.5...aigne-hub-v0.10.16-beta.6) (2025-12-25)
573
+
574
+
575
+ ### Dependencies
576
+
577
+ * The following workspace dependencies were updated
578
+ * dependencies
579
+ * @aigne/anthropic bumped to 0.14.16-beta.5
580
+ * @aigne/bedrock bumped to 0.10.21-beta.5
581
+ * @aigne/core bumped to 1.72.0-beta.5
582
+ * @aigne/deepseek bumped to 0.7.62-beta.5
583
+ * @aigne/doubao bumped to 1.3.0-beta.4
584
+ * @aigne/gemini bumped to 0.14.16-beta.6
585
+ * @aigne/ideogram bumped to 0.4.16-beta.5
586
+ * @aigne/ollama bumped to 0.7.62-beta.5
587
+ * @aigne/open-router bumped to 0.7.62-beta.5
588
+ * @aigne/openai bumped to 0.16.16-beta.5
589
+ * @aigne/poe bumped to 1.1.6-beta.5
590
+ * @aigne/transport bumped to 0.15.25-beta.5
591
+ * @aigne/xai bumped to 0.7.62-beta.5
592
+ * devDependencies
593
+ * @aigne/test-utils bumped to 0.5.69-beta.5
594
+
595
+ ## [0.10.16-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.4...aigne-hub-v0.10.16-beta.5) (2025-12-24)
596
+
597
+
598
+ ### Dependencies
599
+
600
+ * The following workspace dependencies were updated
601
+ * dependencies
602
+ * @aigne/anthropic bumped to 0.14.16-beta.4
603
+ * @aigne/bedrock bumped to 0.10.21-beta.4
604
+ * @aigne/core bumped to 1.72.0-beta.4
605
+ * @aigne/deepseek bumped to 0.7.62-beta.4
606
+ * @aigne/doubao bumped to 1.3.0-beta.3
607
+ * @aigne/gemini bumped to 0.14.16-beta.5
608
+ * @aigne/ideogram bumped to 0.4.16-beta.4
609
+ * @aigne/ollama bumped to 0.7.62-beta.4
610
+ * @aigne/open-router bumped to 0.7.62-beta.4
611
+ * @aigne/openai bumped to 0.16.16-beta.4
612
+ * @aigne/poe bumped to 1.1.6-beta.4
613
+ * @aigne/transport bumped to 0.15.25-beta.4
614
+ * @aigne/xai bumped to 0.7.62-beta.4
615
+ * devDependencies
616
+ * @aigne/test-utils bumped to 0.5.69-beta.4
617
+
618
+ ## [0.10.16-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.3...aigne-hub-v0.10.16-beta.4) (2025-12-22)
619
+
620
+
621
+ ### Dependencies
622
+
623
+ * The following workspace dependencies were updated
624
+ * dependencies
625
+ * @aigne/gemini bumped to 0.14.16-beta.4
626
+
3
627
  ## [0.10.16-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.2...aigne-hub-v0.10.16-beta.3) (2025-12-19)
4
628
 
5
629
 
@@ -8,8 +8,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -11,8 +11,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
11
11
  type: string;
12
12
  model: string;
13
13
  provider: string;
14
- input_credits_per_token: number;
15
- output_credits_per_token: number;
14
+ input_credits_per_token: string;
15
+ output_credits_per_token: string;
16
16
  providerDisplayName: string;
17
17
  status?: {
18
18
  available: boolean;
@@ -23,8 +23,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
23
23
  type: string;
24
24
  model: string;
25
25
  provider: string;
26
- input_credits_per_token: number;
27
- output_credits_per_token: number;
26
+ input_credits_per_token: string;
27
+ output_credits_per_token: string;
28
28
  providerDisplayName: string;
29
29
  status?: {
30
30
  available: boolean;
@@ -46,8 +46,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
46
46
  type: string;
47
47
  model: string;
48
48
  provider: string;
49
- input_credits_per_token: number;
50
- output_credits_per_token: number;
49
+ input_credits_per_token: string;
50
+ output_credits_per_token: string;
51
51
  providerDisplayName: string;
52
52
  status?: {
53
53
  available: boolean;
@@ -58,8 +58,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
58
58
  type: string;
59
59
  model: string;
60
60
  provider: string;
61
- input_credits_per_token: number;
62
- output_credits_per_token: number;
61
+ input_credits_per_token: string;
62
+ output_credits_per_token: string;
63
63
  providerDisplayName: string;
64
64
  status?: {
65
65
  available: boolean;
@@ -81,8 +81,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
81
81
  type: string;
82
82
  model: string;
83
83
  provider: string;
84
- input_credits_per_token: number;
85
- output_credits_per_token: number;
84
+ input_credits_per_token: string;
85
+ output_credits_per_token: string;
86
86
  providerDisplayName: string;
87
87
  status?: {
88
88
  available: boolean;
@@ -93,8 +93,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
93
93
  type: string;
94
94
  model: string;
95
95
  provider: string;
96
- input_credits_per_token: number;
97
- output_credits_per_token: number;
96
+ input_credits_per_token: string;
97
+ output_credits_per_token: string;
98
98
  providerDisplayName: string;
99
99
  status?: {
100
100
  available: boolean;
@@ -6,8 +6,8 @@ export declare function getModels(options: GetModelsOptions): Promise<{
6
6
  type: string;
7
7
  model: string;
8
8
  provider: string;
9
- input_credits_per_token: number;
10
- output_credits_per_token: number;
9
+ input_credits_per_token: string;
10
+ output_credits_per_token: string;
11
11
  providerDisplayName: string;
12
12
  status?: {
13
13
  available: boolean;
@@ -10,8 +10,8 @@ const modelsSchema = zod_1.z.array(zod_1.z.object({
10
10
  model: zod_1.z.string(),
11
11
  type: zod_1.z.string(),
12
12
  provider: zod_1.z.string(),
13
- input_credits_per_token: zod_1.z.number(),
14
- output_credits_per_token: zod_1.z.number(),
13
+ input_credits_per_token: zod_1.z.string(),
14
+ output_credits_per_token: zod_1.z.string(),
15
15
  modelMetadata: zod_1.z.record(zod_1.z.unknown()).nullish(),
16
16
  providerDisplayName: zod_1.z.string(),
17
17
  status: zod_1.z
@@ -8,8 +8,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -11,8 +11,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
11
11
  type: string;
12
12
  model: string;
13
13
  provider: string;
14
- input_credits_per_token: number;
15
- output_credits_per_token: number;
14
+ input_credits_per_token: string;
15
+ output_credits_per_token: string;
16
16
  providerDisplayName: string;
17
17
  status?: {
18
18
  available: boolean;
@@ -23,8 +23,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
23
23
  type: string;
24
24
  model: string;
25
25
  provider: string;
26
- input_credits_per_token: number;
27
- output_credits_per_token: number;
26
+ input_credits_per_token: string;
27
+ output_credits_per_token: string;
28
28
  providerDisplayName: string;
29
29
  status?: {
30
30
  available: boolean;
@@ -46,8 +46,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
46
46
  type: string;
47
47
  model: string;
48
48
  provider: string;
49
- input_credits_per_token: number;
50
- output_credits_per_token: number;
49
+ input_credits_per_token: string;
50
+ output_credits_per_token: string;
51
51
  providerDisplayName: string;
52
52
  status?: {
53
53
  available: boolean;
@@ -58,8 +58,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
58
58
  type: string;
59
59
  model: string;
60
60
  provider: string;
61
- input_credits_per_token: number;
62
- output_credits_per_token: number;
61
+ input_credits_per_token: string;
62
+ output_credits_per_token: string;
63
63
  providerDisplayName: string;
64
64
  status?: {
65
65
  available: boolean;
@@ -81,8 +81,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
81
81
  type: string;
82
82
  model: string;
83
83
  provider: string;
84
- input_credits_per_token: number;
85
- output_credits_per_token: number;
84
+ input_credits_per_token: string;
85
+ output_credits_per_token: string;
86
86
  providerDisplayName: string;
87
87
  status?: {
88
88
  available: boolean;
@@ -93,8 +93,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
93
93
  type: string;
94
94
  model: string;
95
95
  provider: string;
96
- input_credits_per_token: number;
97
- output_credits_per_token: number;
96
+ input_credits_per_token: string;
97
+ output_credits_per_token: string;
98
98
  providerDisplayName: string;
99
99
  status?: {
100
100
  available: boolean;
@@ -6,8 +6,8 @@ export declare function getModels(options: GetModelsOptions): Promise<{
6
6
  type: string;
7
7
  model: string;
8
8
  provider: string;
9
- input_credits_per_token: number;
10
- output_credits_per_token: number;
9
+ input_credits_per_token: string;
10
+ output_credits_per_token: string;
11
11
  providerDisplayName: string;
12
12
  status?: {
13
13
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -8,8 +8,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
8
8
  type: string;
9
9
  model: string;
10
10
  provider: string;
11
- input_credits_per_token: number;
12
- output_credits_per_token: number;
11
+ input_credits_per_token: string;
12
+ output_credits_per_token: string;
13
13
  providerDisplayName: string;
14
14
  status?: {
15
15
  available: boolean;
@@ -11,8 +11,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
11
11
  type: string;
12
12
  model: string;
13
13
  provider: string;
14
- input_credits_per_token: number;
15
- output_credits_per_token: number;
14
+ input_credits_per_token: string;
15
+ output_credits_per_token: string;
16
16
  providerDisplayName: string;
17
17
  status?: {
18
18
  available: boolean;
@@ -23,8 +23,8 @@ export declare class AIGNEHubChatModel extends ChatModel {
23
23
  type: string;
24
24
  model: string;
25
25
  provider: string;
26
- input_credits_per_token: number;
27
- output_credits_per_token: number;
26
+ input_credits_per_token: string;
27
+ output_credits_per_token: string;
28
28
  providerDisplayName: string;
29
29
  status?: {
30
30
  available: boolean;
@@ -46,8 +46,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
46
46
  type: string;
47
47
  model: string;
48
48
  provider: string;
49
- input_credits_per_token: number;
50
- output_credits_per_token: number;
49
+ input_credits_per_token: string;
50
+ output_credits_per_token: string;
51
51
  providerDisplayName: string;
52
52
  status?: {
53
53
  available: boolean;
@@ -58,8 +58,8 @@ export declare class AIGNEHubImageModel extends ImageModel {
58
58
  type: string;
59
59
  model: string;
60
60
  provider: string;
61
- input_credits_per_token: number;
62
- output_credits_per_token: number;
61
+ input_credits_per_token: string;
62
+ output_credits_per_token: string;
63
63
  providerDisplayName: string;
64
64
  status?: {
65
65
  available: boolean;
@@ -81,8 +81,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
81
81
  type: string;
82
82
  model: string;
83
83
  provider: string;
84
- input_credits_per_token: number;
85
- output_credits_per_token: number;
84
+ input_credits_per_token: string;
85
+ output_credits_per_token: string;
86
86
  providerDisplayName: string;
87
87
  status?: {
88
88
  available: boolean;
@@ -93,8 +93,8 @@ export declare class AIGNEHubVideoModel extends VideoModel {
93
93
  type: string;
94
94
  model: string;
95
95
  provider: string;
96
- input_credits_per_token: number;
97
- output_credits_per_token: number;
96
+ input_credits_per_token: string;
97
+ output_credits_per_token: string;
98
98
  providerDisplayName: string;
99
99
  status?: {
100
100
  available: boolean;
@@ -6,8 +6,8 @@ export declare function getModels(options: GetModelsOptions): Promise<{
6
6
  type: string;
7
7
  model: string;
8
8
  provider: string;
9
- input_credits_per_token: number;
10
- output_credits_per_token: number;
9
+ input_credits_per_token: string;
10
+ output_credits_per_token: string;
11
11
  providerDisplayName: string;
12
12
  status?: {
13
13
  available: boolean;
@@ -7,8 +7,8 @@ const modelsSchema = z.array(z.object({
7
7
  model: z.string(),
8
8
  type: z.string(),
9
9
  provider: z.string(),
10
- input_credits_per_token: z.number(),
11
- output_credits_per_token: z.number(),
10
+ input_credits_per_token: z.string(),
11
+ output_credits_per_token: z.string(),
12
12
  modelMetadata: z.record(z.unknown()).nullish(),
13
13
  providerDisplayName: z.string(),
14
14
  status: z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.10.16-beta.3",
3
+ "version": "0.10.16-beta.31",
4
4
  "description": "AIGNE Hub SDK for integrating with Hub AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,20 +39,20 @@
39
39
  "https-proxy-agent": "^7.0.6",
40
40
  "ufo": "^1.6.1",
41
41
  "zod": "^3.25.67",
42
- "@aigne/anthropic": "^0.14.16-beta.3",
43
- "@aigne/bedrock": "^0.10.21-beta.3",
44
- "@aigne/core": "^1.72.0-beta.3",
45
- "@aigne/doubao": "^1.3.0-beta.2",
46
- "@aigne/deepseek": "^0.7.62-beta.3",
47
- "@aigne/gemini": "^0.14.16-beta.3",
48
- "@aigne/ideogram": "^0.4.16-beta.3",
49
- "@aigne/ollama": "^0.7.62-beta.3",
50
- "@aigne/openai": "^0.16.16-beta.3",
51
- "@aigne/platform-helpers": "^0.6.7-beta",
52
- "@aigne/poe": "^1.1.6-beta.3",
53
- "@aigne/open-router": "^0.7.62-beta.3",
54
- "@aigne/xai": "^0.7.62-beta.3",
55
- "@aigne/transport": "^0.15.25-beta.3"
42
+ "@aigne/anthropic": "^0.14.16-beta.27",
43
+ "@aigne/core": "^1.72.0-beta.25",
44
+ "@aigne/deepseek": "^0.7.62-beta.25",
45
+ "@aigne/doubao": "^1.3.0-beta.24",
46
+ "@aigne/bedrock": "^0.10.21-beta.25",
47
+ "@aigne/gemini": "^0.14.16-beta.26",
48
+ "@aigne/ideogram": "^0.4.16-beta.25",
49
+ "@aigne/ollama": "^0.7.62-beta.25",
50
+ "@aigne/openai": "^0.16.16-beta.25",
51
+ "@aigne/open-router": "^0.7.62-beta.25",
52
+ "@aigne/platform-helpers": "^0.6.7-beta.2",
53
+ "@aigne/poe": "^1.1.6-beta.25",
54
+ "@aigne/transport": "^0.15.25-beta.27",
55
+ "@aigne/xai": "^0.7.62-beta.25"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/bun": "^1.2.22",
@@ -61,7 +61,7 @@
61
61
  "npm-run-all": "^4.1.5",
62
62
  "rimraf": "^6.0.1",
63
63
  "typescript": "^5.9.2",
64
- "@aigne/test-utils": "^0.5.69-beta.3"
64
+ "@aigne/test-utils": "^0.5.69-beta.25"
65
65
  },
66
66
  "scripts": {
67
67
  "lint": "tsc --noEmit",