Configure Your Large Language Model
After configuration, you can use the following functions:
- Build workflows. Describe the general steps, and AI will create an automation workflow using Runavelo's official knowledge base. It normally uses built-in commands instead of Python so the result remains easy to edit.
- Analyze workflow issues. For example, ask AI to inspect the current workflow or diagnose a product-data collection workflow.
- Diagnose runtime errors.
- Ask whether Runavelo supports a feature, how to use a command, or how to write Python or JavaScript.
You can also ask any other Runavelo questions.
DeepSeek (Recommended)
| Parameter | Description |
|---|---|
| Base URL | https://api.deepseek.com |
| Model | deepseek-v4-pro |
| API Key | Create an API key at https://platform.deepseek.com/api_keys |
Reference document: https://api-docs.deepseek.com/zh-cn/
Qianwen
| Parameter | Description |
|---|---|
| Base URL | https://dashscope.aliyuncs.com/compatible-mode/v1 |
| Model | qwen3.7 |
| API Key | Create an API key at https://bailian.console.aliyun.com/cn-beijing?tab=model#/api-key |
Reference document: https://bailian.console.aliyun.com/cn-beijing?tab=api#/api/?type=model&url=2712195
warning
Qianwen provides a limited free quota. Enable paid usage if the service must continue after that quota is exhausted: https://bailian.console.aliyun.com/cn-beijing?tab=model#/model-usage
ChatGPT
| Parameter | Description |
|---|---|
| Base URL | https://api.openai.com/v1 |
| Model | gpt-5.5 |
| API Key | Create an API key at https://platform.openai.com/settings/organization/api-keys |
Reference document: https://developers.openai.com/api/docs/quickstart?input-type=file-url&language=javascript
Zhipu
| Parameter | Description |
|---|---|
| Base URL | https://open.bigmodel.cn/api/paas/v4 |
| Model | glm-5.1 [Short context, not recommended] |
| API Key | Open https://bigmodel.cn/apikey/platform and create a new API Key |
Reference document: https://docs.bigmodel.cn/cn/api/introduction
FAQ
Inaccurate Answers
- Try another capable model or enable its reasoning mode.
- Rephrase the request with more specific details.
- Clear the conversation and start again.
Models Not Recommended
- glm-5.1: short context window
- kimi-2.6: short context window
tip
Requires browser extension version 3.8.0 or later.
Requires Runavelo 8.9.0 or later.