Skip to main content
wiseflow is an open-source information mining and intelligence aggregation tool that extracts useful information from web pages and other sources based on your focus areas. It calls large language models through the native OpenAI SDK, so you can connect wiseflow to ScitiX Model Inference. This guide uses glm-5.2 as an example. For the full model list and pricing, see Models.

Configure

Create an API Key on the API Keys page. In the project root, edit .env:

Verify

wiseflow reads the configuration above in core/llms/openai_wrapper.py and calls the model through the native OpenAI SDK. After you start a task, model requests are sent to the ScitiX endpoint. You can also run a minimal check:
For normal operation, run python core/run_task.py. Extracted information is written to PocketBase by default at http://127.0.0.1:8090/_/.

FAQ

  • Version: Use a 0.3.x release, such as tag v0.3.8. The repository’s master branch has moved to a different product, while the classic Python + PocketBase implementation is available in versioned tags.
  • LLM_API_BASE: Use the base URL with /v1: https://api.scitix.ai/model-api/v1. wiseflow uses the native OpenAI SDK and does not require a dedicated provider.
  • Model IDs: Use model IDs from the Models page.