Introducing Link AI
One API for image and video generation. Save up to 30% versus official pricing.Link AI is now publicly available. Use a single Bearer-token API to access 12 generative models from OpenAI, Google, MiniMax, Kling, Bytedance, and Alibaba — without rewriting client code per provider.What’s available today
- 6 video models — Sora 2, Kling v3, MiniMax Hailuo 2.3, MiniMax Hailuo 02, Wan 2.6, Seedance v1.5 Pro
- 6 image models — Gemini 3.1 / 3 Pro / 2.5 Flash, Seedream 4.0 / 4.5 / 5.0 Lite
- Two unified endpoints —
POST /v1/video-generationandPOST /v1/image-generation - One response envelope —
{ code, data, msg, request_id }across all endpoints
Get started
- Create an API key in your Dashboard
- Browse all models, or jump into the API Reference
- Copy any endpoint’s cURL example, drop in your key, and run