@ai-sdk/deepseek 0.0.0-64aae7dd-20260114144918

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