Skip to content

chore: sync model metadata from OpenRouter#623

Merged
AlemTuzlak merged 1 commit into
mainfrom
automated/sync-models
May 22, 2026
Merged

chore: sync model metadata from OpenRouter#623
AlemTuzlak merged 1 commit into
mainfrom
automated/sync-models

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated daily sync of model metadata from the OpenRouter API.

  • Fetches the latest model list from OpenRouter
  • Converts to the internal adapter format
  • Syncs provider-specific model metadata for affected packages
  • Creates a patch changeset for all changed packages

@github-actions github-actions Bot requested a review from a team as a code owner May 22, 2026 08:45
@AlemTuzlak AlemTuzlak merged commit 27d30c9 into main May 22, 2026
2 checks passed
@AlemTuzlak AlemTuzlak deleted the automated/sync-models branch May 22, 2026 09:49
AlemTuzlak added a commit that referenced this pull request May 22, 2026
The model-metadata sync in #623 regenerated
`OpenRouterChatModelToolCapabilitiesByName` with `['web_search']` only,
which made `webFetchTool()` (added in #611) unassignable to any
OpenRouter text adapter and broke the per-model type-safety test.

Add `'web_fetch'` back so the existing tests compile.
AlemTuzlak added a commit that referenced this pull request May 22, 2026
* feat(ai-openai): add gpt-image-2 to image model meta

Adds `gpt-image-2` to OPENAI_IMAGE_MODELS so it can be used through
openaiImage adapters. Reuses the gpt-image-1 provider-options/size
shape (quality, background, output_format, output_compression,
moderation, partial_images; sizes 1024x1024 / 1536x1024 / 1024x1536
/ auto) and extends size + prompt-length validators. Also updates
the media-generation skill and image-generation doc page to list
the new model.

* fix(ai-openrouter): restore web_fetch in tool capabilities map

The model-metadata sync in #623 regenerated
`OpenRouterChatModelToolCapabilitiesByName` with `['web_search']` only,
which made `webFetchTool()` (added in #611) unassignable to any
OpenRouter text adapter and broke the per-model type-safety test.

Add `'web_fetch'` back so the existing tests compile.
@github-actions github-actions Bot mentioned this pull request May 22, 2026
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.

1 participant