Getting API Keys

To get started you will need api keys from third party platforms, in v2.0.0 everything will be done natively on the PLAYER1 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

SCENARIO

For now we will leverage the use of Scenario to do the heavy lifting. In our case Scenario will train a lora based on our images and generate new content. To use Scenario you will have to signup, 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

Last updated