feat(together-ai/Salesforce/Llama-Rank-V1): add new models [bot]#1684
feat(together-ai/Salesforce/Llama-Rank-V1): add new models [bot]#1684models-bot[bot] wants to merge 2 commits into
Conversation
| @@ -0,0 +1,10 @@ | |||
| costs: | |||
| - input_cost_per_token: 1e-7 | |||
| output_cost_per_token: 1e-7 | |||
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 7102ff3. Configure here.
|
/test-models |
Gateway test results
Skipped (1)
Skip reason |
There was a problem hiding this comment.
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).
❌ 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 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 9265af2. Configure here.


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-V1as an active rerank model (text input, 8192 context window).The entry includes per-token pricing (
1e-7input/output),supportedModes: rerank, stripsreasoning_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.