openai/ 模型前缀连接 OpenAI-compatible API。
配置
MODEL_ID 替换为 Coding 配置向导中选择的模型。也可以把对应选项写入本地 .env 或 .aider.conf.yml,但不要提交真实 Token。
验证
/v1 Base URL。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AceDataCloud Coding Plan 集成指南 - Ace Data Cloud
openai/ 模型前缀连接 OpenAI-compatible API。
export AIDER_OPENAI_API_BASE="https://api.acedata.cloud/v1"
export AIDER_OPENAI_API_KEY="$ACEDATACLOUD_API_KEY"
aider --model openai/MODEL_ID
MODEL_ID 替换为 Coding 配置向导中选择的模型。也可以把对应选项写入本地 .env 或 .aider.conf.yml,但不要提交真实 Token。
aider --model openai/MODEL_ID --message "Reply only OK"
/v1 Base URL。
