muse-image

Generate and edit images with Meta's Muse Image model via the Pixazo API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill muse-image-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: muse-image
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/muse-image
Command: npx skills add https://github.com/Pixazo-AI/skills --skill muse-image-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets an AI coding agent call Meta's Muse Image model through the Pixazo API gateway to generate images from text prompts, edit existing images, compose multiple images, and keep subjects consistent using reference images, without the user writing API integration code. ## Core Features & Use Cases - Text-to-Image Generation: Create images from natural language prompts with control over size, seed, and number of variations. - Image Editing & Composition: Edit an existing image from an instruction, blend multiple images into one scene, or hold a subject steady across a series using reference images. - Built-in API Key & Error Handling: Guides the agent through one-time Pixazo API key setup and maps 401/402/429/5xx responses to clear user-facing messages. - Use Case: Ask your agent to "create a product photo of a red sneaker on a white background in 16:9" 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 Muse Image, for example: "Use Muse Image to create a square studio photo of a single red maple leaf on a white background."

Frequently Asked Questions about muse-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an image with Muse Image API?▼

Send a POST request to https://gateway.pixazo.ai/muse-image/v1/text-to-image with your Pixazo API key in the Ocp-Apim-Subscription-Key header and a JSON body containing a prompt. The response returns synchronously with image URLs.

What image operations does Muse Image support?▼

Muse Image supports four operations: text-to-image generation, image-to-image editing from an instruction, multi-image composition into one scene, and reference-to-image generation that keeps a subject consistent across a series.

Where do I get a Pixazo API key for Muse Image?▼

Get a free key at https://api-console.pixazo.ai/api_keys by signing in and clicking "Create new key". The skill saves it to ~/.pixazo/api-key so you only provide it once.

Does Muse Image support different image sizes and aspect ratios?▼

Yes, the image_size parameter accepts enums like square_hd for square images, portrait_16_9 for vertical output, and landscape_16_9 for horizontal output. You can also set num_images (1-4) and a seed for reproducibility.

Why am I getting a 401 or 402 error from the Pixazo API?▼

A 401 means your API key is missing or invalid, so generate a fresh one at the API console. A 402 means your account is out of credits and needs a top-up at the Pixazo dashboard.

Can Muse Image generate videos or 3D models?▼

No, Muse Image only handles image generation and editing. Video, music, voice, 3D, and virtual try-on tasks each have their own dedicated Pixazo skills.