Video Generation Models
The table below summarizes every video generation model available through GlobalAI OPC, along with supported resolutions, durations, and key capabilities.Image Generation Models
GlobalAI OPC supports two image generation model families, both capable of high-resolution output from text prompts and optional reference images.Text & Chat Models
Text and chat APIs use a synchronous request/response pattern — no polling required. GlobalAI OPC exposes three API protocols to maximize compatibility with existing SDKs and tools.Choosing the Right Model
I need the fastest video generation
I need the fastest video generation
Use
videos_fast, viduq3-turbo, or seedance_2_0_fast for the lowest latency. These fast-tier variants sacrifice some output quality in exchange for significantly shorter generation times — ideal for prototyping or high-throughput pipelines.I need the highest video quality
I need the highest video quality
Use
sd2_manxue_4k for 4K output, veo_3_1_pro for Google’s highest-quality tier, or seedance_2_0_pro for ByteDance’s professional tier. These models produce the best results but take longer to generate.I need to generate video from an image
I need to generate video from an image
All of the following model families support image-to-video (providing one or more reference images to guide the generated video): Sora, VEO, Seedance 1.5 & 2.0, Vidu, and Grok. Grok supports up to 7 reference images in a single request. For face-based or sensitive imagery, use Seedance 2.0 or SD2 Manxue with the asset management workflow.
I need long video duration
I need long video duration
Use Grok (
grok_video3, up to 30 seconds) for the longest possible output. Vidu supports up to 16 seconds with flexible per-second duration control. Most other models cap out at 12–15 seconds.I need to use the OpenAI Python or Node.js SDK
I need to use the OpenAI Python or Node.js SDK
Point your SDK’s
base_url at the GlobalAI OPC endpoint and use the OpenAI Chat API protocol. This gives you access to GPT, Claude, and Gemini models all through the familiar openai.chat.completions.create() interface without changing your existing code structure.