@boltai/ai-sdk-anthropic 2.0.74-boltai.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1859 @@
1
+ # @ai-sdk/anthropic
2
+
3
+ ## 2.0.74
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a27a978]
8
+ - @ai-sdk/provider-utils@3.0.23
9
+
10
+ ## 2.0.73
11
+
12
+ ### Patch Changes
13
+
14
+ - 42bc840: fix(anthropic): move claude-haiku-4-5 to the 4-5 model group in getModelCapabilities
15
+
16
+ Moves `claude-haiku-4-5` from the `claude-sonnet-4-`/`claude-3-7-sonnet` group (structured output: false) to the `claude-sonnet-4-5`/`claude-opus-4-5` group (structured output: true), aligning with main and release-v6.0.
17
+
18
+ ## 2.0.72
19
+
20
+ ### Patch Changes
21
+
22
+ - 98bd0e2: feat(provider/anthropic): support new code_execution tool
23
+
24
+ ## 2.0.71
25
+
26
+ ### Patch Changes
27
+
28
+ - b0a0821: feat (provider/anthropic): support passing metadata.user_id
29
+
30
+ ## 2.0.70
31
+
32
+ ### Patch Changes
33
+
34
+ - a9a7f73: feat(anthropic): support eagerInputStreaming option for fine-grained tool streaming
35
+
36
+ ## 2.0.69
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [6a2f01b]
41
+ - Updated dependencies [17d64e3]
42
+ - @ai-sdk/provider-utils@3.0.22
43
+
44
+ ## 2.0.68
45
+
46
+ ### Patch Changes
47
+
48
+ - 63bf188: feat(anthropic): expose anthropic.anthropicBeta to downstream providers
49
+
50
+ ## 2.0.67
51
+
52
+ ### Patch Changes
53
+
54
+ - e1b08a6: Pass `cacheControl` provider option as top-level `cache_control` in Anthropic API request body to support automatic caching.
55
+
56
+ ## 2.0.66
57
+
58
+ ### Patch Changes
59
+
60
+ - b153525: fix compaction_delta streaming schema to allow null content
61
+
62
+ ## 2.0.65
63
+
64
+ ### Patch Changes
65
+
66
+ - fe42fd3: feat(provider/anthropic): add support for new Claude Sonnet 4.6 model
67
+
68
+ ## 2.0.64
69
+
70
+ ### Patch Changes
71
+
72
+ - 9d5c1b1: fix(provider/anthropic): minor follow up to support no-op speed standard
73
+
74
+ ## 2.0.63
75
+
76
+ ### Patch Changes
77
+
78
+ - e551c84: fix(anthropic): map proper context management tools for anthropic
79
+
80
+ ## 2.0.62
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [20565b8]
85
+ - @ai-sdk/provider-utils@3.0.21
86
+
87
+ ## 2.0.61
88
+
89
+ ### Patch Changes
90
+
91
+ - af58c05: feat(anthropic): add the new compaction feature
92
+
93
+ ## 2.0.60
94
+
95
+ ### Patch Changes
96
+
97
+ - 368f270: feat(anthropic): add support for Opus 4.6 fast mode
98
+
99
+ ## 2.0.59
100
+
101
+ ### Patch Changes
102
+
103
+ - ca1f53a: feat(anthropic): add support for Opus 4.6
104
+
105
+ ## 2.0.58
106
+
107
+ ### Patch Changes
108
+
109
+ - 8479fe8: trigger for backport release
110
+ - 008ce2f: fix `input_tokens` compatibility
111
+
112
+ ## 2.0.57
113
+
114
+ ### Patch Changes
115
+
116
+ - 526fe8d: fix: trigger new release for `@ai-v5` dist-tag
117
+ - Updated dependencies [526fe8d]
118
+ - @ai-sdk/provider@2.0.1
119
+ - @ai-sdk/provider-utils@3.0.20
120
+
121
+ ## 2.0.56
122
+
123
+ ### Patch Changes
124
+
125
+ - 3716d34: fix(anthropic): support pdf responses in web_fetch_tool_result schema validation
126
+
127
+ ## 2.0.55
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [ef6d784]
132
+ - @ai-sdk/provider-utils@3.0.19
133
+
134
+ ## 2.0.54
135
+
136
+ ### Patch Changes
137
+
138
+ - ccf34f3: fix(anthropic): make title field nullable in web_fetch and web_search tool output schemas
139
+
140
+ ## 2.0.53
141
+
142
+ ### Patch Changes
143
+
144
+ - 65dee10: fix(anthropic): simplify pulling first chunk
145
+
146
+ ## 2.0.52
147
+
148
+ ### Patch Changes
149
+
150
+ - 518e786: fix(anthropic): send {} as tool input when streaming tool calls without arguments
151
+
152
+ ## 2.0.51
153
+
154
+ ### Patch Changes
155
+
156
+ - a54839c: fix(anthropic): pull first chunk without async IIFE
157
+
158
+ ## 2.0.50
159
+
160
+ ### Patch Changes
161
+
162
+ - d1dbe5d: throw 500 error when the first stream chunk is an error
163
+ - Updated dependencies [d1dbe5d]
164
+ - @ai-sdk/provider-utils@3.0.18
165
+
166
+ ## 2.0.49
167
+
168
+ ### Patch Changes
169
+
170
+ - dcdfeb7: Retain user-supplied betas.
171
+
172
+ ## 2.0.48
173
+
174
+ ### Patch Changes
175
+
176
+ - f2c6cbd: feat(provider/anthropic): Anthropic-native structured outputs
177
+
178
+ ## 2.0.47
179
+
180
+ ### Patch Changes
181
+
182
+ - 3a7a427: 'fix(anthropic): Opus 4.5 `maxOutputTokens` bump `32000` -> `64000`'
183
+
184
+ ## 2.0.46
185
+
186
+ ### Patch Changes
187
+
188
+ - 54a0480: Opus 4.5 and `effort` provider option
189
+
190
+ ## 2.0.45
191
+
192
+ ### Patch Changes
193
+
194
+ - 54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warnings
195
+
196
+ ## 2.0.44
197
+
198
+ ### Patch Changes
199
+
200
+ - Updated dependencies [056c471]
201
+ - @ai-sdk/provider-utils@3.0.17
202
+
203
+ ## 2.0.43
204
+
205
+ ### Patch Changes
206
+
207
+ - e2dac8b: Support for custom provider name in google and anthropic providers
208
+
209
+ ## 2.0.42
210
+
211
+ ### Patch Changes
212
+
213
+ - 035b927: fix: set providerExecuted on Anthropic web_fetch tool results
214
+
215
+ ## 2.0.41
216
+
217
+ ### Patch Changes
218
+
219
+ - 51aa5de: backport: test server
220
+ - Updated dependencies [51aa5de]
221
+ - @ai-sdk/provider-utils@3.0.16
222
+
223
+ ## 2.0.40
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [f2da310]
228
+ - @ai-sdk/provider-utils@3.0.15
229
+
230
+ ## 2.0.39
231
+
232
+ ### Patch Changes
233
+
234
+ - Updated dependencies [949718b]
235
+ - @ai-sdk/provider-utils@3.0.14
236
+
237
+ ## 2.0.38
238
+
239
+ ### Patch Changes
240
+
241
+ - Updated dependencies [1e05490]
242
+ - @ai-sdk/provider-utils@3.0.13
243
+
244
+ ## 2.0.37
245
+
246
+ ### Patch Changes
247
+
248
+ - de1d309: fix(provider/anthropic): do not limit maxTokens when model id is unknown
249
+
250
+ ## 2.0.36
251
+
252
+ ### Patch Changes
253
+
254
+ - 5a46f11: add return `file_id` property for anthropic code-execution-20250825 to download output files.
255
+
256
+ ## 2.0.35
257
+
258
+ ### Patch Changes
259
+
260
+ - 1091a20: support ANTHROPIC_BASE_URL
261
+
262
+ ## 2.0.34
263
+
264
+ ### Patch Changes
265
+
266
+ - 65f2628: feat(provider/anthropic): expose container from response in provider metadata
267
+
268
+ ## 2.0.33
269
+
270
+ ### Patch Changes
271
+
272
+ - 28c9c6a: feat(anthropic): add prompt caching validation
273
+
274
+ ## 2.0.32
275
+
276
+ ### Patch Changes
277
+
278
+ - 492b1ee: feat(provider/anthropic): add support for Agent Skills
279
+
280
+ ## 2.0.31
281
+
282
+ ### Patch Changes
283
+
284
+ - b73ba90: feat(provider/anthropic): default and limit maxTokens based on model
285
+
286
+ ## 2.0.30
287
+
288
+ ### Patch Changes
289
+
290
+ - 650287f: chore: add model ID for Haiku 4.5
291
+
292
+ ## 2.0.29
293
+
294
+ ### Patch Changes
295
+
296
+ - 4dd53dd: feat(provider/anthropic): memory tool
297
+
298
+ ## 2.0.28
299
+
300
+ ### Patch Changes
301
+
302
+ - 07274ad: Add support for 2025-08-25 code execution tool
303
+
304
+ ## 2.0.27
305
+
306
+ ### Patch Changes
307
+
308
+ - 069b370: Add support for pdf file in tool result in anthropic
309
+
310
+ ## 2.0.26
311
+
312
+ ### Patch Changes
313
+
314
+ - Updated dependencies [17f9872]
315
+ - @ai-sdk/provider-utils@3.0.12
316
+
317
+ ## 2.0.25
318
+
319
+ ### Patch Changes
320
+
321
+ - b2b4837: chore(provider/anthropic): lazy schema loading
322
+
323
+ ## 2.0.24
324
+
325
+ ### Patch Changes
326
+
327
+ - 6f0644c: chore: use import \* from zod/v4
328
+ - Updated dependencies [6f0644c]
329
+ - Updated dependencies [6f0644c]
330
+ - @ai-sdk/provider-utils@3.0.11
331
+
332
+ ## 2.0.23
333
+
334
+ ### Patch Changes
335
+
336
+ - d78faa7: feat(provider/anthropic): expose stop_sequence in provider metadata
337
+
338
+ ## 2.0.22
339
+
340
+ ### Patch Changes
341
+
342
+ - f969579: chore: add model ID for Sonnet 4.5
343
+
344
+ ## 2.0.21
345
+
346
+ ### Patch Changes
347
+
348
+ - 62b5f1a: fix(provider/anthropic): support null title in web fetch tool
349
+
350
+ ## 2.0.20
351
+
352
+ ### Patch Changes
353
+
354
+ - 8e08229: feat(provider/anthropic): web search tool updates
355
+ - f77cc8c: feat(provider/anthropic): add text_editor_20250728 tool support
356
+
357
+ Add text_editor_20250728 tool for Claude 4 models (Sonnet 4, Opus 4, Opus 4.1) with optional max_characters parameter and no undo_edit command support.
358
+
359
+ - 9398a72: fix(provider/anthropic): correct raw usage information
360
+ - a80ea09: feat(provider/anthropic): add web fetch tool
361
+ - 53afb19: chore(provider/anthropic): update anthropic model ids
362
+
363
+ ## 2.0.19
364
+
365
+ ### Patch Changes
366
+
367
+ - bc5ed71: chore: update zod peer depenedency version
368
+ - Updated dependencies [bc5ed71]
369
+ - @ai-sdk/provider-utils@3.0.10
370
+
371
+ ## 2.0.18
372
+
373
+ ### Patch Changes
374
+
375
+ - 322901b: feat: add provider version to user-agent header
376
+
377
+ ## 2.0.17
378
+
379
+ ### Patch Changes
380
+
381
+ - da92132: fix(provider/anthorpic): add cacheControl to AnthropicProviderOptions
382
+
383
+ ## 2.0.16
384
+
385
+ ### Patch Changes
386
+
387
+ - Updated dependencies [0294b58]
388
+ - @ai-sdk/provider-utils@3.0.9
389
+
390
+ ## 2.0.15
391
+
392
+ ### Patch Changes
393
+
394
+ - c8aab0a: fix (provider/anthropic): revert cd458a8c1667df86e6987a1f2e06159823453864
395
+
396
+ ## 2.0.14
397
+
398
+ ### Patch Changes
399
+
400
+ - 2338c79: feat (provider/anthropic): update jsdoc of anthropic tools
401
+
402
+ ## 2.0.13
403
+
404
+ ### Patch Changes
405
+
406
+ - cd458a8: fix(anthropic): reorder tool_result parts to front of combined user messages
407
+
408
+ Reorders tool_result content to appear before user text within combined user messages, ensuring Claude API validation requirements are met while preserving the intentional message combining behavior that prevents role alternation errors. Fixes #8318.
409
+
410
+ ## 2.0.12
411
+
412
+ ### Patch Changes
413
+
414
+ - Updated dependencies [99964ed]
415
+ - @ai-sdk/provider-utils@3.0.8
416
+
417
+ ## 2.0.11
418
+
419
+ ### Patch Changes
420
+
421
+ - c7fee29: feat(anthropic): handle `pause_turn` as value for `stop_reason`
422
+
423
+ ## 2.0.10
424
+
425
+ ### Patch Changes
426
+
427
+ - c152ef7: feat(providers/anthropic): map 'refusal' stop reason to 'content-filter' finishReason
428
+
429
+ ## 2.0.9
430
+
431
+ ### Patch Changes
432
+
433
+ - cdc6b7a: fix(provider/anthropic): disable parallel tool use when using json output tool for structured responses
434
+
435
+ ## 2.0.8
436
+
437
+ ### Patch Changes
438
+
439
+ - Updated dependencies [886e7cd]
440
+ - @ai-sdk/provider-utils@3.0.7
441
+
442
+ ## 2.0.7
443
+
444
+ ### Patch Changes
445
+
446
+ - Updated dependencies [1b5a3d3]
447
+ - @ai-sdk/provider-utils@3.0.6
448
+
449
+ ## 2.0.6
450
+
451
+ ### Patch Changes
452
+
453
+ - Updated dependencies [0857788]
454
+ - @ai-sdk/provider-utils@3.0.5
455
+
456
+ ## 2.0.5
457
+
458
+ ### Patch Changes
459
+
460
+ - Updated dependencies [68751f9]
461
+ - @ai-sdk/provider-utils@3.0.4
462
+
463
+ ## 2.0.4
464
+
465
+ ### Patch Changes
466
+
467
+ - ae859ce: Added support for Anthropic provider's server-side code execution tool
468
+
469
+ ## 2.0.3
470
+
471
+ ### Patch Changes
472
+
473
+ - Updated dependencies [034e229]
474
+ - Updated dependencies [f25040d]
475
+ - @ai-sdk/provider-utils@3.0.3
476
+
477
+ ## 2.0.2
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies [38ac190]
482
+ - @ai-sdk/provider-utils@3.0.2
483
+
484
+ ## 2.0.1
485
+
486
+ ### Patch Changes
487
+
488
+ - Updated dependencies [90d212f]
489
+ - @ai-sdk/provider-utils@3.0.1
490
+
491
+ ## 2.0.0
492
+
493
+ ### Major Changes
494
+
495
+ - d5f588f: AI SDK 5
496
+
497
+ ### Patch Changes
498
+
499
+ - ad66c0e: feat (provider/anthropic): json response schema support via tool calls
500
+ - 8f2854f: feat (provider/anthropic): send web search tool calls
501
+ - 5d959e7: refactor: updated openai + anthropic tool use server side
502
+ - 8dfcb11: feat(anthropic/citation): text support for citations
503
+ - 9f73965: feat (provider/anthropic): parse websearch tool args
504
+ - e2aceaf: feat: add raw chunk support
505
+ - fdff8a4: fix(provider/anthropic): correct Claude 4 model ID format
506
+ - eb173f1: chore (providers): remove model shorthand deprecation warnings
507
+ - 4f26d59: feat(provider/anthropic): add disable parallel tool use option
508
+ - 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
509
+ - a85c85f: fix (provider/anthropic): streaming json output
510
+ - 5c9eec4: chore(providers/anthropic): switch to providerOptions
511
+ - 2e13791: feat(anthropic): add server-side web search support
512
+ - 66962ed: fix(packages): export node10 compatible types
513
+ - 075711d: fix (provider/anthropic): return stop finish reason for json output with tool
514
+ - 269683f: Add raw Anthropic usage information to provider metadata
515
+ - d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
516
+ - b9ddcdd: feat(anthropic): add text_editor_20250429 tool for Claude 4 models
517
+ - 91715e5: fix (provider/google-vertex): fix anthropic support for image urls in messages
518
+ - ca8aac6: feat (providers/anthropic): add claude v4 models
519
+ - 61ab528: Add support for URL-based PDF documents in the Anthropic provider
520
+ - 84577c8: fix (providers/anthropic): remove fine grained tool streaming beta
521
+ - d1a034f: feature: using Zod 4 for internal stuff
522
+ - 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
523
+ - 205077b: fix: improve Zod compatibility
524
+ - ee5a9c0: feat: streamText onChunk raw chunk support
525
+ - f418dd7: Added anthropic provider defined tool support to amazon bedrock
526
+ - 362b048: add web search tool support
527
+ - 399e056: fix: anthropic computer tool
528
+ - 0b678b2: feat (provider/anthropic): enable streaming tool calls
529
+ - f10304b: feat(tool-calling): don't require the user to have to pass parameters
530
+ - a753b3a: feat (provider/anthropic): cache control for tools
531
+ - Updated dependencies [a571d6e]
532
+ - Updated dependencies [742b7be]
533
+ - Updated dependencies [e7fcc86]
534
+ - Updated dependencies [7cddb72]
535
+ - Updated dependencies [ccce59b]
536
+ - Updated dependencies [e2b9e4b]
537
+ - Updated dependencies [95857aa]
538
+ - Updated dependencies [45c1ea2]
539
+ - Updated dependencies [6f6bb89]
540
+ - Updated dependencies [060370c]
541
+ - Updated dependencies [dc714f3]
542
+ - Updated dependencies [b5da06a]
543
+ - Updated dependencies [d1a1aa1]
544
+ - Updated dependencies [63f9e9b]
545
+ - Updated dependencies [5d142ab]
546
+ - Updated dependencies [d5f588f]
547
+ - Updated dependencies [e025824]
548
+ - Updated dependencies [0571b98]
549
+ - Updated dependencies [b6b43c7]
550
+ - Updated dependencies [4fef487]
551
+ - Updated dependencies [48d257a]
552
+ - Updated dependencies [0c0c0b3]
553
+ - Updated dependencies [0d2c085]
554
+ - Updated dependencies [40acf9b]
555
+ - Updated dependencies [9222aeb]
556
+ - Updated dependencies [e2aceaf]
557
+ - Updated dependencies [411e483]
558
+ - Updated dependencies [8ba77a7]
559
+ - Updated dependencies [7b3ae3f]
560
+ - Updated dependencies [a166433]
561
+ - Updated dependencies [26735b5]
562
+ - Updated dependencies [443d8ec]
563
+ - Updated dependencies [a8c8bd5]
564
+ - Updated dependencies [abf9a79]
565
+ - Updated dependencies [14c9410]
566
+ - Updated dependencies [e86be6f]
567
+ - Updated dependencies [9bf7291]
568
+ - Updated dependencies [2e13791]
569
+ - Updated dependencies [9f95b35]
570
+ - Updated dependencies [66962ed]
571
+ - Updated dependencies [0d06df6]
572
+ - Updated dependencies [472524a]
573
+ - Updated dependencies [dd3ff01]
574
+ - Updated dependencies [d9c98f4]
575
+ - Updated dependencies [05d2819]
576
+ - Updated dependencies [9301f86]
577
+ - Updated dependencies [0a87932]
578
+ - Updated dependencies [c4a2fec]
579
+ - Updated dependencies [957b739]
580
+ - Updated dependencies [79457bd]
581
+ - Updated dependencies [a3f768e]
582
+ - Updated dependencies [7435eb5]
583
+ - Updated dependencies [8aa9e20]
584
+ - Updated dependencies [4617fab]
585
+ - Updated dependencies [ac34802]
586
+ - Updated dependencies [0054544]
587
+ - Updated dependencies [cb68df0]
588
+ - Updated dependencies [ad80501]
589
+ - Updated dependencies [68ecf2f]
590
+ - Updated dependencies [9e9c809]
591
+ - Updated dependencies [32831c6]
592
+ - Updated dependencies [6dc848c]
593
+ - Updated dependencies [6b98118]
594
+ - Updated dependencies [d0f9495]
595
+ - Updated dependencies [63d791d]
596
+ - Updated dependencies [87b828f]
597
+ - Updated dependencies [3f2f00c]
598
+ - Updated dependencies [bfdca8d]
599
+ - Updated dependencies [0ff02bb]
600
+ - Updated dependencies [7979f7f]
601
+ - Updated dependencies [39a4fab]
602
+ - Updated dependencies [44f4aba]
603
+ - Updated dependencies [9bd5ab5]
604
+ - Updated dependencies [57edfcb]
605
+ - Updated dependencies [faf8446]
606
+ - Updated dependencies [7ea4132]
607
+ - Updated dependencies [d1a034f]
608
+ - Updated dependencies [5c56081]
609
+ - Updated dependencies [fd65bc6]
610
+ - Updated dependencies [023ba40]
611
+ - Updated dependencies [ea7a7c9]
612
+ - Updated dependencies [26535e0]
613
+ - Updated dependencies [e030615]
614
+ - Updated dependencies [5e57fae]
615
+ - Updated dependencies [393138b]
616
+ - Updated dependencies [c57e248]
617
+ - Updated dependencies [88a8ee5]
618
+ - Updated dependencies [41fa418]
619
+ - Updated dependencies [205077b]
620
+ - Updated dependencies [71f938d]
621
+ - Updated dependencies [3795467]
622
+ - Updated dependencies [28a5ed5]
623
+ - Updated dependencies [7182d14]
624
+ - Updated dependencies [c1e6647]
625
+ - Updated dependencies [1766ede]
626
+ - Updated dependencies [811dff3]
627
+ - Updated dependencies [f10304b]
628
+ - Updated dependencies [dd5fd43]
629
+ - Updated dependencies [33f4a6a]
630
+ - Updated dependencies [383cbfa]
631
+ - Updated dependencies [27deb4d]
632
+ - Updated dependencies [c4df419]
633
+ - @ai-sdk/provider-utils@3.0.0
634
+ - @ai-sdk/provider@2.0.0
635
+
636
+ ## 2.0.0-beta.13
637
+
638
+ ### Patch Changes
639
+
640
+ - Updated dependencies [88a8ee5]
641
+ - @ai-sdk/provider-utils@3.0.0-beta.10
642
+
643
+ ## 2.0.0-beta.12
644
+
645
+ ### Patch Changes
646
+
647
+ - f418dd7: Added anthropic provider defined tool support to amazon bedrock
648
+ - Updated dependencies [27deb4d]
649
+ - @ai-sdk/provider@2.0.0-beta.2
650
+ - @ai-sdk/provider-utils@3.0.0-beta.9
651
+
652
+ ## 2.0.0-beta.11
653
+
654
+ ### Patch Changes
655
+
656
+ - eb173f1: chore (providers): remove model shorthand deprecation warnings
657
+ - Updated dependencies [dd5fd43]
658
+ - @ai-sdk/provider-utils@3.0.0-beta.8
659
+
660
+ ## 2.0.0-beta.10
661
+
662
+ ### Patch Changes
663
+
664
+ - 269683f: Add raw Anthropic usage information to provider metadata
665
+ - Updated dependencies [e7fcc86]
666
+ - @ai-sdk/provider-utils@3.0.0-beta.7
667
+
668
+ ## 2.0.0-beta.9
669
+
670
+ ### Patch Changes
671
+
672
+ - 4f26d59: feat(provider/anthropic): add disable parallel tool use option
673
+ - a753b3a: feat (provider/anthropic): cache control for tools
674
+ - Updated dependencies [ac34802]
675
+ - @ai-sdk/provider-utils@3.0.0-beta.6
676
+
677
+ ## 2.0.0-beta.8
678
+
679
+ ### Patch Changes
680
+
681
+ - Updated dependencies [57edfcb]
682
+ - Updated dependencies [383cbfa]
683
+ - @ai-sdk/provider-utils@3.0.0-beta.5
684
+
685
+ ## 2.0.0-beta.7
686
+
687
+ ### Patch Changes
688
+
689
+ - 205077b: fix: improve Zod compatibility
690
+ - Updated dependencies [205077b]
691
+ - @ai-sdk/provider-utils@3.0.0-beta.4
692
+
693
+ ## 2.0.0-beta.6
694
+
695
+ ### Patch Changes
696
+
697
+ - Updated dependencies [05d2819]
698
+ - @ai-sdk/provider-utils@3.0.0-beta.3
699
+
700
+ ## 2.0.0-beta.5
701
+
702
+ ### Patch Changes
703
+
704
+ - b9ddcdd: feat(anthropic): add text_editor_20250429 tool for Claude 4 models
705
+
706
+ ## 2.0.0-beta.4
707
+
708
+ ### Patch Changes
709
+
710
+ - fdff8a4: fix(provider/anthropic): correct Claude 4 model ID format
711
+ - 84577c8: fix (providers/anthropic): remove fine grained tool streaming beta
712
+
713
+ ## 2.0.0-beta.3
714
+
715
+ ### Patch Changes
716
+
717
+ - a85c85f: fix (provider/anthropic): streaming json output
718
+ - d1a034f: feature: using Zod 4 for internal stuff
719
+ - 0b678b2: feat (provider/anthropic): enable streaming tool calls
720
+ - Updated dependencies [0571b98]
721
+ - Updated dependencies [39a4fab]
722
+ - Updated dependencies [d1a034f]
723
+ - @ai-sdk/provider-utils@3.0.0-beta.2
724
+
725
+ ## 2.0.0-beta.2
726
+
727
+ ### Patch Changes
728
+
729
+ - d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
730
+
731
+ ## 2.0.0-beta.1
732
+
733
+ ### Patch Changes
734
+
735
+ - 8f2854f: feat (provider/anthropic): send web search tool calls
736
+ - 5d959e7: refactor: updated openai + anthropic tool use server side
737
+ - 9f73965: feat (provider/anthropic): parse websearch tool args
738
+ - 399e056: fix: anthropic computer tool
739
+ - Updated dependencies [742b7be]
740
+ - Updated dependencies [7cddb72]
741
+ - Updated dependencies [ccce59b]
742
+ - Updated dependencies [e2b9e4b]
743
+ - Updated dependencies [45c1ea2]
744
+ - Updated dependencies [e025824]
745
+ - Updated dependencies [0d06df6]
746
+ - Updated dependencies [472524a]
747
+ - Updated dependencies [dd3ff01]
748
+ - Updated dependencies [7435eb5]
749
+ - Updated dependencies [cb68df0]
750
+ - Updated dependencies [bfdca8d]
751
+ - Updated dependencies [44f4aba]
752
+ - Updated dependencies [023ba40]
753
+ - Updated dependencies [5e57fae]
754
+ - Updated dependencies [71f938d]
755
+ - Updated dependencies [28a5ed5]
756
+ - @ai-sdk/provider@2.0.0-beta.1
757
+ - @ai-sdk/provider-utils@3.0.0-beta.1
758
+
759
+ ## 2.0.0-alpha.15
760
+
761
+ ### Patch Changes
762
+
763
+ - Updated dependencies [48d257a]
764
+ - Updated dependencies [8ba77a7]
765
+ - @ai-sdk/provider@2.0.0-alpha.15
766
+ - @ai-sdk/provider-utils@3.0.0-alpha.15
767
+
768
+ ## 2.0.0-alpha.14
769
+
770
+ ### Patch Changes
771
+
772
+ - 2e13791: feat(anthropic): add server-side web search support
773
+ - 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
774
+ - Updated dependencies [b5da06a]
775
+ - Updated dependencies [63f9e9b]
776
+ - Updated dependencies [2e13791]
777
+ - @ai-sdk/provider@2.0.0-alpha.14
778
+ - @ai-sdk/provider-utils@3.0.0-alpha.14
779
+
780
+ ## 2.0.0-alpha.13
781
+
782
+ ### Patch Changes
783
+
784
+ - 8dfcb11: feat(anthropic/citation): text support for citations
785
+ - ee5a9c0: feat: streamText onChunk raw chunk support
786
+ - Updated dependencies [68ecf2f]
787
+ - @ai-sdk/provider@2.0.0-alpha.13
788
+ - @ai-sdk/provider-utils@3.0.0-alpha.13
789
+
790
+ ## 2.0.0-alpha.12
791
+
792
+ ### Patch Changes
793
+
794
+ - e2aceaf: feat: add raw chunk support
795
+ - Updated dependencies [e2aceaf]
796
+ - @ai-sdk/provider@2.0.0-alpha.12
797
+ - @ai-sdk/provider-utils@3.0.0-alpha.12
798
+
799
+ ## 2.0.0-alpha.11
800
+
801
+ ### Patch Changes
802
+
803
+ - 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
804
+ - Updated dependencies [c1e6647]
805
+ - @ai-sdk/provider@2.0.0-alpha.11
806
+ - @ai-sdk/provider-utils@3.0.0-alpha.11
807
+
808
+ ## 2.0.0-alpha.10
809
+
810
+ ### Patch Changes
811
+
812
+ - Updated dependencies [c4df419]
813
+ - @ai-sdk/provider@2.0.0-alpha.10
814
+ - @ai-sdk/provider-utils@3.0.0-alpha.10
815
+
816
+ ## 2.0.0-alpha.9
817
+
818
+ ### Patch Changes
819
+
820
+ - 362b048: add web search tool support
821
+ - Updated dependencies [811dff3]
822
+ - @ai-sdk/provider@2.0.0-alpha.9
823
+ - @ai-sdk/provider-utils@3.0.0-alpha.9
824
+
825
+ ## 2.0.0-alpha.8
826
+
827
+ ### Patch Changes
828
+
829
+ - ad66c0e: feat (provider/anthropic): json response schema support via tool calls
830
+ - 075711d: fix (provider/anthropic): return stop finish reason for json output with tool
831
+ - Updated dependencies [4fef487]
832
+ - Updated dependencies [9222aeb]
833
+ - @ai-sdk/provider-utils@3.0.0-alpha.8
834
+ - @ai-sdk/provider@2.0.0-alpha.8
835
+
836
+ ## 2.0.0-alpha.7
837
+
838
+ ### Patch Changes
839
+
840
+ - Updated dependencies [5c56081]
841
+ - @ai-sdk/provider@2.0.0-alpha.7
842
+ - @ai-sdk/provider-utils@3.0.0-alpha.7
843
+
844
+ ## 2.0.0-alpha.6
845
+
846
+ ### Patch Changes
847
+
848
+ - Updated dependencies [0d2c085]
849
+ - @ai-sdk/provider@2.0.0-alpha.6
850
+ - @ai-sdk/provider-utils@3.0.0-alpha.6
851
+
852
+ ## 2.0.0-alpha.4
853
+
854
+ ### Patch Changes
855
+
856
+ - ca8aac6: feat (providers/anthropic): add claude v4 models
857
+ - Updated dependencies [dc714f3]
858
+ - @ai-sdk/provider@2.0.0-alpha.4
859
+ - @ai-sdk/provider-utils@3.0.0-alpha.4
860
+
861
+ ## 2.0.0-alpha.3
862
+
863
+ ### Patch Changes
864
+
865
+ - Updated dependencies [6b98118]
866
+ - @ai-sdk/provider@2.0.0-alpha.3
867
+ - @ai-sdk/provider-utils@3.0.0-alpha.3
868
+
869
+ ## 2.0.0-alpha.2
870
+
871
+ ### Patch Changes
872
+
873
+ - Updated dependencies [26535e0]
874
+ - @ai-sdk/provider@2.0.0-alpha.2
875
+ - @ai-sdk/provider-utils@3.0.0-alpha.2
876
+
877
+ ## 2.0.0-alpha.1
878
+
879
+ ### Patch Changes
880
+
881
+ - Updated dependencies [3f2f00c]
882
+ - @ai-sdk/provider@2.0.0-alpha.1
883
+ - @ai-sdk/provider-utils@3.0.0-alpha.1
884
+
885
+ ## 2.0.0-canary.19
886
+
887
+ ### Patch Changes
888
+
889
+ - Updated dependencies [faf8446]
890
+ - @ai-sdk/provider-utils@3.0.0-canary.19
891
+
892
+ ## 2.0.0-canary.18
893
+
894
+ ### Patch Changes
895
+
896
+ - Updated dependencies [40acf9b]
897
+ - @ai-sdk/provider-utils@3.0.0-canary.18
898
+
899
+ ## 2.0.0-canary.17
900
+
901
+ ### Patch Changes
902
+
903
+ - Updated dependencies [ea7a7c9]
904
+ - @ai-sdk/provider-utils@3.0.0-canary.17
905
+
906
+ ## 2.0.0-canary.16
907
+
908
+ ### Patch Changes
909
+
910
+ - Updated dependencies [87b828f]
911
+ - @ai-sdk/provider-utils@3.0.0-canary.16
912
+
913
+ ## 2.0.0-canary.15
914
+
915
+ ### Patch Changes
916
+
917
+ - Updated dependencies [a571d6e]
918
+ - Updated dependencies [a8c8bd5]
919
+ - Updated dependencies [7979f7f]
920
+ - Updated dependencies [41fa418]
921
+ - @ai-sdk/provider-utils@3.0.0-canary.15
922
+ - @ai-sdk/provider@2.0.0-canary.14
923
+
924
+ ## 2.0.0-canary.14
925
+
926
+ ### Patch Changes
927
+
928
+ - Updated dependencies [957b739]
929
+ - Updated dependencies [9bd5ab5]
930
+ - @ai-sdk/provider-utils@3.0.0-canary.14
931
+ - @ai-sdk/provider@2.0.0-canary.13
932
+
933
+ ## 2.0.0-canary.13
934
+
935
+ ### Patch Changes
936
+
937
+ - Updated dependencies [7b3ae3f]
938
+ - Updated dependencies [0ff02bb]
939
+ - @ai-sdk/provider@2.0.0-canary.12
940
+ - @ai-sdk/provider-utils@3.0.0-canary.13
941
+
942
+ ## 2.0.0-canary.12
943
+
944
+ ### Patch Changes
945
+
946
+ - 5c9eec4: chore(providers/anthropic): switch to providerOptions
947
+ - Updated dependencies [9bf7291]
948
+ - Updated dependencies [4617fab]
949
+ - Updated dependencies [e030615]
950
+ - @ai-sdk/provider@2.0.0-canary.11
951
+ - @ai-sdk/provider-utils@3.0.0-canary.12
952
+
953
+ ## 2.0.0-canary.11
954
+
955
+ ### Patch Changes
956
+
957
+ - 66962ed: fix(packages): export node10 compatible types
958
+ - Updated dependencies [66962ed]
959
+ - Updated dependencies [9301f86]
960
+ - Updated dependencies [a3f768e]
961
+ - @ai-sdk/provider-utils@3.0.0-canary.11
962
+ - @ai-sdk/provider@2.0.0-canary.10
963
+
964
+ ## 2.0.0-canary.10
965
+
966
+ ### Patch Changes
967
+
968
+ - Updated dependencies [e86be6f]
969
+ - @ai-sdk/provider@2.0.0-canary.9
970
+ - @ai-sdk/provider-utils@3.0.0-canary.10
971
+
972
+ ## 2.0.0-canary.9
973
+
974
+ ### Patch Changes
975
+
976
+ - Updated dependencies [95857aa]
977
+ - Updated dependencies [7ea4132]
978
+ - @ai-sdk/provider@2.0.0-canary.8
979
+ - @ai-sdk/provider-utils@3.0.0-canary.9
980
+
981
+ ## 2.0.0-canary.8
982
+
983
+ ### Patch Changes
984
+
985
+ - Updated dependencies [5d142ab]
986
+ - Updated dependencies [b6b43c7]
987
+ - Updated dependencies [8aa9e20]
988
+ - Updated dependencies [3795467]
989
+ - @ai-sdk/provider-utils@3.0.0-canary.8
990
+ - @ai-sdk/provider@2.0.0-canary.7
991
+
992
+ ## 2.0.0-canary.7
993
+
994
+ ### Patch Changes
995
+
996
+ - Updated dependencies [26735b5]
997
+ - Updated dependencies [443d8ec]
998
+ - Updated dependencies [14c9410]
999
+ - Updated dependencies [d9c98f4]
1000
+ - Updated dependencies [c4a2fec]
1001
+ - Updated dependencies [0054544]
1002
+ - Updated dependencies [9e9c809]
1003
+ - Updated dependencies [32831c6]
1004
+ - Updated dependencies [d0f9495]
1005
+ - Updated dependencies [fd65bc6]
1006
+ - Updated dependencies [393138b]
1007
+ - Updated dependencies [7182d14]
1008
+ - @ai-sdk/provider@2.0.0-canary.6
1009
+ - @ai-sdk/provider-utils@3.0.0-canary.7
1010
+
1011
+ ## 2.0.0-canary.6
1012
+
1013
+ ### Patch Changes
1014
+
1015
+ - f10304b: feat(tool-calling): don't require the user to have to pass parameters
1016
+ - Updated dependencies [411e483]
1017
+ - Updated dependencies [79457bd]
1018
+ - Updated dependencies [ad80501]
1019
+ - Updated dependencies [1766ede]
1020
+ - Updated dependencies [f10304b]
1021
+ - @ai-sdk/provider@2.0.0-canary.5
1022
+ - @ai-sdk/provider-utils@3.0.0-canary.6
1023
+
1024
+ ## 2.0.0-canary.5
1025
+
1026
+ ### Patch Changes
1027
+
1028
+ - Updated dependencies [6f6bb89]
1029
+ - @ai-sdk/provider@2.0.0-canary.4
1030
+ - @ai-sdk/provider-utils@3.0.0-canary.5
1031
+
1032
+ ## 2.0.0-canary.4
1033
+
1034
+ ### Patch Changes
1035
+
1036
+ - Updated dependencies [d1a1aa1]
1037
+ - @ai-sdk/provider@2.0.0-canary.3
1038
+ - @ai-sdk/provider-utils@3.0.0-canary.4
1039
+
1040
+ ## 2.0.0-canary.3
1041
+
1042
+ ### Patch Changes
1043
+
1044
+ - 61ab528: Add support for URL-based PDF documents in the Anthropic provider
1045
+ - Updated dependencies [a166433]
1046
+ - Updated dependencies [abf9a79]
1047
+ - Updated dependencies [9f95b35]
1048
+ - Updated dependencies [0a87932]
1049
+ - Updated dependencies [6dc848c]
1050
+ - @ai-sdk/provider-utils@3.0.0-canary.3
1051
+ - @ai-sdk/provider@2.0.0-canary.2
1052
+
1053
+ ## 2.0.0-canary.2
1054
+
1055
+ ### Patch Changes
1056
+
1057
+ - Updated dependencies [c57e248]
1058
+ - Updated dependencies [33f4a6a]
1059
+ - @ai-sdk/provider@2.0.0-canary.1
1060
+ - @ai-sdk/provider-utils@3.0.0-canary.2
1061
+
1062
+ ## 2.0.0-canary.1
1063
+
1064
+ ### Patch Changes
1065
+
1066
+ - Updated dependencies [060370c]
1067
+ - Updated dependencies [0c0c0b3]
1068
+ - Updated dependencies [63d791d]
1069
+ - @ai-sdk/provider-utils@3.0.0-canary.1
1070
+
1071
+ ## 2.0.0-canary.0
1072
+
1073
+ ### Major Changes
1074
+
1075
+ - d5f588f: AI SDK 5
1076
+
1077
+ ### Patch Changes
1078
+
1079
+ - 91715e5: fix (provider/google-vertex): fix anthropic support for image urls in messages
1080
+ - Updated dependencies [d5f588f]
1081
+ - @ai-sdk/provider-utils@3.0.0-canary.0
1082
+ - @ai-sdk/provider@2.0.0-canary.0
1083
+
1084
+ ## 1.2.4
1085
+
1086
+ ### Patch Changes
1087
+
1088
+ - Updated dependencies [28be004]
1089
+ - @ai-sdk/provider-utils@2.2.3
1090
+
1091
+ ## 1.2.3
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - Updated dependencies [b01120e]
1096
+ - @ai-sdk/provider-utils@2.2.2
1097
+
1098
+ ## 1.2.2
1099
+
1100
+ ### Patch Changes
1101
+
1102
+ - aeaa92b: feat (provider/anthropic): expose type for validating Anthropic responses provider options
1103
+
1104
+ ## 1.2.1
1105
+
1106
+ ### Patch Changes
1107
+
1108
+ - Updated dependencies [f10f0fa]
1109
+ - @ai-sdk/provider-utils@2.2.1
1110
+
1111
+ ## 1.2.0
1112
+
1113
+ ### Minor Changes
1114
+
1115
+ - 5bc638d: AI SDK 4.2
1116
+
1117
+ ### Patch Changes
1118
+
1119
+ - Updated dependencies [5bc638d]
1120
+ - @ai-sdk/provider@1.1.0
1121
+ - @ai-sdk/provider-utils@2.2.0
1122
+
1123
+ ## 1.1.19
1124
+
1125
+ ### Patch Changes
1126
+
1127
+ - Updated dependencies [d0c4659]
1128
+ - @ai-sdk/provider-utils@2.1.15
1129
+
1130
+ ## 1.1.18
1131
+
1132
+ ### Patch Changes
1133
+
1134
+ - Updated dependencies [0bd5bc6]
1135
+ - @ai-sdk/provider@1.0.12
1136
+ - @ai-sdk/provider-utils@2.1.14
1137
+
1138
+ ## 1.1.17
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - Updated dependencies [2e1101a]
1143
+ - @ai-sdk/provider@1.0.11
1144
+ - @ai-sdk/provider-utils@2.1.13
1145
+
1146
+ ## 1.1.16
1147
+
1148
+ ### Patch Changes
1149
+
1150
+ - Updated dependencies [1531959]
1151
+ - @ai-sdk/provider-utils@2.1.12
1152
+
1153
+ ## 1.1.15
1154
+
1155
+ ### Patch Changes
1156
+
1157
+ - e1d3d42: feat (ai): expose raw response body in generateText and generateObject
1158
+ - Updated dependencies [e1d3d42]
1159
+ - @ai-sdk/provider@1.0.10
1160
+ - @ai-sdk/provider-utils@2.1.11
1161
+
1162
+ ## 1.1.14
1163
+
1164
+ ### Patch Changes
1165
+
1166
+ - 0e8b66c: feat (provider/anthropic): support image urls
1167
+
1168
+ ## 1.1.13
1169
+
1170
+ ### Patch Changes
1171
+
1172
+ - 3004b14: feat(provider/anthropic): add bash_20250124 and text_editor_20250124 tools
1173
+
1174
+ ## 1.1.12
1175
+
1176
+ ### Patch Changes
1177
+
1178
+ - b3e5a15: fix (provider/anthropic): add model setting to allow omitting reasoning content from model requests
1179
+
1180
+ ## 1.1.11
1181
+
1182
+ ### Patch Changes
1183
+
1184
+ - 00276ae: feat (provider/anthropic): update types for Anthropic computer_20250124 tool
1185
+ - a4f8714: feat (provider/anthropic): update beta flag for sonnet-3-7 when using new computer-use tool
1186
+
1187
+ ## 1.1.10
1188
+
1189
+ ### Patch Changes
1190
+
1191
+ - ddf9740: feat (ai): add anthropic reasoning
1192
+ - Updated dependencies [ddf9740]
1193
+ - @ai-sdk/provider@1.0.9
1194
+ - @ai-sdk/provider-utils@2.1.10
1195
+
1196
+ ## 1.1.9
1197
+
1198
+ ### Patch Changes
1199
+
1200
+ - Updated dependencies [2761f06]
1201
+ - @ai-sdk/provider@1.0.8
1202
+ - @ai-sdk/provider-utils@2.1.9
1203
+
1204
+ ## 1.1.8
1205
+
1206
+ ### Patch Changes
1207
+
1208
+ - Updated dependencies [2e898b4]
1209
+ - @ai-sdk/provider-utils@2.1.8
1210
+
1211
+ ## 1.1.7
1212
+
1213
+ ### Patch Changes
1214
+
1215
+ - Updated dependencies [3ff4ef8]
1216
+ - @ai-sdk/provider-utils@2.1.7
1217
+
1218
+ ## 1.1.6
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - Updated dependencies [d89c3b9]
1223
+ - @ai-sdk/provider@1.0.7
1224
+ - @ai-sdk/provider-utils@2.1.6
1225
+
1226
+ ## 1.1.5
1227
+
1228
+ ### Patch Changes
1229
+
1230
+ - Updated dependencies [3a602ca]
1231
+ - @ai-sdk/provider-utils@2.1.5
1232
+
1233
+ ## 1.1.4
1234
+
1235
+ ### Patch Changes
1236
+
1237
+ - Updated dependencies [066206e]
1238
+ - @ai-sdk/provider-utils@2.1.4
1239
+
1240
+ ## 1.1.3
1241
+
1242
+ ### Patch Changes
1243
+
1244
+ - Updated dependencies [39e5c1f]
1245
+ - @ai-sdk/provider-utils@2.1.3
1246
+
1247
+ ## 1.1.2
1248
+
1249
+ ### Patch Changes
1250
+
1251
+ - Updated dependencies [ed012d2]
1252
+ - Updated dependencies [3a58a2e]
1253
+ - @ai-sdk/provider-utils@2.1.2
1254
+ - @ai-sdk/provider@1.0.6
1255
+
1256
+ ## 1.1.1
1257
+
1258
+ ### Patch Changes
1259
+
1260
+ - 858f934: feat (provider/anthropic): default cache-control on and mark model setting deprecated
1261
+ - b284e2c: feat (provider/google-vertex): support prompt caching for Anthropic Claude models
1262
+ - Updated dependencies [e7a9ec9]
1263
+ - Updated dependencies [0a699f1]
1264
+ - @ai-sdk/provider-utils@2.1.1
1265
+ - @ai-sdk/provider@1.0.5
1266
+
1267
+ ## 1.1.0
1268
+
1269
+ ### Minor Changes
1270
+
1271
+ - 62ba5ad: release: AI SDK 4.1
1272
+
1273
+ ### Patch Changes
1274
+
1275
+ - Updated dependencies [62ba5ad]
1276
+ - @ai-sdk/provider-utils@2.1.0
1277
+
1278
+ ## 1.0.9
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - Updated dependencies [00114c5]
1283
+ - @ai-sdk/provider-utils@2.0.8
1284
+
1285
+ ## 1.0.8
1286
+
1287
+ ### Patch Changes
1288
+
1289
+ - Updated dependencies [90fb95a]
1290
+ - Updated dependencies [e6dfef4]
1291
+ - Updated dependencies [6636db6]
1292
+ - @ai-sdk/provider-utils@2.0.7
1293
+
1294
+ ## 1.0.7
1295
+
1296
+ ### Patch Changes
1297
+
1298
+ - Updated dependencies [19a2ce7]
1299
+ - Updated dependencies [19a2ce7]
1300
+ - Updated dependencies [6337688]
1301
+ - @ai-sdk/provider@1.0.4
1302
+ - @ai-sdk/provider-utils@2.0.6
1303
+
1304
+ ## 1.0.6
1305
+
1306
+ ### Patch Changes
1307
+
1308
+ - 5ed5e45: chore (config): Use ts-library.json tsconfig for no-UI libs.
1309
+ - Updated dependencies [5ed5e45]
1310
+ - @ai-sdk/provider-utils@2.0.5
1311
+ - @ai-sdk/provider@1.0.3
1312
+
1313
+ ## 1.0.5
1314
+
1315
+ ### Patch Changes
1316
+
1317
+ - Updated dependencies [09a9cab]
1318
+ - @ai-sdk/provider@1.0.2
1319
+ - @ai-sdk/provider-utils@2.0.4
1320
+
1321
+ ## 1.0.4
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - bcd892e: feat (provider/google-vertex): Add support for Anthropic models.
1326
+
1327
+ ## 1.0.3
1328
+
1329
+ ### Patch Changes
1330
+
1331
+ - Updated dependencies [0984f0b]
1332
+ - @ai-sdk/provider-utils@2.0.3
1333
+
1334
+ ## 1.0.2
1335
+
1336
+ ### Patch Changes
1337
+
1338
+ - Updated dependencies [b446ae5]
1339
+ - @ai-sdk/provider@1.0.1
1340
+ - @ai-sdk/provider-utils@2.0.2
1341
+
1342
+ ## 1.0.1
1343
+
1344
+ ### Patch Changes
1345
+
1346
+ - Updated dependencies [c3ab5de]
1347
+ - @ai-sdk/provider-utils@2.0.1
1348
+
1349
+ ## 1.0.0
1350
+
1351
+ ### Major Changes
1352
+
1353
+ - 66060f7: chore (release): bump major version to 4.0
1354
+ - 0d3d3f5: chore (providers): remove baseUrl option
1355
+ - 8ad0504: chore (provider/anthropic): remove Anthropic facade
1356
+ - 2f6e8c0: chore (provider/anthropic): remove topK model setting
1357
+
1358
+ ### Patch Changes
1359
+
1360
+ - Updated dependencies [b469a7e]
1361
+ - Updated dependencies [dce4158]
1362
+ - Updated dependencies [c0ddc24]
1363
+ - Updated dependencies [b1da952]
1364
+ - Updated dependencies [dce4158]
1365
+ - Updated dependencies [8426f55]
1366
+ - Updated dependencies [db46ce5]
1367
+ - @ai-sdk/provider-utils@2.0.0
1368
+ - @ai-sdk/provider@1.0.0
1369
+
1370
+ ## 1.0.0-canary.4
1371
+
1372
+ ### Major Changes
1373
+
1374
+ - 2f6e8c0: chore (provider/anthropic): remove topK model setting
1375
+
1376
+ ## 1.0.0-canary.3
1377
+
1378
+ ### Patch Changes
1379
+
1380
+ - Updated dependencies [8426f55]
1381
+ - @ai-sdk/provider-utils@2.0.0-canary.3
1382
+
1383
+ ## 1.0.0-canary.2
1384
+
1385
+ ### Patch Changes
1386
+
1387
+ - Updated dependencies [dce4158]
1388
+ - Updated dependencies [dce4158]
1389
+ - @ai-sdk/provider-utils@2.0.0-canary.2
1390
+
1391
+ ## 1.0.0-canary.1
1392
+
1393
+ ### Major Changes
1394
+
1395
+ - 0d3d3f5: chore (providers): remove baseUrl option
1396
+ - 8ad0504: chore (provider/anthropic): remove Anthropic facade
1397
+
1398
+ ### Patch Changes
1399
+
1400
+ - Updated dependencies [b1da952]
1401
+ - @ai-sdk/provider-utils@2.0.0-canary.1
1402
+
1403
+ ## 1.0.0-canary.0
1404
+
1405
+ ### Major Changes
1406
+
1407
+ - 66060f7: chore (release): bump major version to 4.0
1408
+
1409
+ ### Patch Changes
1410
+
1411
+ - Updated dependencies [b469a7e]
1412
+ - Updated dependencies [c0ddc24]
1413
+ - Updated dependencies [db46ce5]
1414
+ - @ai-sdk/provider-utils@2.0.0-canary.0
1415
+ - @ai-sdk/provider@1.0.0-canary.0
1416
+
1417
+ ## 0.0.56
1418
+
1419
+ ### Patch Changes
1420
+
1421
+ - e6042b1: feat (provider/anthropic): add haiku 3.5 model ids
1422
+
1423
+ ## 0.0.55
1424
+
1425
+ ### Patch Changes
1426
+
1427
+ - ac380e3: fix (provider/anthropic): continuation mode with 3+ steps
1428
+
1429
+ ## 0.0.54
1430
+
1431
+ ### Patch Changes
1432
+
1433
+ - 4d2e53b: feat (provider/anthropic): pdf support
1434
+ - c8afcb5: feat (provider/anthropic): allow using computer use and cache control at the same time
1435
+
1436
+ ## 0.0.53
1437
+
1438
+ ### Patch Changes
1439
+
1440
+ - 3b1b69a: feat (provider/anthropic): add computer use tools
1441
+ - 3b1b69a: feat: provider-defined tools
1442
+ - 8c222cd: feat (provider/anthropic): update model ids
1443
+ - 811a317: feat (ai/core): multi-part tool results (incl. images)
1444
+ - Updated dependencies [aa98cdb]
1445
+ - Updated dependencies [1486128]
1446
+ - Updated dependencies [7b937c5]
1447
+ - Updated dependencies [3b1b69a]
1448
+ - Updated dependencies [811a317]
1449
+ - @ai-sdk/provider-utils@1.0.22
1450
+ - @ai-sdk/provider@0.0.26
1451
+
1452
+ ## 0.0.52
1453
+
1454
+ ### Patch Changes
1455
+
1456
+ - b9b0d7b: feat (ai): access raw request body
1457
+ - Updated dependencies [b9b0d7b]
1458
+ - @ai-sdk/provider@0.0.25
1459
+ - @ai-sdk/provider-utils@1.0.21
1460
+
1461
+ ## 0.0.51
1462
+
1463
+ ### Patch Changes
1464
+
1465
+ - Updated dependencies [d595d0d]
1466
+ - @ai-sdk/provider@0.0.24
1467
+ - @ai-sdk/provider-utils@1.0.20
1468
+
1469
+ ## 0.0.50
1470
+
1471
+ ### Patch Changes
1472
+
1473
+ - Updated dependencies [273f696]
1474
+ - @ai-sdk/provider-utils@1.0.19
1475
+
1476
+ ## 0.0.49
1477
+
1478
+ ### Patch Changes
1479
+
1480
+ - 03313cd: feat (ai): expose response id, response model, response timestamp in telemetry and api
1481
+ - 3be7c1c: fix (provider/anthropic): support prompt caching on assistant messages
1482
+ - Updated dependencies [03313cd]
1483
+ - Updated dependencies [3be7c1c]
1484
+ - @ai-sdk/provider-utils@1.0.18
1485
+ - @ai-sdk/provider@0.0.23
1486
+
1487
+ ## 0.0.48
1488
+
1489
+ ### Patch Changes
1490
+
1491
+ - 26515cb: feat (ai/provider): introduce ProviderV1 specification
1492
+ - Updated dependencies [26515cb]
1493
+ - @ai-sdk/provider@0.0.22
1494
+ - @ai-sdk/provider-utils@1.0.17
1495
+
1496
+ ## 0.0.47
1497
+
1498
+ ### Patch Changes
1499
+
1500
+ - Updated dependencies [09f895f]
1501
+ - @ai-sdk/provider-utils@1.0.16
1502
+
1503
+ ## 0.0.46
1504
+
1505
+ ### Patch Changes
1506
+
1507
+ - Updated dependencies [d67fa9c]
1508
+ - @ai-sdk/provider-utils@1.0.15
1509
+
1510
+ ## 0.0.45
1511
+
1512
+ ### Patch Changes
1513
+
1514
+ - 95a53a3: chore (provider/anthropic): remove tool calls beta header
1515
+
1516
+ ## 0.0.44
1517
+
1518
+ ### Patch Changes
1519
+
1520
+ - Updated dependencies [f2c025e]
1521
+ - @ai-sdk/provider@0.0.21
1522
+ - @ai-sdk/provider-utils@1.0.14
1523
+
1524
+ ## 0.0.43
1525
+
1526
+ ### Patch Changes
1527
+
1528
+ - 6ac355e: feat (provider/anthropic): add cache control support
1529
+ - Updated dependencies [6ac355e]
1530
+ - @ai-sdk/provider@0.0.20
1531
+ - @ai-sdk/provider-utils@1.0.13
1532
+
1533
+ ## 0.0.42
1534
+
1535
+ ### Patch Changes
1536
+
1537
+ - dd712ac: fix: use FetchFunction type to prevent self-reference
1538
+ - Updated dependencies [dd712ac]
1539
+ - @ai-sdk/provider-utils@1.0.12
1540
+
1541
+ ## 0.0.41
1542
+
1543
+ ### Patch Changes
1544
+
1545
+ - 89b18ca: fix (ai/provider): send finish reason 'unknown' by default
1546
+ - Updated dependencies [dd4a0f5]
1547
+ - @ai-sdk/provider@0.0.19
1548
+ - @ai-sdk/provider-utils@1.0.11
1549
+
1550
+ ## 0.0.40
1551
+
1552
+ ### Patch Changes
1553
+
1554
+ - Updated dependencies [4bd27a9]
1555
+ - Updated dependencies [845754b]
1556
+ - @ai-sdk/provider-utils@1.0.10
1557
+ - @ai-sdk/provider@0.0.18
1558
+
1559
+ ## 0.0.39
1560
+
1561
+ ### Patch Changes
1562
+
1563
+ - Updated dependencies [029af4c]
1564
+ - @ai-sdk/provider@0.0.17
1565
+ - @ai-sdk/provider-utils@1.0.9
1566
+
1567
+ ## 0.0.38
1568
+
1569
+ ### Patch Changes
1570
+
1571
+ - Updated dependencies [d58517b]
1572
+ - @ai-sdk/provider@0.0.16
1573
+ - @ai-sdk/provider-utils@1.0.8
1574
+
1575
+ ## 0.0.37
1576
+
1577
+ ### Patch Changes
1578
+
1579
+ - Updated dependencies [96aed25]
1580
+ - @ai-sdk/provider@0.0.15
1581
+ - @ai-sdk/provider-utils@1.0.7
1582
+
1583
+ ## 0.0.36
1584
+
1585
+ ### Patch Changes
1586
+
1587
+ - Updated dependencies [9614584]
1588
+ - Updated dependencies [0762a22]
1589
+ - @ai-sdk/provider-utils@1.0.6
1590
+
1591
+ ## 0.0.35
1592
+
1593
+ ### Patch Changes
1594
+
1595
+ - fe2128f0: feat (provider/anthropic): combine sequential assistant messages into one
1596
+
1597
+ ## 0.0.34
1598
+
1599
+ ### Patch Changes
1600
+
1601
+ - 7d0fd5a8: fix (provider/anthropic): handle error stream chunks
1602
+
1603
+ ## 0.0.33
1604
+
1605
+ ### Patch Changes
1606
+
1607
+ - a8d1c9e9: feat (ai/core): parallel image download
1608
+ - Updated dependencies [a8d1c9e9]
1609
+ - @ai-sdk/provider-utils@1.0.5
1610
+ - @ai-sdk/provider@0.0.14
1611
+
1612
+ ## 0.0.32
1613
+
1614
+ ### Patch Changes
1615
+
1616
+ - Updated dependencies [4f88248f]
1617
+ - @ai-sdk/provider-utils@1.0.4
1618
+
1619
+ ## 0.0.31
1620
+
1621
+ ### Patch Changes
1622
+
1623
+ - 2b9da0f0: feat (core): support stopSequences setting.
1624
+ - a5b58845: feat (core): support topK setting
1625
+ - 4aa8deb3: feat (provider): support responseFormat setting in provider api
1626
+ - 13b27ec6: chore (ai/core): remove grammar mode
1627
+ - Updated dependencies [2b9da0f0]
1628
+ - Updated dependencies [a5b58845]
1629
+ - Updated dependencies [4aa8deb3]
1630
+ - Updated dependencies [13b27ec6]
1631
+ - @ai-sdk/provider@0.0.13
1632
+ - @ai-sdk/provider-utils@1.0.3
1633
+
1634
+ ## 0.0.30
1635
+
1636
+ ### Patch Changes
1637
+
1638
+ - 4c6b80f7: chore (provider/anthropic): improve object-tool mode
1639
+
1640
+ ## 0.0.29
1641
+
1642
+ ### Patch Changes
1643
+
1644
+ - Updated dependencies [b7290943]
1645
+ - @ai-sdk/provider@0.0.12
1646
+ - @ai-sdk/provider-utils@1.0.2
1647
+
1648
+ ## 0.0.28
1649
+
1650
+ ### Patch Changes
1651
+
1652
+ - Updated dependencies [d481729f]
1653
+ - @ai-sdk/provider-utils@1.0.1
1654
+
1655
+ ## 0.0.27
1656
+
1657
+ ### Patch Changes
1658
+
1659
+ - 7e86b45e: fix (provider/anthropic): automatically trim trailing whitespace on pre-filled assistant responses
1660
+
1661
+ ## 0.0.26
1662
+
1663
+ ### Patch Changes
1664
+
1665
+ - 5edc6110: feat (ai/core): add custom request header support
1666
+ - Updated dependencies [5edc6110]
1667
+ - Updated dependencies [5edc6110]
1668
+ - Updated dependencies [5edc6110]
1669
+ - @ai-sdk/provider@0.0.11
1670
+ - @ai-sdk/provider-utils@1.0.0
1671
+
1672
+ ## 0.0.25
1673
+
1674
+ ### Patch Changes
1675
+
1676
+ - 91dc4296: chore (@ai-sdk/anthropic): remove anthropic-beta header
1677
+
1678
+ ## 0.0.24
1679
+
1680
+ ### Patch Changes
1681
+
1682
+ - 04800838: fix (@ai-sdk/anthropic): combine tool and user messages, combine system messages
1683
+
1684
+ ## 0.0.23
1685
+
1686
+ ### Patch Changes
1687
+
1688
+ - Updated dependencies [02f6a088]
1689
+ - @ai-sdk/provider-utils@0.0.16
1690
+
1691
+ ## 0.0.22
1692
+
1693
+ ### Patch Changes
1694
+
1695
+ - 0a22b05b: feat (@ai-sdk/anthropic): add claude-3.5-sonnet model
1696
+
1697
+ ## 0.0.21
1698
+
1699
+ ### Patch Changes
1700
+
1701
+ - Updated dependencies [85712895]
1702
+ - Updated dependencies [85712895]
1703
+ - @ai-sdk/provider-utils@0.0.15
1704
+
1705
+ ## 0.0.20
1706
+
1707
+ ### Patch Changes
1708
+
1709
+ - 4728c37f: feat (core): add text embedding model support to provider registry
1710
+ - 7910ae84: feat (providers): support custom fetch implementations
1711
+ - Updated dependencies [7910ae84]
1712
+ - @ai-sdk/provider-utils@0.0.14
1713
+
1714
+ ## 0.0.19
1715
+
1716
+ ### Patch Changes
1717
+
1718
+ - Updated dependencies [102ca22f]
1719
+ - @ai-sdk/provider@0.0.10
1720
+ - @ai-sdk/provider-utils@0.0.13
1721
+
1722
+ ## 0.0.18
1723
+
1724
+ ### Patch Changes
1725
+
1726
+ - 09295e2e: feat (@ai-sdk/anthropic): automatically download image URLs
1727
+ - Updated dependencies [09295e2e]
1728
+ - Updated dependencies [09295e2e]
1729
+ - Updated dependencies [043a5de2]
1730
+ - @ai-sdk/provider@0.0.9
1731
+ - @ai-sdk/provider-utils@0.0.12
1732
+
1733
+ ## 0.0.17
1734
+
1735
+ ### Patch Changes
1736
+
1737
+ - f39c0dd2: feat (provider): implement toolChoice support
1738
+ - Updated dependencies [f39c0dd2]
1739
+ - @ai-sdk/provider@0.0.8
1740
+ - @ai-sdk/provider-utils@0.0.11
1741
+
1742
+ ## 0.0.16
1743
+
1744
+ ### Patch Changes
1745
+
1746
+ - 24683b72: fix (providers): Zod is required dependency
1747
+ - Updated dependencies [8e780288]
1748
+ - @ai-sdk/provider@0.0.7
1749
+ - @ai-sdk/provider-utils@0.0.10
1750
+
1751
+ ## 0.0.15
1752
+
1753
+ ### Patch Changes
1754
+
1755
+ - Updated dependencies [6a50ac4]
1756
+ - Updated dependencies [6a50ac4]
1757
+ - @ai-sdk/provider@0.0.6
1758
+ - @ai-sdk/provider-utils@0.0.9
1759
+
1760
+ ## 0.0.14
1761
+
1762
+ ### Patch Changes
1763
+
1764
+ - 06e3934: feat (provider/anthropic): streaming tool calls
1765
+
1766
+ ## 0.0.13
1767
+
1768
+ ### Patch Changes
1769
+
1770
+ - Updated dependencies [0f6bc4e]
1771
+ - @ai-sdk/provider@0.0.5
1772
+ - @ai-sdk/provider-utils@0.0.8
1773
+
1774
+ ## 0.0.12
1775
+
1776
+ ### Patch Changes
1777
+
1778
+ - Updated dependencies [325ca55]
1779
+ - @ai-sdk/provider@0.0.4
1780
+ - @ai-sdk/provider-utils@0.0.7
1781
+
1782
+ ## 0.0.11
1783
+
1784
+ ### Patch Changes
1785
+
1786
+ - 5b01c13: feat (ai/core): add system message support in messages list
1787
+
1788
+ ## 0.0.10
1789
+
1790
+ ### Patch Changes
1791
+
1792
+ - Updated dependencies [276f22b]
1793
+ - @ai-sdk/provider-utils@0.0.6
1794
+
1795
+ ## 0.0.9
1796
+
1797
+ ### Patch Changes
1798
+
1799
+ - Updated dependencies [41d5736]
1800
+ - @ai-sdk/provider@0.0.3
1801
+ - @ai-sdk/provider-utils@0.0.5
1802
+
1803
+ ## 0.0.8
1804
+
1805
+ ### Patch Changes
1806
+
1807
+ - Updated dependencies [56ef84a]
1808
+ - @ai-sdk/provider-utils@0.0.4
1809
+
1810
+ ## 0.0.7
1811
+
1812
+ ### Patch Changes
1813
+
1814
+ - 25f3350: ai/core: add support for getting raw response headers.
1815
+ - Updated dependencies [d6431ae]
1816
+ - Updated dependencies [25f3350]
1817
+ - @ai-sdk/provider@0.0.2
1818
+ - @ai-sdk/provider-utils@0.0.3
1819
+
1820
+ ## 0.0.6
1821
+
1822
+ ### Patch Changes
1823
+
1824
+ - eb150a6: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.
1825
+ - Updated dependencies [eb150a6]
1826
+ - @ai-sdk/provider-utils@0.0.2
1827
+ - @ai-sdk/provider@0.0.1
1828
+
1829
+ ## 0.0.5
1830
+
1831
+ ### Patch Changes
1832
+
1833
+ - c6fc35b: Add custom header support.
1834
+
1835
+ ## 0.0.4
1836
+
1837
+ ### Patch Changes
1838
+
1839
+ - ab60b18: Simplified model construction by directly calling provider functions. Add create... functions to create provider instances.
1840
+
1841
+ ## 0.0.3
1842
+
1843
+ ### Patch Changes
1844
+
1845
+ - 587240b: Standardize providers to offer .chat() method
1846
+
1847
+ ## 0.0.2
1848
+
1849
+ ### Patch Changes
1850
+
1851
+ - 2bff460: Fix build for release.
1852
+
1853
+ ## 0.0.1
1854
+
1855
+ ### Patch Changes
1856
+
1857
+ - 7b8791d: Rename baseUrl to baseURL. Automatically remove trailing slashes.
1858
+ - Updated dependencies [7b8791d]
1859
+ - @ai-sdk/provider-utils@0.0.1