Getting API Keys

To get started, you will need API keys from third-party platforms. In version 2.0.0, everything will be handled natively on the ATOM AI platform.

API Keys

OPENAI

The first thing you will need is an OpenAI API key, this can be generated from the OpenAI platform: https://platform.openai.com/settings/organization/api-keys

Version 1.0.0 only supports the OpenAI model.

Scenario

For now, we will leverage the use of Scenario for the heavy lifting. Scenario will train a LoRA based on our images and generate new content.

To use Scenario, you will need to sign up. The cost is approximately $15/month, providing you with 1500 creative units. Using the ATOM AI framework, generating an image will cost 10 units, though most credits will be consumed during model training.

Once you’ve signed up, you can generate an API key by following the instructions here: https://docs.scenario.com/docs/get-api-key

We are currently working on version 2.0.0, where you will be able to use the ATOM-Ai token to train models and generate images. This will be a lot more cheaper to run than Scenario

Last updated