config.toml whose [llm] section takes a custom base_url, so the agent can run on the ScitiX Model Inference API.
Default model here is glm-5.2; see the Models page for the full list and pricing.
Configure
Create an API key on the ScitiX API Keys page. Copyconfig/config.example.toml to config/config.toml and point the [llm] section at ScitiX:
The default
[llm] API type is OpenAI-compatible, so no extra api_type is needed for ScitiX.
Verify
Run the agent and give it a simple request — it responds using the configured ScitiX model:model: glm-5.2 / base_url: https://api.scitix.ai/model-api/v1, confirming requests reach ScitiX.
