image questions with qwen3.5 #21621
Unanswered
afaulconbridge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to identify animals in video clips by sending a number of frames to qwen3.5 with a text prompt containing background information. This works well in the build-in web interface of llama.cpp 👍
However, I have hundreds of clips so I'm scripting against the OpenAI-compatible API of llama.cpp and that fails. My message looks like:
The response I get is
{'error': {'code': 500, 'message': 'Invalid url value', 'type': 'server_error'}}but if I use the same message against the OpenAI API it works.Is this a limitation of the llama.cpp OpenAI-compatible API? I couldn't see anything documented that this wouldn't work, but it is a bit of an edge case. Searching is a messy experience though as it keeps returning image-generation related documentation which isn't appropriate here.
Beta Was this translation helpful? Give feedback.
All reactions