What is Starrise AI?
What is Starrise AI?
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.
How do I get an API key?
How do I get an API key?
Register at ai.alad.com, then go to the Console to create your API key.
Is Starrise AI compatible with the OpenAI SDK?
Is Starrise AI compatible with the OpenAI SDK?
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.How does billing work?
How does billing work?
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.
What happens when I run out of credits?
What happens when I run out of credits?
API calls will return a
402 Payment Required error. Top up at the Console to resume usage.Which models are supported?
Which models are supported?
Starrise AI supports models from multiple providers including Anthropic, ByteDance, and more. Browse the full list in the Model API section.
How do I generate a video with Seedance 2.0?
How do I generate a video with Seedance 2.0?
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.
