For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenAI

Overview

An artificial intelligence research and deployment company, OpenAI focuses on the creation of safe, artificial, general intelligence. Their latest AI model, called ChatGPT, has the ability to interact with a user in a conversational tone.

When prompted, it composes responses relevant to the topic requested. Thunkable creators can utilize this model in their own apps and tap into the power of AI and natural language generation.

OpenAI no longer provides Free Trial credits. An OpenAI paid account is required to make API calls. Please see OpenAI pricing.

Create an OpenAI account and generate a secret API key

To use the OpenAI ChatGPT model in your Thunkable app, you need to generate a personal Open AI API key. To do this:

  1. Click Sign Up.

  2. On the Overview page, click your avatar to show the menu and select View API Keys.

  3. Select Create new secret key.

  4. Copy the secret key that is provided in the pop-up window. You will need to paste this into your Thunkable project.

Last updated

Was this helpful?