Skip to content

feat(together-ai/Salesforce/Llama-Rank-V1): add new models [bot]#1684

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-together-ai-Salesforce-Llama-Rank-V1-20260703-000732
Open

feat(together-ai/Salesforce/Llama-Rank-V1): add new models [bot]#1684
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-together-ai-Salesforce-Llama-Rank-V1-20260703-000732

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for together-ai/Salesforce/Llama-Rank-V1.


Note

Low Risk
Metadata-only addition of a new model catalog file; no runtime or auth logic changes.

Overview
Adds a new Together AI provider definition for Salesforce/Llama-Rank-V1 as an active rerank model (text input, 8192 context window).

The entry includes per-token pricing (1e-7 input/output), supportedModes: rerank, strips reasoning_effort, and links Together’s LlamaRank / rerank API docs as sources.

Reviewed by Cursor Bugbot for commit 9265af2. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread providers/together-ai/Salesforce/Llama-Rank-V1.yaml
@@ -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.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 1
  • Passed: 0
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 1
  • Success rate: 0.0%
Provider Model Scenarios
together-ai Salesforce/Llama-Rank-V1 skipped: skip-check
Skipped (1)

together-ai/Salesforce/Llama-Rank-V1 — skip-check (skipped)

Skip reason
Provisioned model

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

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

- https://docs.together.ai/docs/inference/embeddings/rerank
status: active
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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant