Access TaskingAI Agents Through OpenAI-Compatible APIs

Next-Gen Solutions for
LLM Application Development

TaskingAI delivers an agent framework with cloud hosting and an intuitive console, perfect for developers to efficiently build flexible LLM applications.
Sleek Console
Manage your agents via the intuitive console and troubleshoot in the playground
Comprehensive Client SDK
REST API, Python SDK, OpenAI compatible API, and more in the future
Abundant Integration
Integrate with leading LLM and plugin providers to ensure broad compatibility
Simplified Operation
Monitor agent performance via message history and log analysis

Examples to Get Started

Explore practical examples to rapidly learn Agent development and smoothly get started with your TaskingAI projects.

Access TaskingAI Agents through OpenAI-Compatible APIs

Use OpenAI SDK to interact with your TaskingAI assistants and models.

Access TaskingAI Agents through OpenAI-Compatible APIs

Use OpenAI SDK to interact with your TaskingAI assistants and models.

D&D Game Master Agent with RAG

A DnD game master to assist with storytelling, drawing scenes, and more.

D&D Game Master Agent with RAG

A DnD game master to assist with storytelling, drawing scenes, and more.

Integrate TaskingAI agents with NextChat's User Interface

Bring your TaskingAI assistants with a user interface, by NextChat.

Integrate TaskingAI agents with NextChat's User Interface

Bring your TaskingAI assistants with a user interface, by NextChat.

Integrate TaskingAI with LangChain

Connect your TaskingAI service to the LangChain framework with no effort.

Integrate TaskingAI with LangChain

Connect your TaskingAI service to the LangChain framework with no effort.

Travel Advisor Agent

A travel advisor agent to assist with travel planning, with no code.

Travel Advisor Agent

A travel advisor agent to assist with travel planning, with no code.

Recipe Recommender Agent

A Recipe Recommender to assist with catering and nutrition planning.

Recipe Recommender Agent

A Recipe Recommender to assist with catering and nutrition planning.

APIs for Modern Developers: Simplify Your Workflow

Experience the ease of building stateful assistants and executing asynchronous operations with our developer-friendly APIs.
from openai import OpenAI # Initialize OpenAI client with TaskingAI's server address and API Key client = OpenAI( api_key="YOUR_TASKINGAI_API_KEY", base_url="https://oapi.tasking.ai/v1", ) # Chat with your model or assistant response = client.chat.completions.create( model="YOUR_TASKINGAI_ASSISTANT_ID", messages=[ {"role": "user", "content": "How to build agents with TaskingAI?"}, ], )
import taskingai taskingai.init("YOUR_API_KEY") # Replace with your real values # Replace with your real assistant info assistant_id = "YOUR_ASSISTANT_ID" chat_id = "YOUR_CHAT_ID" # Send the first user message user_message = taskingai.assistant.create_message( assistant_id=assistant_id, chat_id=chat_id, text="How to build agents with TaskingAI?", ) # Generate response assistant_message = taskingai.assistant.generate_message( assistant_id=assistant_id, chat_id=chat_id ) # Sending a new user message, with the conversation context kept user_message_2 = taskingai.assistant.create_message( assistant_id=assistant_id, chat_id=chat_id, text="Thank you. Please write an itemized list of its features", )
import taskingai taskingai.init("YOUR_API_KEY") # Replace with your real values # Use taskingai.retrieval.list_collections or get_collection to get your collections collection_id = "YOUR_COLLECTION_ID" # Create a new record for wikipedia page: History of Earth record: Record = taskingai.retrieval.create_record( collection_id=collection_id, type="web", url="https://en.wikipedia.org/wiki/History_of_Earth", text_splitter={"type": "token", "chunk_size": 200, "chunk_overlap": 20), ) # Query for chunks using semantic search chunks = taskingai.retrieval.query_chunks( collection_id=collection_id, query_text="dinosaurs", top_k=3, )
assistant = taskingai.assistant.create_assistant( model_id="YOUR_MODEL_ID", memory={"type": "naive"}, tools=[ {"type": "action", "id": "YOUR_ACTION_ID"}, {"type": "plugin", "id": "YOUR_PLUGIN_ID"} ], retrievals=[ {"type": "collection", "id": "YOUR_COLLECTION_ID"} ] )

Build the agent with the console

Experience the TaskingAI cloud console for intuitive, hassle-free development that boosts productivity.

Join the community

Join our developer community focused on improving LLM agents. Get expert advice, share your work, and team up on new projects.
@PlanetAITech
#ChatGPT#ai#taskingAI
Thanks to Gao Dalie to make me discover this no code solution to create my bot with my data.  RAG , memory and others tools effortless.
@codingcrashcourses8533
TaskingAI - Next-GEN AI Development Platform - Create Assistants with Models, RAG and Tools easily
In this video you will learn about TaskingAI, a new and game changing AI Development platform.

TaskingAI allows you to develop AI-Native App Development in the cloud, test your llm based backend in a playground and use the PythonSDK to create awesome LLM Apps easily
@DonatienThorez
Tasking AI - How to build your AI application efficiently
TaskingAI is redefining the landscape of creating assistants, offering unparalleled flexibility by enabling the utilization of various models such as Mistral, Claude, Groq, and more.

What sets TaskingAI apart are its distinctive features including plugins, actions, and document retrieval, all seamlessly integrated into a cloud-based platform. Forget about long and cumbersome installations – TaskingAI is ready for immediate use straight out of the box.
@LeopolisDream
TaskingAI brings Firebase's simplicity to AI-native app development. The platform enables the creation of GPTs-like multi-tenant applications using a wide range of LLMs from various providers.
@intheworldofai
TaskingAI: Eaily Build LLM Apps and Agents With Your Data!
In this video, we dive deep into the revolutionary capabilities of TaskingAI, a platform that's transforming the landscape of AI application creation.
@GaoDalie_AI
How I Build My App in Minutes Using Tasking AI - Open Source
This video is the ultimate beginner's guide to using the brand-new Open-source Tasking AI to build applications and a powerful LLM Chatbot.

I will explain how to use Claude 3 and Mistral large with Tasking AI and why this Tasking AI Open-Source is so important and such a game-changer for anyone looking to build applications and establish a business within Generative AI.
@techfrenAJ
NEW best 7B coding LLM! + OpenVoice + TaskingAI + Create an AI Influencer
@DataInsightEdg
TaskingAI revolutionizes assistant creation, offering unprecedented flexibility with models like Mistral, Claude, Groq, and more.

What distinguishes TaskingAI are its unique features - plugins, actions, and document retrieval seamlessly woven into its cloud-based platform. No more lengthy installations - TaskingAI is ready for instant use.
@quick_tutorials
TaskingAI: Build AI Assistants with a few Clicks using an Open-Source Framework
🚀In this video, I give you a short introduction about Tasking AI — A new open-source framework for building AI applications using Large Language Models (LLMs).

Empower Your AI Vision With TaskingAI

Sign Up Now