Skip to content

Update dependency @openrouter/ai-sdk-provider to ^2.10.0#333

Merged
mvriu5 merged 1 commit into
mainfrom
renovate/openrouter-ai-sdk-provider-2.x
Jul 3, 2026
Merged

Update dependency @openrouter/ai-sdk-provider to ^2.10.0#333
mvriu5 merged 1 commit into
mainfrom
renovate/openrouter-ai-sdk-provider-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Diffend
@openrouter/ai-sdk-provider ^2.9.1^2.10.0 age adoption passing confidence Diff

Release Notes

OpenRouterTeam/ai-sdk-provider (@​openrouter/ai-sdk-provider)

v2.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)

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This updates dependency files label Jul 3, 2026
@renovate renovate Bot assigned mvriu5 Jul 3, 2026
@mvriu5 mvriu5 merged commit 1119247 into main Jul 3, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/openrouter-ai-sdk-provider-2.x branch July 3, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant