Explore the most powerful and popular AI models available through our unified API

Pro-grade creation: precise multilingual text, native 4K HD, and superior multi-image consistency.
It enables more realistic motion generation, longer video clips, multi-image reference control, and native 1080p audio synchronization output.
High-fidelity multi-speaker dialogue with natural voices and 15-second clips.

Multimodal image generation with enhanced understanding, reasoning, and search capabilities.
Supports multimodal input for richer expression and more controllable video generation.
Enables 16-second synchronized audio-video generation with precise camera control in 1080P.
Sign up for Crun and generate your personal API key.
Select the AI video, image, or audio models you need and send requests through our unified API.
Retrieve results and seamlessly integrate them into your product or workflow, with real-time usage and log monitoring.
Access top-tier video, image, and audio models through a single API — optimized for performance, quality, and cost.
A unified AI API platform designed for performance, compatibility, and transparent pricing.
Save up to 70% versus competitors with pay-as-you-go pricing and volume discounts.
Access GPT-5, Claude, Sora 2, Flux.1, and more through a single unified API.
Drop-in replacement with 100% compatibility; migrate apps with one line of code.
99.9% uptime with global infrastructure and smart routing for fastest endpoints.
Interactive playground, Python/JS/cURL examples; get started in under 5 minutes.
Transparent per-request pricing, no monthly subscriptions, free tier credits included.
A unified API connects all AI models, enabling your business code to be written once and run reliably long term.Built-in debugging and monitoring provide a one-stop solution, making AI integration truly simple and efficient.
importrequests
API_KEY="YOUR_API_KEY"
CREATE_TASK_URL="https://api.crun.ai/api/v1/client/job/CreateTask"
# Request payload
payload={
"model": "xxx",
"input": { "...": "model-specific fields" }
}
# Request headers
headers={ "X-API-KEY": API_KEY }
# Send request
response=requests.post(
CREATE_TASK_URL, json=payload, headers=headers
)

Crun