Describe the bug
When you use ChatOpenRouter to access a model that generates images, when the payload is expected via
{
"choices": [
{
"message": {
"role": "assistant",
"content": "I've generated a beautiful sunset image for you.",
"images": [
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
}
}
]
}
}
]
}
This payload is not available in Flowise.
To Reproduce
- Create a ChatOpenRouter agent node
- Turn on image uploads
- Ask the agent to generate / update the image (or even create an image from scratch)
Expected behavior
Response is completed, but base64 data is not passed via Flowise so my front-end can't save the data and present it to the user
Screenshots
No response
Flow
No response
Use Method
None
Flowise Version
No response
Operating System
None
Browser
None
Additional context
No response
Describe the bug
When you use ChatOpenRouter to access a model that generates images, when the payload is expected via
{
"choices": [
{
"message": {
"role": "assistant",
"content": "I've generated a beautiful sunset image for you.",
"images": [
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
}
}
]
}
}
]
}
This payload is not available in Flowise.
To Reproduce
Expected behavior
Response is completed, but base64 data is not passed via Flowise so my front-end can't save the data and present it to the user
Screenshots
No response
Flow
No response
Use Method
None
Flowise Version
No response
Operating System
None
Browser
None
Additional context
No response