@ai-sdk/deepseek 0.0.0-01d6317c-20260129172110

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 ADDED
@@ -0,0 +1,1504 @@
1
+ # @ai-sdk/deepseek
2
+
3
+ ## 0.0.0-01d6317c-20260129172110
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac4b7cb]
8
+ - @ai-sdk/provider-utils@0.0.0-01d6317c-20260129172110
9
+ - @ai-sdk/provider@0.0.0-01d6317c-20260129172110
10
+
11
+ ## 2.0.12
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [462ad00]
16
+ - @ai-sdk/provider-utils@4.0.10
17
+
18
+ ## 2.0.11
19
+
20
+ ### Patch Changes
21
+
22
+ - 4de5a1d: chore: excluded tests from src folder in npm package
23
+ - Updated dependencies [4de5a1d]
24
+ - @ai-sdk/provider@3.0.5
25
+ - @ai-sdk/provider-utils@4.0.9
26
+
27
+ ## 2.0.10
28
+
29
+ ### Patch Changes
30
+
31
+ - 2b8369d: chore: add docs to package dist
32
+
33
+ ## 2.0.9
34
+
35
+ ### Patch Changes
36
+
37
+ - 8dc54db: chore: add src folders to package bundle
38
+
39
+ ## 2.0.8
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [5c090e7]
44
+ - @ai-sdk/provider@3.0.4
45
+ - @ai-sdk/provider-utils@4.0.8
46
+
47
+ ## 2.0.7
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [46f46e4]
52
+ - @ai-sdk/provider-utils@4.0.7
53
+
54
+ ## 2.0.6
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [1b11dcb]
59
+ - @ai-sdk/provider-utils@4.0.6
60
+ - @ai-sdk/provider@3.0.3
61
+
62
+ ## 2.0.5
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [34d1c8a]
67
+ - @ai-sdk/provider-utils@4.0.5
68
+
69
+ ## 2.0.4
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [d937c8f]
74
+ - @ai-sdk/provider@3.0.2
75
+ - @ai-sdk/provider-utils@4.0.4
76
+
77
+ ## 2.0.3
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [0b429d4]
82
+ - @ai-sdk/provider-utils@4.0.3
83
+
84
+ ## 2.0.2
85
+
86
+ ### Patch Changes
87
+
88
+ - 863d34f: fix: trigger release to update `@latest`
89
+ - Updated dependencies [863d34f]
90
+ - @ai-sdk/provider@3.0.1
91
+ - @ai-sdk/provider-utils@4.0.2
92
+
93
+ ## 2.0.1
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [29264a3]
98
+ - @ai-sdk/provider-utils@4.0.1
99
+
100
+ ## 2.0.0
101
+
102
+ ### Major Changes
103
+
104
+ - dee8b05: ai SDK 6 beta
105
+
106
+ ### Minor Changes
107
+
108
+ - 78928cb: release: start 5.1 beta
109
+
110
+ ### Patch Changes
111
+
112
+ - 0c3b58b: fix(provider): add specificationVersion to ProviderV3
113
+ - 8d9e8ad: chore(provider): remove generics from EmbeddingModelV3
114
+
115
+ Before
116
+
117
+ ```ts
118
+ model.textEmbeddingModel('my-model-id');
119
+ ```
120
+
121
+ After
122
+
123
+ ```ts
124
+ model.embeddingModel('my-model-id');
125
+ ```
126
+
127
+ - 2625a04: feat(openai); update spec for mcp approval
128
+ - 95f65c2: chore: use import \* from zod/v4
129
+ - 4d04f43: feat(deepseek): rewrite DeepSeek provider
130
+ - ed329cb: feat: `Provider-V3`
131
+ - 3bd2689: feat: extended token usage
132
+ - 1cad0ab: feat: add provider version to user-agent header
133
+ - 8dac895: feat: `LanguageModelV3`
134
+ - 3da75f4: Added utility ensureJsonInstructionForProvider that auto-injects a JSON instruction when the provider is deepseek.chat
135
+ - 366f50b: chore(provider): add deprecated textEmbeddingModel and textEmbedding aliases
136
+ - 4616b86: chore: update zod peer depenedency version
137
+ - cbf52cd: feat: expose raw finish reason
138
+ - 1bd7d32: feat: tool-specific strict mode
139
+ - Updated dependencies
140
+ - @ai-sdk/provider@3.0.0
141
+ - @ai-sdk/provider-utils@4.0.0
142
+
143
+ ## 2.0.0-beta.62
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies [475189e]
148
+ - @ai-sdk/provider@3.0.0-beta.32
149
+ - @ai-sdk/provider-utils@4.0.0-beta.59
150
+
151
+ ## 2.0.0-beta.61
152
+
153
+ ### Patch Changes
154
+
155
+ - 2625a04: feat(openai); update spec for mcp approval
156
+ - Updated dependencies [2625a04]
157
+ - @ai-sdk/provider@3.0.0-beta.31
158
+ - @ai-sdk/provider-utils@4.0.0-beta.58
159
+
160
+ ## 2.0.0-beta.60
161
+
162
+ ### Patch Changes
163
+
164
+ - cbf52cd: feat: expose raw finish reason
165
+ - Updated dependencies [cbf52cd]
166
+ - @ai-sdk/provider@3.0.0-beta.30
167
+ - @ai-sdk/provider-utils@4.0.0-beta.57
168
+
169
+ ## 2.0.0-beta.59
170
+
171
+ ### Patch Changes
172
+
173
+ - Updated dependencies [9549c9e]
174
+ - @ai-sdk/provider@3.0.0-beta.29
175
+ - @ai-sdk/provider-utils@4.0.0-beta.56
176
+
177
+ ## 2.0.0-beta.58
178
+
179
+ ### Patch Changes
180
+
181
+ - Updated dependencies [50b70d6]
182
+ - @ai-sdk/provider-utils@4.0.0-beta.55
183
+
184
+ ## 2.0.0-beta.57
185
+
186
+ ### Patch Changes
187
+
188
+ - Updated dependencies [9061dc0]
189
+ - @ai-sdk/provider-utils@4.0.0-beta.54
190
+ - @ai-sdk/provider@3.0.0-beta.28
191
+
192
+ ## 2.0.0-beta.56
193
+
194
+ ### Patch Changes
195
+
196
+ - 366f50b: chore(provider): add deprecated textEmbeddingModel and textEmbedding aliases
197
+ - Updated dependencies [366f50b]
198
+ - @ai-sdk/provider@3.0.0-beta.27
199
+ - @ai-sdk/provider-utils@4.0.0-beta.53
200
+
201
+ ## 2.0.0-beta.55
202
+
203
+ ### Patch Changes
204
+
205
+ - Updated dependencies [763d04a]
206
+ - @ai-sdk/provider-utils@4.0.0-beta.52
207
+
208
+ ## 2.0.0-beta.54
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [c1efac4]
213
+ - @ai-sdk/provider-utils@4.0.0-beta.51
214
+
215
+ ## 2.0.0-beta.53
216
+
217
+ ### Patch Changes
218
+
219
+ - Updated dependencies [32223c8]
220
+ - @ai-sdk/provider-utils@4.0.0-beta.50
221
+
222
+ ## 2.0.0-beta.52
223
+
224
+ ### Patch Changes
225
+
226
+ - Updated dependencies [83e5744]
227
+ - @ai-sdk/provider-utils@4.0.0-beta.49
228
+
229
+ ## 2.0.0-beta.51
230
+
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [960ec8f]
234
+ - @ai-sdk/provider-utils@4.0.0-beta.48
235
+
236
+ ## 2.0.0-beta.50
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies [e9e157f]
241
+ - @ai-sdk/provider-utils@4.0.0-beta.47
242
+
243
+ ## 2.0.0-beta.49
244
+
245
+ ### Patch Changes
246
+
247
+ - Updated dependencies [81e29ab]
248
+ - @ai-sdk/provider-utils@4.0.0-beta.46
249
+
250
+ ## 2.0.0-beta.48
251
+
252
+ ### Patch Changes
253
+
254
+ - 3bd2689: feat: extended token usage
255
+ - Updated dependencies [3bd2689]
256
+ - @ai-sdk/provider@3.0.0-beta.26
257
+ - @ai-sdk/provider-utils@4.0.0-beta.45
258
+
259
+ ## 2.0.0-beta.47
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies [53f3368]
264
+ - @ai-sdk/provider@3.0.0-beta.25
265
+ - @ai-sdk/provider-utils@4.0.0-beta.44
266
+
267
+ ## 2.0.0-beta.46
268
+
269
+ ### Patch Changes
270
+
271
+ - Updated dependencies [dce03c4]
272
+ - @ai-sdk/provider-utils@4.0.0-beta.43
273
+ - @ai-sdk/provider@3.0.0-beta.24
274
+
275
+ ## 2.0.0-beta.45
276
+
277
+ ### Patch Changes
278
+
279
+ - Updated dependencies [3ed5519]
280
+ - @ai-sdk/provider-utils@4.0.0-beta.42
281
+
282
+ ## 2.0.0-beta.44
283
+
284
+ ### Patch Changes
285
+
286
+ - 1bd7d32: feat: tool-specific strict mode
287
+ - Updated dependencies [1bd7d32]
288
+ - @ai-sdk/provider-utils@4.0.0-beta.41
289
+ - @ai-sdk/provider@3.0.0-beta.23
290
+
291
+ ## 2.0.0-beta.43
292
+
293
+ ### Patch Changes
294
+
295
+ - 4d04f43: feat(deepseek): rewrite DeepSeek provider
296
+
297
+ ## 2.0.0-beta.42
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [544d4e8]
302
+ - @ai-sdk/openai-compatible@2.0.0-beta.41
303
+ - @ai-sdk/provider-utils@4.0.0-beta.40
304
+ - @ai-sdk/provider@3.0.0-beta.22
305
+
306
+ ## 2.0.0-beta.41
307
+
308
+ ### Patch Changes
309
+
310
+ - Updated dependencies [954c356]
311
+ - @ai-sdk/provider-utils@4.0.0-beta.39
312
+ - @ai-sdk/provider@3.0.0-beta.21
313
+ - @ai-sdk/openai-compatible@2.0.0-beta.40
314
+
315
+ ## 2.0.0-beta.40
316
+
317
+ ### Patch Changes
318
+
319
+ - Updated dependencies [03849b0]
320
+ - @ai-sdk/provider-utils@4.0.0-beta.38
321
+ - @ai-sdk/openai-compatible@2.0.0-beta.39
322
+
323
+ ## 2.0.0-beta.39
324
+
325
+ ### Patch Changes
326
+
327
+ - Updated dependencies [457318b]
328
+ - @ai-sdk/openai-compatible@2.0.0-beta.38
329
+ - @ai-sdk/provider@3.0.0-beta.20
330
+ - @ai-sdk/provider-utils@4.0.0-beta.37
331
+
332
+ ## 2.0.0-beta.38
333
+
334
+ ### Patch Changes
335
+
336
+ - 8d9e8ad: chore(provider): remove generics from EmbeddingModelV3
337
+
338
+ Before
339
+
340
+ ```ts
341
+ model.textEmbeddingModel('my-model-id');
342
+ ```
343
+
344
+ After
345
+
346
+ ```ts
347
+ model.embeddingModel('my-model-id');
348
+ ```
349
+
350
+ - Updated dependencies [8d9e8ad]
351
+ - @ai-sdk/openai-compatible@2.0.0-beta.37
352
+ - @ai-sdk/provider@3.0.0-beta.19
353
+ - @ai-sdk/provider-utils@4.0.0-beta.36
354
+
355
+ ## 2.0.0-beta.37
356
+
357
+ ### Patch Changes
358
+
359
+ - Updated dependencies [10d819b]
360
+ - @ai-sdk/provider@3.0.0-beta.18
361
+ - @ai-sdk/openai-compatible@2.0.0-beta.36
362
+ - @ai-sdk/provider-utils@4.0.0-beta.35
363
+
364
+ ## 2.0.0-beta.36
365
+
366
+ ### Patch Changes
367
+
368
+ - Updated dependencies [db913bd]
369
+ - @ai-sdk/provider@3.0.0-beta.17
370
+ - @ai-sdk/openai-compatible@2.0.0-beta.35
371
+ - @ai-sdk/provider-utils@4.0.0-beta.34
372
+
373
+ ## 2.0.0-beta.35
374
+
375
+ ### Patch Changes
376
+
377
+ - 3da75f4: Added utility ensureJsonInstructionForProvider that auto-injects a JSON instruction when the provider is deepseek.chat
378
+
379
+ ## 2.0.0-beta.34
380
+
381
+ ### Patch Changes
382
+
383
+ - Updated dependencies [b681d7d]
384
+ - @ai-sdk/provider@3.0.0-beta.16
385
+ - @ai-sdk/openai-compatible@2.0.0-beta.34
386
+ - @ai-sdk/provider-utils@4.0.0-beta.33
387
+
388
+ ## 2.0.0-beta.33
389
+
390
+ ### Patch Changes
391
+
392
+ - Updated dependencies [32d8dbb]
393
+ - @ai-sdk/provider-utils@4.0.0-beta.32
394
+ - @ai-sdk/openai-compatible@2.0.0-beta.33
395
+
396
+ ## 2.0.0-beta.32
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [bb36798]
401
+ - @ai-sdk/provider@3.0.0-beta.15
402
+ - @ai-sdk/openai-compatible@2.0.0-beta.32
403
+ - @ai-sdk/provider-utils@4.0.0-beta.31
404
+
405
+ ## 2.0.0-beta.31
406
+
407
+ ### Patch Changes
408
+
409
+ - Updated dependencies [4f16c37]
410
+ - @ai-sdk/provider-utils@4.0.0-beta.30
411
+ - @ai-sdk/openai-compatible@2.0.0-beta.31
412
+
413
+ ## 2.0.0-beta.30
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [af3780b]
418
+ - @ai-sdk/provider@3.0.0-beta.14
419
+ - @ai-sdk/openai-compatible@2.0.0-beta.30
420
+ - @ai-sdk/provider-utils@4.0.0-beta.29
421
+
422
+ ## 2.0.0-beta.29
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [016b111]
427
+ - @ai-sdk/provider-utils@4.0.0-beta.28
428
+ - @ai-sdk/openai-compatible@2.0.0-beta.29
429
+
430
+ ## 2.0.0-beta.28
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [37c58a0]
435
+ - @ai-sdk/provider@3.0.0-beta.13
436
+ - @ai-sdk/openai-compatible@2.0.0-beta.28
437
+ - @ai-sdk/provider-utils@4.0.0-beta.27
438
+
439
+ ## 2.0.0-beta.27
440
+
441
+ ### Patch Changes
442
+
443
+ - Updated dependencies [d1bdadb]
444
+ - @ai-sdk/provider@3.0.0-beta.12
445
+ - @ai-sdk/openai-compatible@2.0.0-beta.27
446
+ - @ai-sdk/provider-utils@4.0.0-beta.26
447
+
448
+ ## 2.0.0-beta.26
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies [4c44a5b]
453
+ - @ai-sdk/provider@3.0.0-beta.11
454
+ - @ai-sdk/openai-compatible@2.0.0-beta.26
455
+ - @ai-sdk/provider-utils@4.0.0-beta.25
456
+
457
+ ## 2.0.0-beta.25
458
+
459
+ ### Patch Changes
460
+
461
+ - 0c3b58b: fix(provider): add specificationVersion to ProviderV3
462
+ - Updated dependencies [0c3b58b]
463
+ - @ai-sdk/openai-compatible@2.0.0-beta.25
464
+ - @ai-sdk/provider@3.0.0-beta.10
465
+ - @ai-sdk/provider-utils@4.0.0-beta.24
466
+
467
+ ## 2.0.0-beta.24
468
+
469
+ ### Patch Changes
470
+
471
+ - Updated dependencies [a755db5]
472
+ - @ai-sdk/provider@3.0.0-beta.9
473
+ - @ai-sdk/openai-compatible@2.0.0-beta.24
474
+ - @ai-sdk/provider-utils@4.0.0-beta.23
475
+
476
+ ## 2.0.0-beta.23
477
+
478
+ ### Patch Changes
479
+
480
+ - Updated dependencies [58920e0]
481
+ - @ai-sdk/provider-utils@4.0.0-beta.22
482
+ - @ai-sdk/openai-compatible@2.0.0-beta.23
483
+
484
+ ## 2.0.0-beta.22
485
+
486
+ ### Patch Changes
487
+
488
+ - Updated dependencies [293a6b7]
489
+ - @ai-sdk/provider-utils@4.0.0-beta.21
490
+ - @ai-sdk/openai-compatible@2.0.0-beta.22
491
+
492
+ ## 2.0.0-beta.21
493
+
494
+ ### Patch Changes
495
+
496
+ - Updated dependencies [fca786b]
497
+ - @ai-sdk/provider-utils@4.0.0-beta.20
498
+ - @ai-sdk/openai-compatible@2.0.0-beta.21
499
+
500
+ ## 2.0.0-beta.20
501
+
502
+ ### Patch Changes
503
+
504
+ - Updated dependencies [3794514]
505
+ - @ai-sdk/provider-utils@4.0.0-beta.19
506
+ - @ai-sdk/provider@3.0.0-beta.8
507
+ - @ai-sdk/openai-compatible@2.0.0-beta.20
508
+
509
+ ## 2.0.0-beta.19
510
+
511
+ ### Patch Changes
512
+
513
+ - Updated dependencies [81d4308]
514
+ - @ai-sdk/provider@3.0.0-beta.7
515
+ - @ai-sdk/openai-compatible@2.0.0-beta.19
516
+ - @ai-sdk/provider-utils@4.0.0-beta.18
517
+
518
+ ## 2.0.0-beta.18
519
+
520
+ ### Patch Changes
521
+
522
+ - Updated dependencies [703459a]
523
+ - @ai-sdk/provider-utils@4.0.0-beta.17
524
+ - @ai-sdk/openai-compatible@2.0.0-beta.18
525
+
526
+ ## 2.0.0-beta.17
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies [b689220]
531
+ - @ai-sdk/openai-compatible@2.0.0-beta.17
532
+
533
+ ## 2.0.0-beta.16
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies [6306603]
538
+ - @ai-sdk/provider-utils@4.0.0-beta.16
539
+ - @ai-sdk/openai-compatible@2.0.0-beta.16
540
+
541
+ ## 2.0.0-beta.15
542
+
543
+ ### Patch Changes
544
+
545
+ - Updated dependencies [f0b2157]
546
+ - @ai-sdk/provider-utils@4.0.0-beta.15
547
+ - @ai-sdk/openai-compatible@2.0.0-beta.15
548
+
549
+ ## 2.0.0-beta.14
550
+
551
+ ### Patch Changes
552
+
553
+ - Updated dependencies [3b1d015]
554
+ - @ai-sdk/provider-utils@4.0.0-beta.14
555
+ - @ai-sdk/openai-compatible@2.0.0-beta.14
556
+
557
+ ## 2.0.0-beta.13
558
+
559
+ ### Patch Changes
560
+
561
+ - Updated dependencies [d116b4b]
562
+ - @ai-sdk/provider-utils@4.0.0-beta.13
563
+ - @ai-sdk/openai-compatible@2.0.0-beta.13
564
+
565
+ ## 2.0.0-beta.12
566
+
567
+ ### Patch Changes
568
+
569
+ - Updated dependencies [7e32fea]
570
+ - @ai-sdk/provider-utils@4.0.0-beta.12
571
+ - @ai-sdk/openai-compatible@2.0.0-beta.12
572
+
573
+ ## 2.0.0-beta.11
574
+
575
+ ### Patch Changes
576
+
577
+ - 95f65c2: chore: use import \* from zod/v4
578
+ - Updated dependencies
579
+ - @ai-sdk/openai-compatible@2.0.0-beta.11
580
+ - @ai-sdk/provider-utils@4.0.0-beta.11
581
+
582
+ ## 2.0.0-beta.10
583
+
584
+ ### Major Changes
585
+
586
+ - dee8b05: ai SDK 6 beta
587
+
588
+ ### Patch Changes
589
+
590
+ - Updated dependencies [dee8b05]
591
+ - @ai-sdk/openai-compatible@2.0.0-beta.10
592
+ - @ai-sdk/provider@3.0.0-beta.6
593
+ - @ai-sdk/provider-utils@4.0.0-beta.10
594
+
595
+ ## 1.1.0-beta.9
596
+
597
+ ### Patch Changes
598
+
599
+ - Updated dependencies [521c537]
600
+ - @ai-sdk/provider-utils@3.1.0-beta.9
601
+ - @ai-sdk/openai-compatible@1.1.0-beta.9
602
+
603
+ ## 1.1.0-beta.8
604
+
605
+ ### Patch Changes
606
+
607
+ - Updated dependencies [e06565c]
608
+ - @ai-sdk/provider-utils@3.1.0-beta.8
609
+ - @ai-sdk/openai-compatible@1.1.0-beta.8
610
+
611
+ ## 1.1.0-beta.7
612
+
613
+ ### Patch Changes
614
+
615
+ - Updated dependencies
616
+ - @ai-sdk/provider@2.1.0-beta.5
617
+ - @ai-sdk/openai-compatible@1.1.0-beta.7
618
+ - @ai-sdk/provider-utils@3.1.0-beta.7
619
+
620
+ ## 1.1.0-beta.6
621
+
622
+ ### Patch Changes
623
+
624
+ - Updated dependencies
625
+ - @ai-sdk/openai-compatible@1.1.0-beta.6
626
+ - @ai-sdk/provider-utils@3.1.0-beta.6
627
+ - @ai-sdk/provider@2.1.0-beta.4
628
+
629
+ ## 1.1.0-beta.5
630
+
631
+ ### Patch Changes
632
+
633
+ - 8dac895: feat: `LanguageModelV3`
634
+ - Updated dependencies
635
+ - @ai-sdk/openai-compatible@1.1.0-beta.5
636
+ - @ai-sdk/provider-utils@3.1.0-beta.5
637
+ - @ai-sdk/provider@2.1.0-beta.3
638
+
639
+ ## 1.1.0-beta.4
640
+
641
+ ### Patch Changes
642
+
643
+ - 4616b86: chore: update zod peer depenedency version
644
+ - Updated dependencies [4616b86]
645
+ - @ai-sdk/openai-compatible@1.1.0-beta.4
646
+ - @ai-sdk/provider-utils@3.1.0-beta.4
647
+
648
+ ## 1.1.0-beta.3
649
+
650
+ ### Patch Changes
651
+
652
+ - ed329cb: feat: `Provider-V3`
653
+ - Updated dependencies
654
+ - @ai-sdk/openai-compatible@1.1.0-beta.3
655
+ - @ai-sdk/provider@2.1.0-beta.2
656
+ - @ai-sdk/provider-utils@3.1.0-beta.3
657
+
658
+ ## 1.1.0-beta.2
659
+
660
+ ### Patch Changes
661
+
662
+ - 1cad0ab: feat: add provider version to user-agent header
663
+ - Updated dependencies [0c4822d]
664
+ - @ai-sdk/openai-compatible@1.1.0-beta.2
665
+ - @ai-sdk/provider@2.1.0-beta.1
666
+ - @ai-sdk/provider-utils@3.1.0-beta.2
667
+
668
+ ## 1.1.0-beta.1
669
+
670
+ ### Patch Changes
671
+
672
+ - Updated dependencies [cbb1d35]
673
+ - @ai-sdk/provider-utils@3.1.0-beta.1
674
+ - @ai-sdk/openai-compatible@1.1.0-beta.1
675
+
676
+ ## 1.1.0-beta.0
677
+
678
+ ### Minor Changes
679
+
680
+ - 78928cb: release: start 5.1 beta
681
+
682
+ ### Patch Changes
683
+
684
+ - Updated dependencies [78928cb]
685
+ - @ai-sdk/openai-compatible@1.1.0-beta.0
686
+ - @ai-sdk/provider@2.1.0-beta.0
687
+ - @ai-sdk/provider-utils@3.1.0-beta.0
688
+
689
+ ## 1.0.18
690
+
691
+ ### Patch Changes
692
+
693
+ - Updated dependencies [28363da]
694
+ - @ai-sdk/openai-compatible@1.0.18
695
+
696
+ ## 1.0.17
697
+
698
+ ### Patch Changes
699
+
700
+ - Updated dependencies [3aed04c]
701
+ - @ai-sdk/openai-compatible@1.0.17
702
+
703
+ ## 1.0.16
704
+
705
+ ### Patch Changes
706
+
707
+ - Updated dependencies [0294b58]
708
+ - @ai-sdk/provider-utils@3.0.9
709
+ - @ai-sdk/openai-compatible@1.0.16
710
+
711
+ ## 1.0.15
712
+
713
+ ### Patch Changes
714
+
715
+ - Updated dependencies [99964ed]
716
+ - @ai-sdk/provider-utils@3.0.8
717
+ - @ai-sdk/openai-compatible@1.0.15
718
+
719
+ ## 1.0.14
720
+
721
+ ### Patch Changes
722
+
723
+ - Updated dependencies [818f021]
724
+ - @ai-sdk/openai-compatible@1.0.14
725
+
726
+ ## 1.0.13
727
+
728
+ ### Patch Changes
729
+
730
+ - Updated dependencies [886e7cd]
731
+ - @ai-sdk/provider-utils@3.0.7
732
+ - @ai-sdk/openai-compatible@1.0.13
733
+
734
+ ## 1.0.12
735
+
736
+ ### Patch Changes
737
+
738
+ - Updated dependencies [1b5a3d3]
739
+ - @ai-sdk/provider-utils@3.0.6
740
+ - @ai-sdk/openai-compatible@1.0.12
741
+
742
+ ## 1.0.11
743
+
744
+ ### Patch Changes
745
+
746
+ - Updated dependencies [0857788]
747
+ - @ai-sdk/provider-utils@3.0.5
748
+ - @ai-sdk/openai-compatible@1.0.11
749
+
750
+ ## 1.0.10
751
+
752
+ ### Patch Changes
753
+
754
+ - Updated dependencies [7ca3aee]
755
+ - @ai-sdk/openai-compatible@1.0.10
756
+
757
+ ## 1.0.9
758
+
759
+ ### Patch Changes
760
+
761
+ - Updated dependencies [68751f9]
762
+ - @ai-sdk/provider-utils@3.0.4
763
+ - @ai-sdk/openai-compatible@1.0.9
764
+
765
+ ## 1.0.8
766
+
767
+ ### Patch Changes
768
+
769
+ - Updated dependencies [515c891]
770
+ - @ai-sdk/openai-compatible@1.0.8
771
+
772
+ ## 1.0.7
773
+
774
+ ### Patch Changes
775
+
776
+ - Updated dependencies
777
+ - @ai-sdk/provider-utils@3.0.3
778
+ - @ai-sdk/openai-compatible@1.0.7
779
+
780
+ ## 1.0.6
781
+
782
+ ### Patch Changes
783
+
784
+ - Updated dependencies [38ac190]
785
+ - @ai-sdk/provider-utils@3.0.2
786
+ - @ai-sdk/openai-compatible@1.0.6
787
+
788
+ ## 1.0.5
789
+
790
+ ### Patch Changes
791
+
792
+ - Updated dependencies
793
+ - @ai-sdk/openai-compatible@1.0.5
794
+
795
+ ## 1.0.4
796
+
797
+ ### Patch Changes
798
+
799
+ - Updated dependencies
800
+ - @ai-sdk/openai-compatible@1.0.4
801
+
802
+ ## 1.0.3
803
+
804
+ ### Patch Changes
805
+
806
+ - Updated dependencies [a0934f8]
807
+ - @ai-sdk/openai-compatible@1.0.3
808
+
809
+ ## 1.0.2
810
+
811
+ ### Patch Changes
812
+
813
+ - Updated dependencies
814
+ - @ai-sdk/openai-compatible@1.0.2
815
+ - @ai-sdk/provider-utils@3.0.1
816
+
817
+ ## 1.0.1
818
+
819
+ ### Patch Changes
820
+
821
+ - Updated dependencies [0e8ed8e]
822
+ - @ai-sdk/openai-compatible@1.0.1
823
+
824
+ ## 1.0.0
825
+
826
+ ### Major Changes
827
+
828
+ - d5f588f: AI SDK 5
829
+
830
+ ### Patch Changes
831
+
832
+ - fa49207: feat(providers/openai-compatible): convert to providerOptions
833
+ - e2aceaf: feat: add raw chunk support
834
+ - d1a034f: feature: using Zod 4 for internal stuff
835
+ - 205077b: fix: improve Zod compatibility
836
+ - Updated dependencies
837
+ - @ai-sdk/provider-utils@3.0.0
838
+ - @ai-sdk/provider@2.0.0
839
+ - @ai-sdk/openai-compatible@1.0.0
840
+
841
+ ## 1.0.0-beta.13
842
+
843
+ ### Patch Changes
844
+
845
+ - Updated dependencies [88a8ee5]
846
+ - @ai-sdk/provider-utils@3.0.0-beta.10
847
+ - @ai-sdk/openai-compatible@1.0.0-beta.13
848
+
849
+ ## 1.0.0-beta.12
850
+
851
+ ### Patch Changes
852
+
853
+ - Updated dependencies [27deb4d]
854
+ - @ai-sdk/provider@2.0.0-beta.2
855
+ - @ai-sdk/openai-compatible@1.0.0-beta.12
856
+ - @ai-sdk/provider-utils@3.0.0-beta.9
857
+
858
+ ## 1.0.0-beta.11
859
+
860
+ ### Patch Changes
861
+
862
+ - Updated dependencies [dd5fd43]
863
+ - @ai-sdk/provider-utils@3.0.0-beta.8
864
+ - @ai-sdk/openai-compatible@1.0.0-beta.11
865
+
866
+ ## 1.0.0-beta.10
867
+
868
+ ### Patch Changes
869
+
870
+ - Updated dependencies [e7fcc86]
871
+ - @ai-sdk/provider-utils@3.0.0-beta.7
872
+ - @ai-sdk/openai-compatible@1.0.0-beta.10
873
+
874
+ ## 1.0.0-beta.9
875
+
876
+ ### Patch Changes
877
+
878
+ - Updated dependencies
879
+ - @ai-sdk/openai-compatible@1.0.0-beta.9
880
+ - @ai-sdk/provider-utils@3.0.0-beta.6
881
+
882
+ ## 1.0.0-beta.8
883
+
884
+ ### Patch Changes
885
+
886
+ - Updated dependencies
887
+ - @ai-sdk/provider-utils@3.0.0-beta.5
888
+ - @ai-sdk/openai-compatible@1.0.0-beta.8
889
+
890
+ ## 1.0.0-beta.7
891
+
892
+ ### Patch Changes
893
+
894
+ - 205077b: fix: improve Zod compatibility
895
+ - Updated dependencies [205077b]
896
+ - @ai-sdk/openai-compatible@1.0.0-beta.7
897
+ - @ai-sdk/provider-utils@3.0.0-beta.4
898
+
899
+ ## 1.0.0-beta.6
900
+
901
+ ### Patch Changes
902
+
903
+ - Updated dependencies [281bb1c]
904
+ - @ai-sdk/openai-compatible@1.0.0-beta.6
905
+
906
+ ## 1.0.0-beta.5
907
+
908
+ ### Patch Changes
909
+
910
+ - Updated dependencies [05d2819]
911
+ - @ai-sdk/provider-utils@3.0.0-beta.3
912
+ - @ai-sdk/openai-compatible@1.0.0-beta.5
913
+
914
+ ## 1.0.0-beta.4
915
+
916
+ ### Patch Changes
917
+
918
+ - Updated dependencies [1b101e1]
919
+ - @ai-sdk/openai-compatible@1.0.0-beta.4
920
+
921
+ ## 1.0.0-beta.3
922
+
923
+ ### Patch Changes
924
+
925
+ - Updated dependencies [7b069ed]
926
+ - @ai-sdk/openai-compatible@1.0.0-beta.3
927
+
928
+ ## 1.0.0-beta.2
929
+
930
+ ### Patch Changes
931
+
932
+ - d1a034f: feature: using Zod 4 for internal stuff
933
+ - Updated dependencies
934
+ - @ai-sdk/provider-utils@3.0.0-beta.2
935
+ - @ai-sdk/openai-compatible@1.0.0-beta.2
936
+
937
+ ## 1.0.0-beta.1
938
+
939
+ ### Patch Changes
940
+
941
+ - Updated dependencies
942
+ - @ai-sdk/provider@2.0.0-beta.1
943
+ - @ai-sdk/provider-utils@3.0.0-beta.1
944
+ - @ai-sdk/openai-compatible@1.0.0-beta.1
945
+
946
+ ## 1.0.0-alpha.15
947
+
948
+ ### Patch Changes
949
+
950
+ - Updated dependencies
951
+ - @ai-sdk/provider@2.0.0-alpha.15
952
+ - @ai-sdk/provider-utils@3.0.0-alpha.15
953
+ - @ai-sdk/openai-compatible@1.0.0-alpha.15
954
+
955
+ ## 1.0.0-alpha.14
956
+
957
+ ### Patch Changes
958
+
959
+ - Updated dependencies
960
+ - @ai-sdk/provider@2.0.0-alpha.14
961
+ - @ai-sdk/openai-compatible@1.0.0-alpha.14
962
+ - @ai-sdk/provider-utils@3.0.0-alpha.14
963
+
964
+ ## 1.0.0-alpha.13
965
+
966
+ ### Patch Changes
967
+
968
+ - Updated dependencies [68ecf2f]
969
+ - @ai-sdk/provider@2.0.0-alpha.13
970
+ - @ai-sdk/openai-compatible@1.0.0-alpha.13
971
+ - @ai-sdk/provider-utils@3.0.0-alpha.13
972
+
973
+ ## 1.0.0-alpha.12
974
+
975
+ ### Patch Changes
976
+
977
+ - e2aceaf: feat: add raw chunk support
978
+ - Updated dependencies [e2aceaf]
979
+ - @ai-sdk/openai-compatible@1.0.0-alpha.12
980
+ - @ai-sdk/provider@2.0.0-alpha.12
981
+ - @ai-sdk/provider-utils@3.0.0-alpha.12
982
+
983
+ ## 1.0.0-alpha.11
984
+
985
+ ### Patch Changes
986
+
987
+ - Updated dependencies [c1e6647]
988
+ - @ai-sdk/provider@2.0.0-alpha.11
989
+ - @ai-sdk/openai-compatible@1.0.0-alpha.11
990
+ - @ai-sdk/provider-utils@3.0.0-alpha.11
991
+
992
+ ## 1.0.0-alpha.10
993
+
994
+ ### Patch Changes
995
+
996
+ - Updated dependencies [c4df419]
997
+ - @ai-sdk/provider@2.0.0-alpha.10
998
+ - @ai-sdk/openai-compatible@1.0.0-alpha.10
999
+ - @ai-sdk/provider-utils@3.0.0-alpha.10
1000
+
1001
+ ## 1.0.0-alpha.9
1002
+
1003
+ ### Patch Changes
1004
+
1005
+ - Updated dependencies [811dff3]
1006
+ - @ai-sdk/provider@2.0.0-alpha.9
1007
+ - @ai-sdk/openai-compatible@1.0.0-alpha.9
1008
+ - @ai-sdk/provider-utils@3.0.0-alpha.9
1009
+
1010
+ ## 1.0.0-alpha.8
1011
+
1012
+ ### Patch Changes
1013
+
1014
+ - Updated dependencies
1015
+ - @ai-sdk/provider-utils@3.0.0-alpha.8
1016
+ - @ai-sdk/provider@2.0.0-alpha.8
1017
+ - @ai-sdk/openai-compatible@1.0.0-alpha.8
1018
+
1019
+ ## 1.0.0-alpha.7
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - Updated dependencies [5c56081]
1024
+ - @ai-sdk/provider@2.0.0-alpha.7
1025
+ - @ai-sdk/openai-compatible@1.0.0-alpha.7
1026
+ - @ai-sdk/provider-utils@3.0.0-alpha.7
1027
+
1028
+ ## 1.0.0-alpha.6
1029
+
1030
+ ### Patch Changes
1031
+
1032
+ - Updated dependencies [0d2c085]
1033
+ - @ai-sdk/provider@2.0.0-alpha.6
1034
+ - @ai-sdk/openai-compatible@1.0.0-alpha.6
1035
+ - @ai-sdk/provider-utils@3.0.0-alpha.6
1036
+
1037
+ ## 1.0.0-alpha.4
1038
+
1039
+ ### Patch Changes
1040
+
1041
+ - Updated dependencies [dc714f3]
1042
+ - @ai-sdk/provider@2.0.0-alpha.4
1043
+ - @ai-sdk/openai-compatible@1.0.0-alpha.4
1044
+ - @ai-sdk/provider-utils@3.0.0-alpha.4
1045
+
1046
+ ## 1.0.0-alpha.3
1047
+
1048
+ ### Patch Changes
1049
+
1050
+ - Updated dependencies [6b98118]
1051
+ - @ai-sdk/provider@2.0.0-alpha.3
1052
+ - @ai-sdk/openai-compatible@1.0.0-alpha.3
1053
+ - @ai-sdk/provider-utils@3.0.0-alpha.3
1054
+
1055
+ ## 1.0.0-alpha.2
1056
+
1057
+ ### Patch Changes
1058
+
1059
+ - Updated dependencies [26535e0]
1060
+ - @ai-sdk/provider@2.0.0-alpha.2
1061
+ - @ai-sdk/openai-compatible@1.0.0-alpha.2
1062
+ - @ai-sdk/provider-utils@3.0.0-alpha.2
1063
+
1064
+ ## 1.0.0-alpha.1
1065
+
1066
+ ### Patch Changes
1067
+
1068
+ - Updated dependencies [3f2f00c]
1069
+ - @ai-sdk/provider@2.0.0-alpha.1
1070
+ - @ai-sdk/openai-compatible@1.0.0-alpha.1
1071
+ - @ai-sdk/provider-utils@3.0.0-alpha.1
1072
+
1073
+ ## 1.0.0-canary.19
1074
+
1075
+ ### Patch Changes
1076
+
1077
+ - Updated dependencies [faf8446]
1078
+ - @ai-sdk/provider-utils@3.0.0-canary.19
1079
+ - @ai-sdk/openai-compatible@1.0.0-canary.19
1080
+
1081
+ ## 1.0.0-canary.18
1082
+
1083
+ ### Patch Changes
1084
+
1085
+ - Updated dependencies [40acf9b]
1086
+ - @ai-sdk/provider-utils@3.0.0-canary.18
1087
+ - @ai-sdk/openai-compatible@1.0.0-canary.18
1088
+
1089
+ ## 1.0.0-canary.17
1090
+
1091
+ ### Patch Changes
1092
+
1093
+ - Updated dependencies
1094
+ - @ai-sdk/openai-compatible@1.0.0-canary.17
1095
+ - @ai-sdk/provider-utils@3.0.0-canary.17
1096
+
1097
+ ## 1.0.0-canary.16
1098
+
1099
+ ### Patch Changes
1100
+
1101
+ - Updated dependencies [87b828f]
1102
+ - @ai-sdk/provider-utils@3.0.0-canary.16
1103
+ - @ai-sdk/openai-compatible@1.0.0-canary.16
1104
+
1105
+ ## 1.0.0-canary.15
1106
+
1107
+ ### Patch Changes
1108
+
1109
+ - Updated dependencies
1110
+ - @ai-sdk/provider-utils@3.0.0-canary.15
1111
+ - @ai-sdk/provider@2.0.0-canary.14
1112
+ - @ai-sdk/openai-compatible@1.0.0-canary.15
1113
+
1114
+ ## 1.0.0-canary.14
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - Updated dependencies
1119
+ - @ai-sdk/provider-utils@3.0.0-canary.14
1120
+ - @ai-sdk/provider@2.0.0-canary.13
1121
+ - @ai-sdk/openai-compatible@1.0.0-canary.14
1122
+
1123
+ ## 1.0.0-canary.13
1124
+
1125
+ ### Patch Changes
1126
+
1127
+ - Updated dependencies
1128
+ - @ai-sdk/provider@2.0.0-canary.12
1129
+ - @ai-sdk/openai-compatible@1.0.0-canary.13
1130
+ - @ai-sdk/provider-utils@3.0.0-canary.13
1131
+
1132
+ ## 1.0.0-canary.12
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - Updated dependencies
1137
+ - @ai-sdk/provider@2.0.0-canary.11
1138
+ - @ai-sdk/openai-compatible@1.0.0-canary.12
1139
+ - @ai-sdk/provider-utils@3.0.0-canary.12
1140
+
1141
+ ## 1.0.0-canary.11
1142
+
1143
+ ### Patch Changes
1144
+
1145
+ - Updated dependencies
1146
+ - @ai-sdk/openai-compatible@1.0.0-canary.11
1147
+ - @ai-sdk/provider-utils@3.0.0-canary.11
1148
+ - @ai-sdk/provider@2.0.0-canary.10
1149
+
1150
+ ## 1.0.0-canary.10
1151
+
1152
+ ### Patch Changes
1153
+
1154
+ - Updated dependencies
1155
+ - @ai-sdk/openai-compatible@1.0.0-canary.10
1156
+ - @ai-sdk/provider@2.0.0-canary.9
1157
+ - @ai-sdk/provider-utils@3.0.0-canary.10
1158
+
1159
+ ## 1.0.0-canary.9
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - Updated dependencies
1164
+ - @ai-sdk/provider@2.0.0-canary.8
1165
+ - @ai-sdk/openai-compatible@1.0.0-canary.9
1166
+ - @ai-sdk/provider-utils@3.0.0-canary.9
1167
+
1168
+ ## 1.0.0-canary.8
1169
+
1170
+ ### Patch Changes
1171
+
1172
+ - Updated dependencies
1173
+ - @ai-sdk/provider-utils@3.0.0-canary.8
1174
+ - @ai-sdk/provider@2.0.0-canary.7
1175
+ - @ai-sdk/openai-compatible@1.0.0-canary.8
1176
+
1177
+ ## 1.0.0-canary.7
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - fa49207: feat(providers/openai-compatible): convert to providerOptions
1182
+ - Updated dependencies
1183
+ - @ai-sdk/openai-compatible@1.0.0-canary.7
1184
+ - @ai-sdk/provider@2.0.0-canary.6
1185
+ - @ai-sdk/provider-utils@3.0.0-canary.7
1186
+
1187
+ ## 1.0.0-canary.6
1188
+
1189
+ ### Patch Changes
1190
+
1191
+ - Updated dependencies
1192
+ - @ai-sdk/openai-compatible@1.0.0-canary.6
1193
+ - @ai-sdk/provider@2.0.0-canary.5
1194
+ - @ai-sdk/provider-utils@3.0.0-canary.6
1195
+
1196
+ ## 1.0.0-canary.5
1197
+
1198
+ ### Patch Changes
1199
+
1200
+ - Updated dependencies [6f6bb89]
1201
+ - @ai-sdk/provider@2.0.0-canary.4
1202
+ - @ai-sdk/openai-compatible@1.0.0-canary.5
1203
+ - @ai-sdk/provider-utils@3.0.0-canary.5
1204
+
1205
+ ## 1.0.0-canary.4
1206
+
1207
+ ### Patch Changes
1208
+
1209
+ - Updated dependencies [d1a1aa1]
1210
+ - @ai-sdk/provider@2.0.0-canary.3
1211
+ - @ai-sdk/openai-compatible@1.0.0-canary.4
1212
+ - @ai-sdk/provider-utils@3.0.0-canary.4
1213
+
1214
+ ## 1.0.0-canary.3
1215
+
1216
+ ### Patch Changes
1217
+
1218
+ - Updated dependencies
1219
+ - @ai-sdk/provider-utils@3.0.0-canary.3
1220
+ - @ai-sdk/provider@2.0.0-canary.2
1221
+ - @ai-sdk/openai-compatible@1.0.0-canary.3
1222
+
1223
+ ## 1.0.0-canary.2
1224
+
1225
+ ### Patch Changes
1226
+
1227
+ - Updated dependencies
1228
+ - @ai-sdk/provider@2.0.0-canary.1
1229
+ - @ai-sdk/openai-compatible@1.0.0-canary.2
1230
+ - @ai-sdk/provider-utils@3.0.0-canary.2
1231
+
1232
+ ## 1.0.0-canary.1
1233
+
1234
+ ### Patch Changes
1235
+
1236
+ - Updated dependencies
1237
+ - @ai-sdk/provider-utils@3.0.0-canary.1
1238
+ - @ai-sdk/openai-compatible@1.0.0-canary.1
1239
+
1240
+ ## 1.0.0-canary.0
1241
+
1242
+ ### Major Changes
1243
+
1244
+ - d5f588f: AI SDK 5
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - Updated dependencies [d5f588f]
1249
+ - @ai-sdk/provider-utils@3.0.0-canary.0
1250
+ - @ai-sdk/openai-compatible@1.0.0-canary.0
1251
+ - @ai-sdk/provider@2.0.0-canary.0
1252
+
1253
+ ## 0.2.5
1254
+
1255
+ ### Patch Changes
1256
+
1257
+ - Updated dependencies [d186cca]
1258
+ - @ai-sdk/openai-compatible@0.2.5
1259
+
1260
+ ## 0.2.4
1261
+
1262
+ ### Patch Changes
1263
+
1264
+ - Updated dependencies [28be004]
1265
+ - @ai-sdk/provider-utils@2.2.3
1266
+ - @ai-sdk/openai-compatible@0.2.4
1267
+
1268
+ ## 0.2.3
1269
+
1270
+ ### Patch Changes
1271
+
1272
+ - Updated dependencies [b01120e]
1273
+ - @ai-sdk/provider-utils@2.2.2
1274
+ - @ai-sdk/openai-compatible@0.2.3
1275
+
1276
+ ## 0.2.2
1277
+
1278
+ ### Patch Changes
1279
+
1280
+ - Updated dependencies [a6b55cc]
1281
+ - @ai-sdk/openai-compatible@0.2.2
1282
+
1283
+ ## 0.2.1
1284
+
1285
+ ### Patch Changes
1286
+
1287
+ - Updated dependencies [f10f0fa]
1288
+ - @ai-sdk/provider-utils@2.2.1
1289
+ - @ai-sdk/openai-compatible@0.2.1
1290
+
1291
+ ## 0.2.0
1292
+
1293
+ ### Minor Changes
1294
+
1295
+ - 5bc638d: AI SDK 4.2
1296
+
1297
+ ### Patch Changes
1298
+
1299
+ - Updated dependencies [5bc638d]
1300
+ - @ai-sdk/openai-compatible@0.2.0
1301
+ - @ai-sdk/provider@1.1.0
1302
+ - @ai-sdk/provider-utils@2.2.0
1303
+
1304
+ ## 0.1.17
1305
+
1306
+ ### Patch Changes
1307
+
1308
+ - Updated dependencies [d0c4659]
1309
+ - @ai-sdk/provider-utils@2.1.15
1310
+ - @ai-sdk/openai-compatible@0.1.17
1311
+
1312
+ ## 0.1.16
1313
+
1314
+ ### Patch Changes
1315
+
1316
+ - Updated dependencies [0bd5bc6]
1317
+ - @ai-sdk/provider@1.0.12
1318
+ - @ai-sdk/openai-compatible@0.1.16
1319
+ - @ai-sdk/provider-utils@2.1.14
1320
+
1321
+ ## 0.1.15
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - Updated dependencies [2e1101a]
1326
+ - @ai-sdk/provider@1.0.11
1327
+ - @ai-sdk/openai-compatible@0.1.15
1328
+ - @ai-sdk/provider-utils@2.1.13
1329
+
1330
+ ## 0.1.14
1331
+
1332
+ ### Patch Changes
1333
+
1334
+ - Updated dependencies [1531959]
1335
+ - @ai-sdk/provider-utils@2.1.12
1336
+ - @ai-sdk/openai-compatible@0.1.14
1337
+
1338
+ ## 0.1.13
1339
+
1340
+ ### Patch Changes
1341
+
1342
+ - Updated dependencies [e1d3d42]
1343
+ - @ai-sdk/openai-compatible@0.1.13
1344
+ - @ai-sdk/provider@1.0.10
1345
+ - @ai-sdk/provider-utils@2.1.11
1346
+
1347
+ ## 0.1.12
1348
+
1349
+ ### Patch Changes
1350
+
1351
+ - Updated dependencies [ddf9740]
1352
+ - @ai-sdk/provider@1.0.9
1353
+ - @ai-sdk/openai-compatible@0.1.12
1354
+ - @ai-sdk/provider-utils@2.1.10
1355
+
1356
+ ## 0.1.11
1357
+
1358
+ ### Patch Changes
1359
+
1360
+ - Updated dependencies [2761f06]
1361
+ - @ai-sdk/provider@1.0.8
1362
+ - @ai-sdk/openai-compatible@0.1.11
1363
+ - @ai-sdk/provider-utils@2.1.9
1364
+
1365
+ ## 0.1.10
1366
+
1367
+ ### Patch Changes
1368
+
1369
+ - Updated dependencies [2e898b4]
1370
+ - @ai-sdk/provider-utils@2.1.8
1371
+ - @ai-sdk/openai-compatible@0.1.10
1372
+
1373
+ ## 0.1.9
1374
+
1375
+ ### Patch Changes
1376
+
1377
+ - Updated dependencies [3ff4ef8]
1378
+ - @ai-sdk/provider-utils@2.1.7
1379
+ - @ai-sdk/openai-compatible@0.1.9
1380
+
1381
+ ## 0.1.8
1382
+
1383
+ ### Patch Changes
1384
+
1385
+ - Updated dependencies [d89c3b9]
1386
+ - @ai-sdk/provider@1.0.7
1387
+ - @ai-sdk/openai-compatible@0.1.8
1388
+ - @ai-sdk/provider-utils@2.1.6
1389
+
1390
+ ## 0.1.7
1391
+
1392
+ ### Patch Changes
1393
+
1394
+ - Updated dependencies [f2c6c37]
1395
+ - @ai-sdk/openai-compatible@0.1.7
1396
+
1397
+ ## 0.1.6
1398
+
1399
+ ### Patch Changes
1400
+
1401
+ - Updated dependencies [3a602ca]
1402
+ - @ai-sdk/provider-utils@2.1.5
1403
+ - @ai-sdk/openai-compatible@0.1.6
1404
+
1405
+ ## 0.1.5
1406
+
1407
+ ### Patch Changes
1408
+
1409
+ - Updated dependencies [066206e]
1410
+ - @ai-sdk/provider-utils@2.1.4
1411
+ - @ai-sdk/openai-compatible@0.1.5
1412
+
1413
+ ## 0.1.4
1414
+
1415
+ ### Patch Changes
1416
+
1417
+ - Updated dependencies [39e5c1f]
1418
+ - @ai-sdk/provider-utils@2.1.3
1419
+ - @ai-sdk/openai-compatible@0.1.4
1420
+
1421
+ ## 0.1.3
1422
+
1423
+ ### Patch Changes
1424
+
1425
+ - 361fd08: chore: update a few add'l processor references to extractor
1426
+ - Updated dependencies [361fd08]
1427
+ - @ai-sdk/openai-compatible@0.1.3
1428
+
1429
+ ## 0.1.2
1430
+
1431
+ ### Patch Changes
1432
+
1433
+ - ed012d2: feat (provider/deepseek): extract cache usage as provide metadata
1434
+ - Updated dependencies
1435
+ - @ai-sdk/openai-compatible@0.1.2
1436
+ - @ai-sdk/provider-utils@2.1.2
1437
+ - @ai-sdk/provider@1.0.6
1438
+
1439
+ ## 0.1.1
1440
+
1441
+ ### Patch Changes
1442
+
1443
+ - 0a699f1: feat: add reasoning token support
1444
+ - Updated dependencies
1445
+ - @ai-sdk/provider-utils@2.1.1
1446
+ - @ai-sdk/openai-compatible@0.1.1
1447
+ - @ai-sdk/provider@1.0.5
1448
+
1449
+ ## 0.1.0
1450
+
1451
+ ### Minor Changes
1452
+
1453
+ - 62ba5ad: release: AI SDK 4.1
1454
+
1455
+ ### Patch Changes
1456
+
1457
+ - Updated dependencies [62ba5ad]
1458
+ - @ai-sdk/openai-compatible@0.1.0
1459
+ - @ai-sdk/provider-utils@2.1.0
1460
+
1461
+ ## 0.0.6
1462
+
1463
+ ### Patch Changes
1464
+
1465
+ - Updated dependencies [00114c5]
1466
+ - @ai-sdk/provider-utils@2.0.8
1467
+ - @ai-sdk/openai-compatible@0.0.18
1468
+
1469
+ ## 0.0.5
1470
+
1471
+ ### Patch Changes
1472
+
1473
+ - Updated dependencies [ae57beb]
1474
+ - @ai-sdk/openai-compatible@0.0.17
1475
+
1476
+ ## 0.0.4
1477
+
1478
+ ### Patch Changes
1479
+
1480
+ - Updated dependencies [7611964]
1481
+ - @ai-sdk/openai-compatible@0.0.16
1482
+
1483
+ ## 0.0.3
1484
+
1485
+ ### Patch Changes
1486
+
1487
+ - Updated dependencies
1488
+ - @ai-sdk/provider-utils@2.0.7
1489
+ - @ai-sdk/openai-compatible@0.0.15
1490
+
1491
+ ## 0.0.2
1492
+
1493
+ ### Patch Changes
1494
+
1495
+ - Updated dependencies
1496
+ - @ai-sdk/provider@1.0.4
1497
+ - @ai-sdk/provider-utils@2.0.6
1498
+ - @ai-sdk/openai-compatible@0.0.14
1499
+
1500
+ ## 0.0.1
1501
+
1502
+ ### Patch Changes
1503
+
1504
+ - 7a40f5b: feat (provider/deepseek): Add DeepSeek provider.