Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions providers/deepinfra/meta-models/Muse-Glimmer-30B.yaml
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

Copy link
Copy Markdown

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

modalities lists only image input 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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2195d5d. Configure here.

mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect model mode set

High Severity

mode is set to unknown for meta-models/Muse-Glimmer-30B, a chat/agentic LLM with token pricing and a 128K context window. The same model on Together AI is chat. Gateways that key off mode will not treat this as a chat model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2195d5d. Configure here.

model: meta-models/Muse-Glimmer-30B
Loading