• English
  • The following example uses qwen3.7-plus through Alibaba Cloud:

    export MIDSCENE_MODEL_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
    export MIDSCENE_MODEL_API_KEY="your-api-key"
    export MIDSCENE_MODEL_NAME="qwen3.7-plus"
    export MIDSCENE_MODEL_FAMILY="qwen3"

    Replace your-api-key with your API Key.

    To use another model, such as Doubao, GLM, Gemini, or GPT-5, see Supported models and setup.

    For all configuration options, see Model configuration.