Download & Installation
runs and works! Run the update.bat file in the extracted package to upgrade to the latest version.
What is AiPy? It's an LLM + Python program that can operate and control everything.


The world will never be the same with AiPy

Learn the magic of AiPy through use cases
AI travel planning
AI Development Games
AI Document Processing
AI life assistant
User Reviews












FAQ
Q: What is AiPy?
Q: What is the difference between AiPy and the current Ai?
Q: Is the AiPy a new larger model or a sleeved larger model?
Q: What is the AiPy paradigm and what is Python-Use? Is it an Agent-like product? How is it different from Manus, MCP, etc.?
A: AiPy is a product we developed based on a new paradigm, Python-Use, to enable more universal and rapid utilization of large models for various tasks.
The traditional classic paradigm for large model AI Agents involves developing a large number of tool agents and then relying on their collaboration to accomplish various tasks. This approach depends on the development, deployment, and installation of more and more agents. However, from a certain perspective, developing and deploying more agents actually limits the full potential of large models. In contrast, AiPy (Python-Use), a new paradigm, takes a different approach: it's a way of "enabling AI to use Python and Python to use AI." This means that the large model understands and breaks down user tasks, then achieves automatic coding and code execution through API Calling and Packages Calling. It can also continuously improve and iterate through a feedback mechanism, ultimately enabling AI to interact with the environment and complete tasks.
Therefore, we propose the concept: "The real general AI Agent is NO Agents!" AiPy (Python-Use) implements the new paradigm of "No Agents, Code is Agent." Python uses data, Python uses computers, Python uses the network, Python uses the Internet of Things, Python uses everything, ultimately achieving true AI Think Do!
The specific code related to Python-Use has already been open-sourced: https://github.com/knownsec/aipyapp
Based on this concept, we believe this is the biggest difference compared to Manus, MCP, etc.! For users:
The biggest difference between AiPy and Manus is that AiPy itself is open-source and free. Users only need to bear the cost of tokens for calling APIs of large models (of course, you can also use free large models). Because it doesn't require the invocation of numerous agents, AiPy also consumes relatively fewer tokens for the same task. Another major advantage is that AiPy supports local deployment, eliminating the need for users to upload their sensitive data and documents to the cloud. This is because AiPy is only responsible for the corresponding code generation for the task, and all data processing is done locally, offering a secure and reliable advantage for handling very large files and sensitive data.
The biggest advantage of AiPy compared to MCP Server is that users don't need to rely on various custom-developed MCP Servers for different services, nor do they need to deploy, install, or use them. They also don't need to worry about the security risks posed by unreliable MCP Server providers. AiPy can achieve the invocation of various APIs and accomplish diverse functions through real-time coding. You can see the examples shown above or experience the power of AiPy for yourselves.
In summary, AiPy offers multiple deployment options, is no longer limited by the various restrictions of cloud-based hosts, and doesn't require the development, downloading, installation, or complex configuration of various tools. All you need to do is converse with the large model.
Q: What kind of macromodels does AiPy support? Does AiPy support local big model calls? What are the recommended models?
A: AiPy theoretically supports all generic big model calls, you just need to set the API and model information of the generic big model in the configuration file to complete the call. We also support Ollama and LMStudio APIs for local big models.
Because of the Python-Use paradigm, a lot of capabilities depend on the big model itself, so the better the coding ability of the big model and other comprehensive capabilities of the big model, the better the performance of the model to achieve the task. Of course, we also need to take into account the large model API calls tokens to spend the cost of the problem, in the cost-effective point of view, we recommend the use of DeepSeek, after testing a very small amount of money can achieve most of the task execution work.
Q:What can AiPy do at the moment?
Q: Can AiPy call other products and business APIs? How is it implemented? Does it support local private API?
A: Yes, AiPy supports a variety of Internet business API calls, including search, maps, trip planning, social media, weather and other API services, can be built-in can also be called to generate the code when you enter the corresponding API Key to call to use. As for the implementation of API calls we have implemented a function called ‘API Calling’, the big model estimates his understanding of the task to choose to call the corresponding API, you can also specify the way to achieve the call through the task prompt word.
Through the local deployment of AiPy is to support the local private words of the API call, you just need to write the corresponding API description and address in the configuration file.