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:
- A TaskingAI account. If you don't have one, you can sign up for free.
- 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:
- From the left sidebar, navigate to the
Workspace
tab. - In the level-two sidebar, click the
Models
tab. - Click the
New Model
button, and selectChat Completion Model
from the dropdown list. - Select a model provider from provider list, and then choose your target model.
- Enter a
Model name
and the necessaryCredentials
for the selected model. The credentials will be encrypted and safely managed by TaskingAI.
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:
- From the left sidebar, navigate to the
Workspace
tab. - In the level-two sidebar, click the
Applications
tab. - Click the
New Application
button on the top right. - Enter an application name, and select the model you created in the previous step. Then click the
Confirm
button.
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.