Skip to content

chore(deps): bump @openrouter/ai-sdk-provider from 2.9.1 to 2.10.0 - #94

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0
Open

chore(deps): bump @openrouter/ai-sdk-provider from 2.9.1 to 2.10.0#94
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps @openrouter/ai-sdk-provider from 2.9.1 to 2.10.0.

Changelog

Sourced from @​openrouter/ai-sdk-provider's changelog.

2.10.0

Minor Changes

  • #513 384f3c8 Thanks @​Robinnnnn! - Switch image generation to dedicated /api/v1/images endpoint

    Migrates OpenRouterImageModel from the legacy chat completions path (/chat/completions with modalities: ["image", "text"]) to OpenRouter's dedicated image generation endpoint (/images).

    Request changes:

    • Sends { model, prompt, n, size, aspect_ratio, seed, input_references } directly instead of wrapping in a chat messages array
    • files are mapped to input_references (array of { type: "image_url", image_url: { url } }) instead of inline message content parts
    • aspectRatio maps to aspect_ratio (was image_config.aspect_ratio)
    • size and n are now passed through (previously emitted warnings)

    Response changes:

    • Parses { created, data: [{ b64_json }], usage } instead of { choices: [{ message: { images } }] }
    • maxImagesPerCall updated from 1 to 10 (the new endpoint supports batch generation)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@dependabot
dependabot Bot requested a review from charlesrhoward as a code owner August 9, 2026 05:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mogplex-docs Ready Ready Preview Aug 16, 2026 5:20am

Request Review

@mogplex

mogplex Bot commented Aug 9, 2026

Copy link
Copy Markdown

Mogplex PR Review

Status: Review failed

Automation model request failed: A positive credit balance is required for all requests, including BYOK, so fallback providers remain available. Add credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up to continue.

Diagnostics

  • Failure type: Automation failed
  • Model failure: Unknown
  • HTTP status: 402
  • Timeout budget: 750s
  • Attempts: 1
  • Retry attempted: No

View check run

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0 branch from 20fae9b to 1cc6f1f Compare August 13, 2026 22:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0 branch from 1cc6f1f to 7c207c1 Compare August 13, 2026 22:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0 branch from 7c207c1 to 0d4efc5 Compare August 13, 2026 22:28
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0 branch from 0d4efc5 to 35b7bdb Compare August 13, 2026 22:31
Bumps [@openrouter/ai-sdk-provider](https://github.com/OpenRouterTeam/ai-sdk-provider) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/OpenRouterTeam/ai-sdk-provider/releases)
- [Changelog](https://github.com/OpenRouterTeam/ai-sdk-provider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/OpenRouterTeam/ai-sdk-provider/commits)

---
updated-dependencies:
- dependency-name: "@openrouter/ai-sdk-provider"
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openrouter/ai-sdk-provider-2.10.0 branch from 35b7bdb to dde0374 Compare August 16, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants