-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathopencode.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathopencode.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"CLAUDE.md"
],
"provider": {
"aabao": {
"npm": "@ai-sdk/openai-compatible",
"name": "aabao",
"options": {
"baseURL": "https://fastapi.aabao.top/v1",
"apiKey": "{env:OPENCODE_API_KEY}"
},
"models": {
"doubao-seed-1-6-thinking-250715": {
"name": "doubao"
},
"qwen3-coder-plus": {
"name": "qwen3-coder-plus"
}
}
},
"authropic": {
"npm": "@ai-sdk/openai-compatible",
"name": "aabaocc",
"options": {
"baseURL": "https://fastapi.aabao.top/v1",
"apiKey": "{env:ANTHROPIC_API_KEY}"
},
"models": {
"claude-sonnet-4-5-20250929": {
"name": "claude-sonnet-4-5-20250929"
},
"claude-opus-4-5-20251101": {
"name": "claude-opus-4-5-20251101"
}
}
}
}
}