480P
Video generation480P. One call. Same key. Same bill.
Text-to-video and image-to-video from xAI, billed by the second.
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
480P. One call. Same key. Same bill.
720P. One call. Same key. Same bill.
Capabilities
auto (model selects the best ratio for your prompt)[^3]n parameter to generate several images in one call[^5]https://api.x.ai/v1 and swap the model name[^6]respect_moderation flag. Outputs that fail moderation are filtered before delivery[^8]One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/video/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.video.generate({
model: "models/xai/grok-imagine",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.video.generate(
model="models/xai/grok-imagine",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/xai/grok-imagine",
"output": {
"video_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
Short-form social video Need a 9:16 vertical clip for Instagram Stories or TikTok? Grok Imagine natively supports the 9:16 aspect ratio. Go from brief to ready-to-post video in seconds[^3].
Product scene generation Build a multi-scene product video by generating several short clips. Run 10 scenes at 3 seconds each at $0.085/sec on Coinis and get a full product narrative without a film crew[^2].
UGC-style ad creative Generate 15-second clips that look like authentic user content. Ideal for paid social teams that need volume without production overhead[^1].
Sales explainer plates Create short 4-second visual cuts to anchor an explainer or sales deck video. Fast turnaround means you can iterate on messaging in real time[^2].
Image-to-video brand asset animation Have a product photo or brand illustration? Feed it to the model as a conditioning input and get an animated video out. No motion designer required[^1].
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .