Skip to main content

Quickstart: build your first application

TaskingAI is a developer-friendly cloud platform designed for building and running LLM applications. This guide will walk you through the process of creating your first application on TaskingAI.

Prerequisites

Before you start building your first application, make sure you have the following prerequisites:

  1. A TaskingAI account. If you don't have one, you can sign up for free.
  2. Valid credentials from any of the supported model providers: OpenAI, Gemini, Anthropic, and many more. You can check the list of supported models for more information.

Create your first model

All LLM applications require a model to serve as the central processor for generating responses. To create a model, follow these steps:

  1. From the left sidebar, navigate to the Workspace tab.
  2. In the level-two sidebar, click the Models tab. Navigate to model tab
  3. Click the New Model button, and select Chat Completion Model from the dropdown list. Select Chat Completion Model
  4. Select a model provider from provider list, and then choose your target model. Select Model Provider
  5. Enter a Model name and the necessary Credentials for the selected model. The credentials will be encrypted and safely managed by TaskingAI. Enter Model Name and Credentials

Create your first application

Now that you have created a model, you can create your first application based on the model. To create an application, follow these steps:

  1. From the left sidebar, navigate to the Workspace tab.
  2. In the level-two sidebar, click the Applications tab.
  3. Click the New Application button on the top right.
  4. Enter an application name, and select the model you created in the previous step. Then click the Confirm button. Create an Application

Future steps

Congratulations! You have successfully created your first application on TaskingAI. Next, you can:

  • Customize your application: Configure the application settings, including connecting your application with your private knowledge base, integrating tools, managing memories, and more.
  • Version control: Create multiple versions of your application to manage different stages of development or maintain backward compatibility.
  • Test and debug your application: Use the Playground to test your application and debug any issues.
  • Release your application: Once you are satisfied with your application, release it to make it available for use by other members in your organization.
  • Integrate your application: Use the API to integrate your application with other services or automate tasks.