Gamma Unlimited Ai Images
Pricing
from $1.00 / 1,000 images
Gamma Unlimited Ai Images
Unlimited AI image generation with 30+ models: Flux, Nano Banana ๐, Ideogram, Imagen. Multiple art styles, aspect ratios, and auto-select. Use your own credentials for unlimited generations.
Pricing
from $1.00 / 1,000 images
Rating
0.0
(0)
Developer
Goutam Soni
Actor stats
0
Bookmarked
22
Total users
2
Monthly active users
1.9 days
Issues response
5 months ago
Last modified
Categories
Share
๐จ Unlimited AI Image Generator
Generate unlimited high-quality AI images with support for Flux, Ideogram, Imagen, Nano Banana ๐, and more!
โจ Features
- ๐ Unlimited Generations: Bypass standard limits with your own session credentials.
- ๐ค Multi-Model Support: Access over 30+ models. Check the Available Models section for a list of models available for each plan.
- ๐ Multiple Prompts: Process up to 100 prompts in a single run.
- โก High Performance: Parallel processing with configurable concurrency and rate limiting.
- ๐จ Art Styles: Built-in presets for Photorealistic, 3D, Illustration, Line Art, and Abstract styles.
- ๐ Flexible Aspect Ratios: Landscape, Portrait, or Square.
- ๐ง Auto-Select: Let AI choose the best model for your prompt.
๐ ๏ธ How to Use
1. Get Your Credentials
You'll need two pieces of information:
- Cookie: Your session cookie from the image generation platform
- Workspace ID: Your workspace identifier
2. Configure the Actor
You can configure the Actor using the Apify Console UI, or by providing a JSON input:
{"cookie": "your_session_cookie_here","workspaceId": "your_workspace_id","plan": "pro","prompts": ["A futuristic city with flying cars at sunset","A cute robot gardening in space","Cyberpunk street food vendor"],"modelAutoSelect": false,"model": "flux-1-pro","aspectRatio": "square","count": 1,"requestDelay": 5000,"maxConcurrency": 5,"artStylePreset": "photorealistic","artStylePrompt": ""}
3. Run & Download
- Click Start.
- Get your image URLs in the Output tab! ๐ผ๏ธ
๐ Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
cookie | String | โ Yes | - | Your session cookie |
workspaceId | String | โ Yes | - | Your workspace ID |
plan | String | โ Yes | "pro" | Your plan: "free", "plus", "pro", or "ultra" |
prompts | Array | โ Yes | - | List of prompts to generate images for |
modelAutoSelect | Boolean | No | false | Let AI choose the best model |
model | String | No | "flux-1-pro" | Specific model to use (ignored if auto-select is on) |
aspectRatio | String | No | "square" | "landscape", "portrait", or "square" |
count | Integer | No | 1 | Number of images per prompt (1-3) |
requestDelay | Integer | No | 5000 | Delay between batches in ms (min 1000) |
maxConcurrency | Integer | No | 5 | Max parallel requests (2-10) |
artStylePreset | String | No | "photorealistic" | Style preset (see below) |
artStylePrompt | String | No | "" | Custom style prompt (required if preset is "custom") |
Art Style Presets
photorealistic- Highly detailed, cinematic, professionalillustration- Modern vector illustration with clean lineworkabstract- Minimal, geometric, flat design3D- 3D style rendering, Pixar-likelineArt- Clean minimal line artcustom- Use your ownartStylePrompt
๐ Available Models
Select the model that matches your Plan.
๐ Free Plan
- Flux Fast 1.1
- Flux Kontext Fast
- Ideogram 3.0 Flash
- Imagen 3 Fast
- Luma Photon Flash
- Qwen Image Fast
โ Plus Plan
- Flux 1 Pro
- Flux 2 Pro
- GPT Image Mini
- Ideogram 3.0 Turbo
- Imagen 3
- Imagen 4 Fast
- Leonardo Phoenix
- Luma Photon
- Nano Banana
- Qwen Image
๐ Pro Plan
- Flux 2 Flex
- Flux Kontext Pro
- GPT Image
- Ideogram 3.0
- Imagen 4
- Nano Banana Pro
- Recraft
- Recraft Vector Illustration
โก Ultra Plan
- Flux Ultra
- Flux Kontext Max
- GPT Image Detailed
- Ideogram 3.0 Quality
- Imagen 4 Ultra
- Nano Banana Pro HD
๐ค Output Format
The Actor outputs a clean JSON object for each generated image:
{"url": "https://cdn.example.com/generated-images/abc123.png","width": 1024,"height": 768,"prompt": "A futuristic city with flying cars at sunset"}
โ ๏ธ Troubleshooting
- Invalid Plan Error: Ensure you select the Plan that matches your subscription. You cannot use Ultra models on a Free plan!
- Cookie Expired: If the Actor fails, your session cookie might have expired. Log out and log back in to get a fresh one.
- Model Not Available: Check that your selected model is available in your chosen plan.
- Custom Style Error: If using "custom" preset, you MUST provide an
artStylePrompt.
Happy Creating! ๐จโจ