Quickstart Guide
This guide will help you get Open Higgsfield AI up and running in just a few minutes.Prerequisites
Before you begin, make sure you have:Node.js v18+
Download from nodejs.org
Muapi API Key
Get yours at muapi.ai
Node.js v18 or higher is required. Check your version with
node --version.Getting Your Muapi API Key
Open Higgsfield AI uses Muapi.ai as its AI model gateway, providing access to 200+ models through a single API.Visit Muapi.ai
Navigate to muapi.ai and create an account if you don’t have one.
Generate API Key
Once logged in, go to your dashboard and generate a new API key. It will start with
sk-.Installation
Install dependencies
Install the required npm packages:This will install:
- Vite — Development server and build tool
- Tailwind CSS v4 — Styling framework with PostCSS
- Autoprefixer — CSS vendor prefix automation
First-Time Setup
When you first open Open Higgsfield AI, you’ll see the API key authentication modal:
Generate Your First Image
Now that the studio is initialized, let’s create your first AI-generated image!Choose Image Studio
By default, you’ll be in the Image Studio. You should see the “NANO BANANA PRO” hero text and a prompt input bar.
Select a model
Click the model picker dropdown. You’ll see 50+ text-to-image models. For this example, select “Flux Dev”:
Choose an aspect ratio
Select your desired aspect ratio from the dropdown. Options include:
1:1— Square (1024×1024)16:9— Widescreen (1280×720)9:16— Portrait (720×1280)4:3— Standard (1152×864)21:9— Ultrawide (1536×640)
Generate
Click the “Generate” button (or press
Cmd/Ctrl + Enter). The button will show a loading state:- “Submitting…” — Sending request to Muapi API
- “Generating…” — Polling for results (typically 10-30 seconds)
The generation flow uses a submit-and-poll pattern. The app first sends a
POST request to /api/v1/flux-dev-image, then polls /api/v1/predictions/{request_id}/result every 2 seconds until the image is ready.Generate Your First Video
Ready to try video generation? It’s just as easy!Select a text-to-video model
Choose a model like “Kling v3”, “Veo 3”, or “Seedance 2.0” from the model picker.
Configure video settings
Set your desired:
- Aspect ratio — 16:9, 9:16, 4:3, or 3:4
- Duration — 5s, 10s, or 15s (model-dependent)
- Quality — Basic or High (if supported)
Generate and wait
Click Generate. Video generation takes longer than images (typically 1-3 minutes depending on the model and duration).
Explore Advanced Features
Image-to-Image Transformation
Upload a reference image
In Image Studio, click the upload button to open the reference image picker.
Select or upload an image
Choose from previously uploaded images or click “Upload files” to add a new one.
Model auto-switching
The model picker automatically switches to show 55+ image-to-image models when a reference image is selected.
Multi-Image Input
Some models support up to 14 reference images:Select a multi-image model
Choose models like “Nano Banana 2 Edit” (14 images) or “Flux Kontext Dev I2I” (10 images).
Multi-select mode
The upload picker switches to multi-select mode with checkboxes and order numbers.
Select multiple images
Click images in the order you want them sent to the model. Each gets an order badge (1, 2, 3…).
Managing Your API Key
You can update or remove your API key anytime:- Click the Settings icon in the header
- In the Settings modal, click “Clear API Key”
- Confirm the action to remove the key from localStorage
- The auth modal will appear again on next generation
What’s Next?
Installation Guide
Learn about production builds, environment configuration, and troubleshooting
Image Studio
Deep dive into text-to-image and image-to-image generation
Video Studio
Explore text-to-video and image-to-video models
Cinema Studio
Master professional camera controls for cinematic shots
