init
This commit is contained in:
64
opencode/oh-my-opencode.json
Normal file
64
opencode/oh-my-opencode.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
|
||||
"agents": {
|
||||
"hephaestus": {
|
||||
"model": "opencode/glm-4.7-free"
|
||||
},
|
||||
"oracle": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"librarian": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"explore": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"multimodal-looker": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"prometheus": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5"
|
||||
},
|
||||
"metis": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"momus": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"atlas": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5"
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"visual-engineering": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"ultrabrain": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"deep": {
|
||||
"model": "opencode/glm-4.7-free"
|
||||
},
|
||||
"artistry": {
|
||||
"model": "bailian-coding-plan/MiniMax-M2.5",
|
||||
"variant": "high"
|
||||
},
|
||||
"quick": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"unspecified-low": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"unspecified-high": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
},
|
||||
"writing": {
|
||||
"model": "bailian-coding-plan/qwen3-coder-next"
|
||||
}
|
||||
}
|
||||
}
|
||||
171
opencode/opencode.json
Normal file
171
opencode/opencode.json
Normal file
@@ -0,0 +1,171 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"bailian-coding-plan": {
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"name": "Model Studio Coding Plan",
|
||||
"options": {
|
||||
"baseURL": "https://coding.dashscope.aliyuncs.com/apps/anthropic/v1",
|
||||
"apiKey": "sk-sp-9840f6c1bccc497babe157423e2ad69a"
|
||||
},
|
||||
"models": {
|
||||
"qwen3.5-plus": {
|
||||
"name": "Qwen3.5 Plus",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 1000000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen3-max-2026-01-23": {
|
||||
"name": "Qwen3 Max 2026-01-23",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 32768
|
||||
}
|
||||
},
|
||||
"qwen3-coder-next": {
|
||||
"name": "Qwen3 Coder Next",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen3-coder-plus": {
|
||||
"name": "Qwen3 Coder Plus",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"limit": {
|
||||
"context": 1000000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"MiniMax-M2.5": {
|
||||
"name": "MiniMax M2.5",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 196608,
|
||||
"output": 24576
|
||||
}
|
||||
},
|
||||
"glm-5": {
|
||||
"name": "GLM-5",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 202752,
|
||||
"output": 16384
|
||||
}
|
||||
},
|
||||
"glm-4.7": {
|
||||
"name": "GLM-4.7",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 202752,
|
||||
"output": 16384
|
||||
}
|
||||
},
|
||||
"kimi-k2.5": {
|
||||
"name": "Kimi K2.5",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 8192
|
||||
}
|
||||
},
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 32768
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugin": [
|
||||
"oh-my-opencode"
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user