@ai-sdk/deepseek 0.0.0-1c33ba03-20260114162300

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