From f2cfc2e5b2e11e7114f7ca66e69681a9e7330fcf Mon Sep 17 00:00:00 2001 From: Lars Grammel Date: Mon, 12 May 2025 13:44:19 +0200 Subject: [PATCH] feat(providers/google): Add reasoning token output support --- .changeset/pink-knives-march.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pink-knives-march.md diff --git a/.changeset/pink-knives-march.md b/.changeset/pink-knives-march.md new file mode 100644 index 000000000000..259277dc0fb8 --- /dev/null +++ b/.changeset/pink-knives-march.md @@ -0,0 +1,5 @@ +--- +'@ai-sdk/google': patch +--- + +Add reasoning token output support for gemini models via Vertex AI Provider