-
Notifications
You must be signed in to change notification settings - Fork 5
feat(deepinfra/meta-models/Muse-Glimmer-30B): add new models [bot] #2139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| costs: | ||
| - cache_read_input_token_cost: 3.9999999e-8 | ||
| input_cost_per_token: 3e-7 | ||
| output_cost_per_token: 1.2e-6 | ||
| region: "*" | ||
| features: | ||
| - prompt_caching | ||
| limits: | ||
| context_window: 131072 | ||
| max_tokens: 131072 | ||
| modalities: | ||
| input: | ||
| - image | ||
| mode: unknown | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect model mode setHigh Severity
Reviewed by Cursor Bugbot for commit 2195d5d. Configure here. |
||
| model: meta-models/Muse-Glimmer-30B | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing text input and output
High Severity
modalitieslists onlyimageinput and omits text output. This model is a multimodal LLM that takes interleaved text and images and returns text. Clients that enforce modalities will reject normal prompts and treat it as image-only.Reviewed by Cursor Bugbot for commit 2195d5d. Configure here.