Welcome to the Crun Models APIs
Explore and integrate cutting-edge AI models for image generation, video creation, and audio processing through unified APIs.Image Models
Comprehensive collection of AI models for image generation, editing, and enhancement.Google gemini image series (Nano Banana), supporting high-quality image generation and editing with strong realism and semantic understanding.
Seedream
Seedream 5 and 4.x image model series, supporting text-to-image generation with strong detail rendering and style consistency.
Flux
Flux 2, Flux Kontext and Flux Pro image models, supporting text-to-image and image-to-image generation with advanced composition control.
Qwen
Qwen-Image and Qwen-Image-edit possess powerful general capabilities in image generation and editing, and perform exceptionally well in text rendering, especially for Chinese text.
OpenAI
gpt-image-2 models for image generation and editing, featuring strong semantic understanding and high-quality output.
Grok Imagine
High-quality photorealistic images, text-to-image, and greater creativity.
Video Models
Advanced AI models for video creation, editing, and transformation from text and images.Bytedance
Seedance 2.0 and Seedance 2.0 Fast, developed by ByteDance’s Seed team, support text-to-video, image-to-video, and reference-to-video generation with flexible 4-15s duration, audio generation, and strong subject consistency.
Google’s most powerful video generation model series, Veo, features natively synchronized audio, leverages 3 reference images to ensure consistency, and supports a 1080p output resolution.
Wan
Alibaba Wan series of AI video generation models allows creators to produce high-quality, lip-synced 1080p videos from text, audio, images, or reference clips.
Sora2
Sora is OpenAI’s newest frontier in generative media – a state-of-the-art video model capable of creating richly detailed, dynamic clips with audio from natural language or images.
Vidu
Vidu Q series video model boasts powerful image-to-video capabilities, supporting video generation from a single image, start and end frame images, and multiple reference images.
Grok Imagine Video
Grok Imagine powered by xAI’s Aurora engine, supports generating 6-30s videos with sound from images and text, with multiple modes for greater creativity.
Language Models
OpenAI-compatible large language models for chat, reasoning, coding, and text generation.OpenAI-Compatible LLM
Connect CRUN language models through the OpenAI SDK or any client that already supports
/chat/completions.Chat Completions API
Full API reference for the OpenAI-compatible
/chat/completions endpoint, including request parameters and streaming.Audio Models
AI-powered audio processing including music generation, speech synthesis, recognition, and effects.Qwen3 TTS
A unified Text-to-Speech demo featuring three powerful modes: Voice, Clone and Design.
Suno Music API
Supports multiple music models, including the latest Suno V5 model.
Getting Started
Get API Key
Visit the API Key Management Page to obtain your API credentials.
Best Practices
All models follow a consistent API structure for ease of integration and invocation.Authentication
All API requests need to include the API key in the request header.Create Task
All task creation requests follow a unified outer structure. Only theinput field varies by model.
Response Example
Polling Task Status
Response Example
Callback Notifications
Although polling is supported, webhook callbacks are strongly recommended for production systems., When providingcallback_url in the task creation request, ensure the following:
- The endpoint is publicly accessible over HTTPS.
- It responds quickly (recommended < 3 seconds) to avoid retries.
- It returns an HTTP 200 status code upon successful receipt.
- It is idempotent. Callback notifications may be delivered more than once.
Credits and Pricing
Different models consume different amounts of credits based on their computational requirements:- Image Models: Typically 10-50 credits per generation
- Video Models: Typically 100-500 credits per generation
- Language Models: Charged per token usage
Support
Need help choosing the right model or integrating our APIs?- Email: [email protected]
- Documentation: Browse model-specific guides in the navigation
