欢迎使用 VIAAAI 聚合API !活动期间:①注册会员即送0.2美金等额token,②充值9折优惠酬宾,③每天签到送$0.25;欢迎试用!
npm install -g opencode-ai
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"options": {
"baseURL": "https://api.viaaai.com"
}
}
}
}
~/.local/share/opencode/auth.json
{
"google": {
"type": "api",
"key": "1111111111111111111"
},
"anthropic": {
"type": "api",
"key": "sk-xxxxxxxxxxxxx"
}
}