# Getting API Keys

### 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>

{% hint style="info" %}
V1.0.0 only supports OpenAI model
{% endhint %}

#### SCENARIO

For now we will leverage the use of [Scenario](https://www.scenario.com/) to do the heavy lifting. In our case [Scenario](https://www.scenario.com/) will train a lora based on our images and generate new content.\
\
To use Scenario you will have to [signup](https://www.scenario.com/), the cost is approx. $15/m, giving you 1500 creative units. Using the PLAYER1 framework an image will cost 10 units. However note that majority of the credits will be used when training a model.\
\
Once you're signed up you can generate an api key by following the instructions here:\
<https://docs.scenario.com/docs/get-api-key>

{% hint style="info" %}
We are currently working on version 2.0.0, where you will be able to use the PLAYER1 token to train models and generate images. This will be a lot more cheaper to run than Scenario
{% endhint %}
