Skip to main content
CrewAI is a popular framework for orchestrating role-playing, autonomous AI agents. Its LLM class is LiteLLM-backed and accepts a custom base_url, so crews 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 and export it:
Build a CrewAI LLM pointed at the ScitiX endpoint and hand it to your agents:
The openai/ prefix is required for this custom OpenAI-compatible endpoint. CrewAI routes through LiteLLM, which uses the provider prefix to pick the OpenAI-compatible client for a custom base_url like ScitiX. Choose a model with native tool calling for multi-agent tools/delegation. glm-5.2 works.

Verify

Run a one-agent crew — a normal completion confirms the connection (verified on crewai 1.15.16):
You can also make a direct call through the configured LLM: