API Pricing
Grok Imagine API Pricing - Aurora-Powered Visual AI
Access xAI's Grok Imagine API on PoYo. Generate stunning images and 6-second videos with synchronized audio. Three creative modes: Fun, Normal, and Spicy.
Pricing
Grok Imagine API Pricing on PoYo
Simple, transparent pricing for Grok Imagine image and video generation. No subscription required.
poyo.ai
$0.03
fal.ai
N/A
Replicate
N/A
poyo.ai
$0.03
fal.ai
N/A
Replicate
N/A
poyo.ai
$0.15
fal.ai
N/A
Replicate
N/A
poyo.ai
$0.20
fal.ai
N/A
Replicate
N/A
poyo.ai
$0.15
fal.ai
N/A
Replicate
N/A
poyo.ai
$0.20
fal.ai
N/A
Replicate
N/A
Cost Calculator
Estimate Your Monthly Costs
Calculate your monthly costs for Grok Imagine API on PoYo.
poyo.ai
$150.00
$0.150/image
fal.ai
$0.00
$0.00/image
Replicate
$0.00
$0.00/image
Your cost $-150.00/month (-Infinity%) with poyo.ai
Get Started
How to Use Grok Imagine API
Start generating images and videos with Aurora engine in minutes.
Get API Key
Sign up for a free PoYo account and generate your API key from the dashboard. No waitlist required.
Choose Your Model
Use grok-imagine-image for text-to-image or grok-imagine for image/text-to-video with Fun, Normal, or Spicy modes.
Get Results
Receive images instantly or 6-second videos with synchronized audio. Poll status endpoint for results.
import requests
# Text-to-Image Generation
response = requests.post(
"https://api.poyo.ai/api/generate/submit",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"model": "grok-imagine-image",
"input": {
"prompt": "A futuristic cityscape at sunset",
"size": "16:9"
}
}
)
task_id = response.json()["data"]["task_id"]
# Image-to-Image Generation (with reference image)
response = requests.post(
"https://api.poyo.ai/api/generate/submit",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"model": "grok-imagine-image",
"input": {
"prompt": "Transform into anime style",
"image_url": "https://example.com/reference.jpg",
"size": "16:9"
}
}
)
# Image-to-Video Generation
response = requests.post(
"https://api.poyo.ai/api/generate/submit",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"model": "grok-imagine",
"input": {
"prompt": "Add dynamic motion and cinematic effects",
"image_urls": ["https://example.com/image.jpg"],
"mode": "normal",
"aspect_ratio": "16:9"
}
}
)
# Check status
status = requests.get(
f"https://api.poyo.ai/api/generate/status/{task_id}",
headers={"Authorization": "Bearer YOUR_API_KEY"}
)
print(status.json())Why PoYo
Why Choose PoYo for Grok Imagine API?
PoYo is one of the few platforms offering Grok Imagine API access. Here's why developers choose us.
Exclusive Access
Grok Imagine API is not available on most platforms. PoYo provides direct access to xAI's Aurora-powered visual AI.
Three Creative Modes
Choose from Fun (playful), Normal (balanced), or Spicy (edgier) modes to match your creative vision.
Synchronized Audio
Videos include automatically generated audio that matches visual content - no separate audio production needed.
Fast Generation
Images generate in seconds, videos complete in under a minute with Aurora's optimized processing pipeline.
FAQ
Frequently Asked Questions
Common questions about Grok Imagine API pricing and features.
Ready to Start?
Start Using Grok Imagine API Today
Get instant access to xAI's Aurora-powered visual AI. Generate stunning images and videos with synchronized audio.