1. Prerequisites
(1) Register and get an API key
Register and log in to JieKou.AI. Enter the invitation code 【YGHNZ0】 during registration to receive a $2 registration bonus.


(2) Generate and save the API key
!Note: The key is encrypted and stored on the server. Once created, it cannot be viewed again, so please keep it safe. If it is lost, you will need to delete it in the console and create a new key.
(3) Get the model ID you want to use
Find the model you want to use in the JieKou.AI Model Marketplace, then copy the model ID and base URL.- Gemini-3-pro-preview
- Gemini-2.5-pro
- Claude-sonnet-4-5
- Gpt-5.1
- Gpt-4o
2. Install OpenManus
For the full installation guide, see: Installation Guide. The following installation tutorial uses Windows as an example and follows “Method 2” from the installation guide.- Install uv, a fast Python package manager:
- Clone the repository:
- Create and activate a virtual environment:
- Install dependencies:
3. Configure OpenManus
OpenManus needs to be configured with the LLM API you want to use. Follow these steps:- Create a
config.tomlfile in theconfigdirectory. You can copy it from the example:
- Edit
config/config.toml, change 【model】, 【base_url】, and 【api_key】, then add your API key and custom settings:
4. Quick start OpenManus
Run OpenManus with a single command:enter your prompt!