Skip to content

Conversation

@vercel-ai-sdk
Copy link
Contributor

@vercel-ai-sdk vercel-ai-sdk bot commented Sep 24, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-v5.0, this PR will be updated.

Releases

[email protected]

Patch Changes

  • c56822d: fix(ai): update uiMessageChunkSchema to satisfy the UIMessageChunk type
  • 930399b: fix(ai): download files when intermediate file cannot be downloaded
  • Updated dependencies [7ca78f1]

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

  • 7ca78f1: feat(provider/gateway): Add new Qwen models to Gateway model string autocomplete

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

  • 1cfc209: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from '@ai-sdk/openai';
    import { generateText } from 'ai';
    
    await generateText({
      model: openai.chat('gpt-4o'),
      prompt: 'Invent a new holiday and describe its traditions.',
      providerOptions: {
        openai: {
          user: 'user-123',
        } satisfies OpenAIChatLanguageModelOptions,
      },
    });

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

@ai-sdk/[email protected]

Patch Changes

@gr2m gr2m merged commit 63d5f66 into release-v5.0 Sep 24, 2025
10 checks passed
@gr2m gr2m deleted the changeset-release/release-v5.0 branch September 24, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants