Skip to content

How should I configure DeepSeek to use the Alibaba Cloud platform? #569

@jinwater88

Description

@jinwater88

default_model: aliyun.qwen3-max

阿里云配置

aliyun:
api_key: "your-aliyun-api-key"
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"

default_model: deepseek.deepseek-v3.2
deepseek:
api_key: "your-aliyun-api-key"
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"

default_model: generic.glm-4.5
generic:
api_key: "your-aliyun-api-key"
base_url: "https://open.bigmodel.cn/api/paas/v4"

generic:
api_key: ollama
base_url: http://localhost:11434/v1

default_model: deepseek-chat
deepseek:
api_key: "your-aliyun-api-key"
base_url: https://api.deepseek.com

Is this the right way to write it?
I found that the official DeepSeek performs better than Alibaba's DeepSeek. Why is that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions