ollama/api
Grace 05982a95cb
Qwen3VL Cloud Parser and Renderer (#12526)
* working (other than tool call is the incorrect order) for tool calls and tools

* Tests work, other than image tags (tests do not go through server) and tools (not in the correct order, but contents are the same)

* testing for qwen3vl parser - toolparser is working

* made changes to JSON tool parser, wraps the TollCallFunction with a TollCall object

* Working parser for thinking models - assumes state of thinking, emits unambiguous content in thinking, does not call tool call in thinking

* changed the parser to start with collecting content

* thinking prefill

* add hasThinkingSupport parameter to parser

* qwen3-vl -> qwen3-vl-instruct for renderer/parser

* Add hasThinkingSupport=false to QwenVLParser

---------

Co-authored-by: Devon Rifkin <drifkin@drifkin.net>
2025-10-13 16:52:33 -07:00
..
examples docs: improve syntax highlighting in code blocks (#8854) 2025-02-07 09:55:07 -08:00
client.go auth: fix problems with the ollama keypairs (#12373) 2025-09-22 23:20:20 -07:00
client_test.go api: fix unreachable status err (#11423) 2025-07-16 11:03:28 -07:00
types.go Qwen3VL Cloud Parser and Renderer (#12526) 2025-10-13 16:52:33 -07:00
types_test.go fix keep alive (#12041) 2025-08-27 11:51:25 -07:00
types_typescript_test.go tools: support anyOf types 2025-08-05 16:46:24 -07:00