fix: OpenRouter google/gemma-4-26b-a4b-it:free also supports video input - #101
Open
BeeHiivi wants to merge 1 commit into
Open
fix: OpenRouter google/gemma-4-26b-a4b-it:free also supports video input#101BeeHiivi wants to merge 1 commit into
BeeHiivi wants to merge 1 commit into
Conversation
OpenRouter's model page lists this endpoint as accepting text, image, and video input (up to 60s at 1fps), not just text + image. Context (262K) and max output (32K) were already correct, as were the free model's rate limits (20 RPM, 50 RPD).
Member
|
Verified against OpenRouter's live catalog: input modalities for this model are text, image and video, and the row edit is clean. Looks right, I will take a pass at this shortly. Thanks. |
|
کاملا موافقم |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
google/gemma-4-26b-a4b-it:free'smodalityfield was listed asText + Image, missing video support.Text + Image + Video.nvidia/nemotron-3-super-120b-a12b:freein the same entry — context/maxOutput (262K/262K) and the free-tier rate limit (20 RPM, 50 RPD) are accurate as-is; no change needed there.Docs confirming free tier / limits
Test plan
data.jsonstill parses as valid JSONText + Image + Audio + Videopattern used elsewhere in the file)