Skip to main content
AutoGen is Microsoft’s framework for building multi-agent AI applications. Its 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:
Install 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.

Verify

Send a message — a normal reply confirms the connection (verified on autogen-agentchat 0.7.5):