Skip to content

The dashboard

The dashboard at app.norlen.io is where you manage everything: your API key, models, usage, image generation, and your subscription. Navigation lives in the sidebar; your plan and image usage appear at the top.

The home screen brings together the essentials:

  • Your API key — copy it to authenticate your calls. Treat it like a password (see Authentication).
  • Current plan — which plan you subscribe to, with the models and requests/min limit it unlocks.
  • Usage this period — how many images you’ve used from this month’s quota and how much remains.

It’s the starting point for grabbing your key and checking, at a glance, where you stand on your plan.

A browser-based chat to test the models without writing code. Pick the model (e.g. qwen3.6-35b, qwen3-coder, gemma-4-12b), write a message, and watch the response stream in real time.

Use the Sandbox to compare models, calibrate prompts, and validate an idea before bringing it into your integration. These calls consume your plan, like any other.

The screen has a Generate / Edit toggle:

  • Generate — write the prompt, choose the size (1024×1024 is recommended), and generate.
  • Editupload an image (click or drag), describe the change by instruction (e.g. “make the apple blue”), and Norlen edits it while preserving the rest of the scene.

The images you create stay in the screen’s gallery. Each plan includes a monthly image quota (covering both generation and editing); beyond it, each image consumes your balance at $0.03. See Pricing & quotas. The API equivalent is at Image generation & editing.

Track your consumption over time: requests and images used in the period against your plan’s quota. It’s where you check whether you’re close to a limit before it affects you.

Manage your plan and payments:

  • Change plan — upgrade or downgrade. The new plan’s models and limits take effect as soon as the change is confirmed.
  • Manage subscription — opens the billing portal (Stripe) to update your card, view invoices, or cancel.
  • Image balance — add balance for images that exceed your plan’s quota.
  • History — your transactions are listed for review.

Adjust your account details — profile, email, and password. Accounts created with email and password can reset it here; those who sign in with Google or GitHub manage access through their own provider.


Ready to integrate? Start with Getting started and consult the API reference.