Skip to main content
Refly is an open-source AI workflow orchestration platform for vibe workflows. It supports custom OpenAI-compatible providers, so you can connect Refly to ScitiX Model Inference. This guide uses 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. After signing in to Refly, open Settings > Model Config or Provider Config, choose Add Provider, and fill in: Choose Test Connection. When Refly shows Connection test successful, choose Add. Refly OpenAI provider pointed to ScitiX with a successful connection test After saving the provider, choose Add Model and enter the model ID glm-5.2.

Verify

Use the model in a conversation and send a message. A normal reply confirms that the connection works. Refly calls glm-5.2 through ScitiX and returns a normal reply

FAQ

  • Provider Type: Select OpenAI. Its Base URL is configurable, so no dedicated ScitiX preset is required. Refly uses LangChain ChatOpenAI in the backend.
  • Provider configuration location: Providers are configured in the Web UI and saved to the account, not through environment variables. Use Test Connection after adding the provider to confirm connectivity.
  • Tool or workflow capabilities: Choose a model that supports tool calling. glm-5.2 supports tool calling.