Feature Request: Add Jina DeepSearch llm model support
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Jina has recently created their version of a reasoning/research llm model called DeepSearch. It does not follow Open-API compatible schema however, and it's also a reasoning model, so of-course it's different.
This being the case, not sure if a plugin/tool can also be created to integrate this.
Requesting if custom support can be given for this llm according to it's api schema and reasoning-style response.
2. Additional context or comments
https://jina.ai/deepsearch
3. Can you help us with this feature?
- [✅] I am interested in contributing to this feature.
FYI, I've noticed that calling the Jina API through the tool is slower than calling it through the HTTP node. I suggest you simply create an HTTP node and call the API yourself
Initially that's what I also thought, but if you look a bit closer at the deepsearch api, it is an llm type api schema with conversation, not a simple query and retrieval; it's basically a llm. You can't use http node to do the job of the llm one
Was able to connect Deep Search via Open API compatible option today. Official model support will be nice to have but not required, closing the ticket.