
1. Get JieKou.AI Configuration Information
(1) Register and Obtain an API Key
Sign up for and log in to JieKou.AI. Enter the invitation code 【YGHNZ0】 during registration to receive a $2 sign-up bonus.


(2) Generate and Save the API Key
!Note: Keys are encrypted and stored on the server. Once created, they cannot be viewed again. Please keep your key safe. If it is lost, you need to delete it in the console and create a new key.
(3) Get the Model ID You Need to Use
Find the model you want to use in the JieKou.AI Model Square, and 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 DeepSearcher
For the complete installation guide, see: https://github.com/zilliztech/deep-searcher (1) Clone the repository3. Modify the Example Code to Connect to JieKou.AI Models
The example code is located atexamples/basic_example.py. You can use this example to run DeepSearcher.
(1) Configure the API Key
Set the API Key you just obtained in the local environment variable JIEKOU_API_KEY.
config = Configuration() line in the example code:
load_from_local_files is called. You can use the examples/data/WhatisMilvus.pdf file provided by the project, or use your own file. If you want to delete and recreate the collection during execution, set force_new_collection to True.