Skip to main content
Starrise AI is a unified AI API platform that gives developers access to models from multiple providers — including chat, image generation, and video generation — through a single API key and consistent interface.
Register at ai.alad.com, then go to the Console to create your API key.
Yes. Chat models fully conform to the OpenAI API specification. Just change base_url to https://ai.alad.com/v1 — no other code changes are needed.
Starrise AI uses a prepaid credit system. Credits are deducted in real time when API calls are made. Chat models are billed per token; image and video generation models are billed per generation. Go to the Top Up page to add credits.
API calls will return a 402 Payment Required error. Top up at the Console to resume usage.
Starrise AI supports models from multiple providers including Anthropic, ByteDance, and more. Browse the full list in the Model API section.
Video generation is an asynchronous process. Submit a request to POST /v1/video/generations, then poll GET /v1/video/generations/{task_id} until the status becomes succeeded. See the Seedance 2.0 guide for a complete example.