Quickstart
To start your inference journey with ASI:Cloud first you will need to:
- Log into the platform.
- Generate an LLM API key.
- Ensure you have balance.
- To add balance, first you need to make sure you have connected a blockchain wallet in the identities page.
- After that, you can use that wallet to fund your account using cryptocurrency from the payments page.
- There's a free model --
asi1-mini-- funded by ASI.
Base URL and Authentication​
- Base URL: https://inference.asicloud.cudos.org/v1
- Auth: HTTP header
Authorization: Bearer <ASI_API_KEY> - Content-Type:
application/json
Code Examples​
Each model card has code examples in Python, curl, Javascript, Go, Rust and Julia.

Testing Models​
Models can be tested for free in a chat interface that can be found in any of the model cards.
