fix(deps): update dependency @ai-sdk/groq to v2 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.9
->^2.0.0
Release Notes
vercel/ai (@ai-sdk/groq)
v2.0.24
Compare Source
Patch Changes
6f0644c
: chore: use import * from zod/v46f0644c
]6f0644c
]v2.0.23
Compare Source
Patch Changes
a9a61b7
: Add serviceTier to provider metadata for OpenAI responsesv2.0.22
Compare Source
Patch Changes
0e272ae
: fix(provider/openai): make file_citation annotation fields optional for responses api compatibility886e7cd
]v2.0.21
Compare Source
Patch Changes
d18856a
: fix(provider/openai): support websearch tool results without query property15271d6
: fix(provider/openai): do not setresponse_format
toverbose_json
if model isgpt-4o-transcribe
orgpt-4o-mini-transcribe
These two models do not support it:
https://platform.openai.com/docs/api-reference/audio/createTranscription#audio_createtranscription-response_format
Updated dependencies [
1b5a3d3
]v2.0.20
Compare Source
Patch Changes
8e08229
: feat(provider/anthropic): web search tool updatesf77cc8c
: feat(provider/anthropic): add text_editor_20250728 tool supportAdd 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.
9398a72
: fix(provider/anthropic): correct raw usage informationa80ea09
: feat(provider/anthropic): add web fetch tool53afb19
: chore(provider/anthropic): update anthropic model idsv2.0.19
Compare Source
Patch Changes
bc5ed71
: chore: update zod peer depenedency versionbc5ed71
]v2.0.18
Compare Source
Patch Changes
322901b
: feat: add provider version to user-agent headerv2.0.17
Compare Source
Patch Changes
70bb696
: fix(provider/openai): correct web search tool inputv2.0.16
Compare Source
Patch Changes
0294b58
]v2.0.15
Compare Source
Patch Changes
a4bef93
: feat(provider/openai): expose web search queries in responses api6ed34cb
: refactor(openai): consolidate model config intogetResponsesModelConfig()
#8038
v2.0.14
Compare Source
Patch Changes
2338c79
: feat (provider/anthropic): update jsdoc of anthropic toolsv2.0.13
Compare Source
Patch Changes
ddc9d99
: Implementslogprobs
for OpenAIproviderOptions
andproviderMetaData
inOpenAIResponsesLanguageModel
You can now set
providerOptions.openai.logprobs
when usinggenerateText()
and retrieve logprobs from the response viaresult.providerMetadata?.openai
v2.0.12
Compare Source
Patch Changes
99964ed
]v2.0.11
Compare Source
Patch Changes
097b452
: feat(openai, azure): add configurable file ID prefixes for Responses APIfileIdPrefixes
option to OpenAI Responses API configurationassistant-
prefixed file IDs (replacing previousfile-
prefix support)file-
prefixfileIdPrefixes
is undefined, gracefully falling back to base64 processing87cf954
: feat(provider/openai): add support for prompt_cache_keya3d98a9
: feat(provider/openai): add support for safety_identifier110d167
: fix(openai): add missing file_search_call handlers in responses streaming8d3c747
: chore(openai): remove deprecated GPT-4.5-preview models and improve autocomplete controlUpdated dependencies [
38ac190
]v2.0.10
Compare Source
Patch Changes
c152ef7
: feat(providers/anthropic): map 'refusal' stop reason to 'content-filter' finishReasonv2.0.9
Compare Source
Patch Changes
cdc6b7a
: fix(provider/anthropic): disable parallel tool use when using json output tool for structured responsesv2.0.8
Compare Source
Patch Changes
886e7cd
]v2.0.7
Compare Source
Patch Changes
1b5a3d3
]v2.0.6
Compare Source
Patch Changes
0857788
]v2.0.5
Compare Source
Patch Changes
6753a2e
: feat(examples): add gpt-5 model examples and e2e tests6cba06a
: feat (provider/openai): add reasoning model configv2.0.4
Compare Source
Patch Changes
ae859ce
: Added support for Anthropic provider's server-side code execution toolv2.0.3
Compare Source
Patch Changes
034e229
]f25040d
]v2.0.2
Compare Source
Patch Changes
38ac190
]v2.0.1
Compare Source
Patch Changes
90d212f
]v2.0.0
Compare Source
Major Changes
d5f588f
: AI SDK 5Patch Changes
ad66c0e
: feat (provider/anthropic): json response schema support via tool calls8f2854f
: feat (provider/anthropic): send web search tool calls5d959e7
: refactor: updated openai + anthropic tool use server side8dfcb11
: feat(anthropic/citation): text support for citations9f73965
: feat (provider/anthropic): parse websearch tool argse2aceaf
: feat: add raw chunk supportfdff8a4
: fix(provider/anthropic): correct Claude 4 model ID formateb173f1
: chore (providers): remove model shorthand deprecation warnings4f26d59
: feat(provider/anthropic): add disable parallel tool use option25f3454
: feat(provider/anthropic): add PDF citation support with document sources for streamTexta85c85f
: fix (provider/anthropic): streaming json output5c9eec4
: chore(providers/anthropic): switch to providerOptions2e13791
: feat(anthropic): add server-side web search support66962ed
: fix(packages): export node10 compatible types075711d
: fix (provider/anthropic): return stop finish reason for json output with tool269683f
: Add raw Anthropic usage information to provider metadatad601ed9
: fix (provider/anthropic): send tool call id in tool-input-start chunkb9ddcdd
: feat(anthropic): add text_editor_20250429 tool for Claude 4 models91715e5
: fix (provider/google-vertex): fix anthropic support for image urls in messagesca8aac6
: feat (providers/anthropic): add claude v4 models61ab528
: Add support for URL-based PDF documents in the Anthropic provider84577c8
: fix (providers/anthropic): remove fine grained tool streaming betad1a034f
: feature: using Zod 4 for internal stuff6392f60
: fix(anthropic): resolve web search API validation errors with partial location + provider output205077b
: fix: improve Zod compatibilityee5a9c0
: feat: streamText onChunk raw chunk supportf418dd7
: Added anthropic provider defined tool support to amazon bedrock362b048
: add web search tool support399e056
: fix: anthropic computer tool0b678b2
: feat (provider/anthropic): enable streaming tool callsf10304b
: feat(tool-calling): don't require the user to have to pass parametersa753b3a
: feat (provider/anthropic): cache control for toolsa571d6e
]742b7be
]e7fcc86
]7cddb72
]ccce59b
]e2b9e4b
]95857aa
]45c1ea2
]6f6bb89
]060370c
]dc714f3
]b5da06a
]d1a1aa1
]63f9e9b
]5d142ab
]d5f588f
]e025824
]0571b98
]b6b43c7
]4fef487
]48d257a
]0c0c0b3
]0d2c085
]40acf9b
]9222aeb
]e2aceaf
]411e483
]8ba77a7
]7b3ae3f
]a166433
]26735b5
]443d8ec
]a8c8bd5
]abf9a79
]14c9410
]e86be6f
]9bf7291
]2e13791
]9f95b35
]66962ed
]0d06df6
]472524a
]dd3ff01
]d9c98f4
]05d2819
]9301f86
]0a87932
]c4a2fec
]957b739
]79457bd
]a3f768e
]7435eb5
]8aa9e20
]4617fab
]ac34802
]0054544
]cb68df0
]ad80501
]68ecf2f
]9e9c809
]32831c6
]6dc848c
]6b98118
]d0f9495
]63d791d
]87b828f
]3f2f00c
]bfdca8d
]0ff02bb
]7979f7f
]39a4fab
]44f4aba
]9bd5ab5
]57edfcb
]faf8446
]7ea4132
]d1a034f
]5c56081
]fd65bc6
]023ba40
]ea7a7c9
]26535e0
]e030615
]5e57fae
]393138b
]c57e248
]88a8ee5
]41fa418
]205077b
]71f938d
]3795467
]28a5ed5
]7182d14
]c1e6647
]1766ede
]811dff3
]f10304b
]dd5fd43
]33f4a6a
]383cbfa
]27deb4d
]c4df419
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.