What problem does it solve? It lets an AI coding agent call Zhipu AI's GLM Image model through the Pixazo API to generate images from text prompts or edit existing reference images, without the user writing API integration code themselves. ## Core Features & Use Cases - Text-to-Image Generation: Send a prompt with size, steps, guidance scale, and output format parameters to produce images synchronously. - Image-to-Image Editing: Pass a reference image as a URL or base64 data URL to restyle or edit it. - Built-in Key Management & Error Handling: Guides the agent through storing the Pixazo API key once and maps 401/402/429/5xx responses to clear user messages. - Use Case: Ask your agent to create a watercolor-style menu card in square format, and it builds the request, calls the endpoint, and shows you the resulting image URL. ## Quick Start Ask your agent to generate an image with GLM Image, for example: create a square watercolor menu card with golden accents using GLM Image.