ollama/runner/ollamarunner
Baptiste Jamin 59241c5bee
server: add logprobs and top_logprobs support to Ollama's API (#12899)
Adds logprobs support to Ollama's API including support for Ollama's
OpenAI-compatible API. By specifying the new 'logprobs' boolean parameter
in the API, Ollama will return the log probabilities for each token generated.
'top_logprobs', an integer value can also be specified up to the value 20.
When specified, the API will also provide the number of most likely tokens to
return at each token position

Co-authored-by: Baptiste Jamin <baptiste@crisp.chat>
2025-11-11 08:49:50 -08:00
..
cache.go feat(model): add qwen3vl (#12665) 2025-10-28 17:39:47 -07:00
cache_test.go feat(model): add qwen3vl (#12665) 2025-10-28 17:39:47 -07:00
multimodal.go ggml: Enable op_offload to improve partial offload performance 2025-10-30 13:53:10 -07:00
runner.go server: add logprobs and top_logprobs support to Ollama's API (#12899) 2025-11-11 08:49:50 -08:00