8000 Obtaining a GPT 3 API key · typpo/arkose Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

If you already have an OpenAI account

Copy or generate an API key from https://beta.openai.com/account/api-keys

If you don't have an OpenAI account

  1. Go to https://openai.com/api/ and click "Sign up"
  2. Login and go to https://beta.openai.com/account/api-keys

OpenAI pricing

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.

Clone this wiki locally
0