Skip to content

fix: openrouter filters out non llm models by default#404

Merged
lukasdotcom merged 1 commit into
mainfrom
open-router
Jul 23, 2026
Merged

fix: openrouter filters out non llm models by default#404
lukasdotcom merged 1 commit into
mainfrom
open-router

Conversation

@lukasdotcom

Copy link
Copy Markdown
Member

Noticed that openrouter filters models by modalities (https://openrouter.ai/docs/guides/overview/models#output_modalities) this could actually be useful for only showing the right image, tts, etc models, but sadly seems to only be openrouter specific.

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
@lukasdotcom
lukasdotcom requested a review from kyteinsky July 17, 2026 19:01
@lukasdotcom

Copy link
Copy Markdown
Member Author

/backport to stable32

@lukasdotcom
lukasdotcom merged commit 8c9b82b into main Jul 23, 2026
26 checks passed
@lukasdotcom
lukasdotcom deleted the open-router branch July 23, 2026 13:02
@backportbot

backportbot Bot commented Jul 23, 2026

Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/404/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a3d53b22

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/404/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants