astralane

Astralane / Developers

Models and prices

Public model definitions are separate from approved upstream accounts and routes.

Discover models

GET /v1/models returns currently active public model definitions, customer prices, capabilities, and qualified-route summaries. GET /v1/models/supply exposes public availability summaries without private upstream costs.

Pricing units

Catalog prices are decimal USD per one million tokens, with separate input, cached-input, and output rates. Actual request charges are integer microdollars, rounded upward once after summing all token components.

No invented comparisons

Demo comparisons are synthetic. A real list-price comparison is omitted when its source is absent or stale. Actual savings depend on measured token usage, not a generic headline discount.

Published price ceiling

The router filters out routes whose component prices exceed the canonical catalog. A pricing snapshot is stored when funds are reserved so a later configuration edit does not change a request already admitted.

Handoff release

Native core and mock HTTP checks have run. Full dependency install, PostgreSQL/Redis integration, production builds, and browser flows still require local verification. See the repository verification report before deployment.