What you can do
Models
Browse a catalog of state-of-the-art models — video, image, audio, and language — from publishers like OpenAI, Google, Kling, Seedance, Flux, Runway, Luma, and more.
AI Generator
Run any model directly in the browser. Tune parameters in the Playground, compare outputs, and grab ready-to-run code that mirrors your inputs.
Unified API
One REST API for every model. Submit a generation task, poll for the result, and switch models by changing a single field.
Billing & Usage
Prepaid balance with transparent per-model pricing. Track spend per task and per API key, and export your billing records anytime.
How it works
Getting from zero to your first generation takes just three steps:1
Create your account
Sign in at varo.cloud/auth with your email and a one-time verification code — no password needed. Your account is created automatically on first sign-in. See Account setup.
2
Top up and create an API key
Add funds to your balance from the Billing page, then create a key on the API Keys page. Keys start with
sk_live_ and are shown only once. See Authentication.3
Generate
Pick a model, then run it from the AI Generator or call the API:
POST /v1/generations creates a task, and you poll it until it completes. Every model’s API tab has copy-paste examples in HTTP, Python, and JavaScript.