-
Notifications
You must be signed in to change notification settings - Fork 12
Obtaining a GPT 3 API key
Ian Webster edited this page Nov 18, 2022
·
2 revisions
The Arkose demo provides a limited number of free completions. To use this software, you should generate your own OpenAI API key.
Copy or generate an API key from https://beta.openai.com/account/api-keys
- Go to https://openai.com/api/ and click "Sign up"
- Login and go to https://beta.openai.com/account/api-keys
OpenAI's pricing is available here: https://openai.com/api/pricing/
Arkose uses the Davinci language model. At time of writing, cost is $0.02 per 1000 tokens. A "token" is counted if it's in the context supplied to the AI, or if it was generated by the AI. Use the "Max lookback tokens" and "Max tokens" settings to cap the number of tokens you consume during each request.