Docs/Start here

Airglow is now infimal.

A new name and home for your models. Your existing account, API keys and credit carry forward.

The new addresses

The primary and backup sites use the same platform. The legacy API remains supported; an existing integration does not need a new base URL for this rebrand. During rollout, keep your working endpoint until the new address is available in your environment. The CLI and the SDK still default to the legacy API until then.

PurposeAddress
Primary websitehttps://infimal.ai
Backup websitehttps://infimal.dev
Primary APIhttps://api.infimal.ai
Backup APIhttps://ai.infimal.dev
Supported legacy APIhttps://api.airglow.cloud

Same account. A fresh sign-in.

Use the same sign-in method and account at infimal.ai. Your keys, models, balance and usage belong to your account, not the website name. Browser sessions are stored separately on each domain, so you may need to sign in again.

If you started signing in on airglow.cloud, finish that sign-in there. Do not copy a callback URL or one-time code to another domain. Open infimal.ai and start a new sign-in when you are ready to move.

Update your commands

The native command is now infimal: run the installer again and it installs infimal beside the old airglow binary, which you can then delete. The Python package is now infimal: install it, import infimal, and run the SDK verbs the native CLI does not have yet as python -m infimal. Existing API keys keep working unchanged.

The environment variables are INFIMAL_API_KEY for both, INFIMAL_API_URL for the native CLI and INFIMAL_ENDPOINT for the SDK. For this release only, the old AIRGLOW_* and GLOW_* names and a key saved in ~/.config/airglow are still read when the new ones are unset, with a warning naming what to set instead. The next release stops reading them.

Terminal / reference
infimal login --key
infimal whoami
infimal models list --json
python -m infimal --help