Skip to content
Open
Changes from 1 commit
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Non-chat output token pricing

Medium Severity

output_cost_per_token is set to the same rate as input for this rerank model. Rerank APIs typically bill query/document tokens only; other rerank entries use zero output token cost, and Together embedding configs omit output pricing entirely.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7102ff3. Configure here.

region: "*"
limits:
context_window: 8192
mode: unknown
model: Salesforce/Llama-Rank-V1
supportedModes:
- rerank
Comment thread
cursor[bot] marked this conversation as resolved.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Case colliding model paths

Medium Severity

This change adds a full config at providers/together-ai/Salesforce/Llama-Rank-V1.yaml while providers/together-ai/salesforce/Llama-Rank-V1.yaml already declares the same model value with isDeprecated: true and mode: unknown. On case-insensitive filesystems the two org folders collapse, so only one Llama-Rank-V1.yaml can exist and checkout may not match the Linux tree; on Linux, two YAMLs still advertise conflicting metadata for one model ID.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9265af2. Configure here.

Loading