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 incore/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:
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’smasterbranch 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.

