-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Description
Feature Request
When using grok ask to request image generation, Grok generates images on the web page but the CLI only returns the text response. The generated images are lost.
Current Behavior
opencli grok ask "draw a cute cat"
# Returns only text: "好的!给你画几只超级可爱的猫咪~ 😺"
# Images generated on grok.com are not capturedExpected Behavior
opencli grok ask "draw a cute cat" --output ./images
# Returns text response + downloads generated images
# Or returns image URLsSuggested Output
| Response | Images |
|---|---|
| 好的!给你画几只... | /tmp/grok-img-1.png, /tmp/grok-img-2.png |
Technical Notes
Grok uses Aurora model for image generation. The images are rendered as <img> elements on the page. The CDP/browser adapter should be able to:
- Wait for image generation to complete
- Extract image URLs or base64 data from the page
- Download and save images locally or return URLs
Use Case
AI agents need to generate and retrieve images through Grok's free image generation capability without manually opening a browser.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels