[GH-ISSUE #10467] what is the endpoint of rerank #32643

Closed
opened 2026-04-22 14:17:28 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @JonSmall on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10467

I dont know how to send request for rerank model, try below not work

http://localhost:11434/rerank
http://localhost:11434/api/rerank
http://localhost:11434/api/reranker
http://localhost:11434/v1/reranker
http://localhost:11434/v1/rerank


RequestBody:
{
"model": "linux6200/bge-reranker-v2-m3",
"input": "question1",
"documents": [
"question2",
"questi3"
],
"top_n": 1
}

Originally created by @JonSmall on GitHub (Apr 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10467 I dont know how to send request for rerank model, try below not work http://localhost:11434/rerank http://localhost:11434/api/rerank http://localhost:11434/api/reranker http://localhost:11434/v1/reranker http://localhost:11434/v1/rerank ------------------------------------------------------------------- RequestBody: { "model": "linux6200/bge-reranker-v2-m3", "input": "question1", "documents": [ "question2", "questi3" ], "top_n": 1 }
GiteaMirror added the model label 2026-04-22 14:17:28 -05:00
Author
Owner

@rick-github commented on GitHub (Apr 29, 2025):

Ollama doesn't currently support ranking models. #3368

<!-- gh-comment-id:2837946950 --> @rick-github commented on GitHub (Apr 29, 2025): Ollama doesn't currently support ranking models. #3368
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#32643