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
10 changes: 10 additions & 0 deletions providers/together-ai/Salesforce/Llama-Rank-V1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
costs:
- input_cost_per_token: 1e-7
output_cost_per_token: 1e-7
region: "*"
limits:
context_window: 8192
mode: unknown
model: Salesforce/Llama-Rank-V1
supportedModes:
- rerank

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Primary mode not rerank

Medium Severity

This entry sets mode to unknown while the only declared capability is rerank under supportedModes. The schema treats mode as the model’s primary capability, and other rerank entries in the registry use mode: rerank, so consumers that route or filter on mode may omit or mishandle this model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 57af640. Configure here.

Loading