OpenAIChatCompletionClient accepts a custom base_url, so agents 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:autogen-agentchat and autogen-ext[openai], then build a client pointed at ScitiX. Use OpenAIChatCompletionClient from autogen-ext[openai]; pass this client to an AssistantAgent to drive multi-agent teams on ScitiX.
For a custom model,
model_info is required. Without it, the client raises model_info is required. For a tool-calling model such as glm-5.2, set function_calling=True.

