We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9b37 commit ea794a4Copy full SHA for ea794a4
opencode.json
@@ -17,6 +17,22 @@
17
"models": {
18
"Qwen/Qwen3-235B-A22B-Instruct-2507:fireworks-ai": {}
19
}
20
+ },
21
+ "local": {
22
+ "npm": "@ai-sdk/openai-compatible",
23
+ "name": "Local",
24
+ "options": {
25
+ "baseURL": "http://127.0.0.1:1234/v1"
26
27
+ "models": {
28
+ "qwen/qwen3-coder-30b": {
29
+ "name": "Qwen-Coder 30B",
30
+ "limit": {
31
+ "context": 262144,
32
+ "output": 66536
33
+ }
34
35
36
37
},
38
"mcp": {
0 commit comments