Compare commits

...

4 Commits

3 changed files with 213 additions and 73 deletions

77
bailian-coding-plan.json Normal file
View File

@@ -0,0 +1,77 @@
{
"$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": "{env:BAILIAN_CODING_API_KEY}"
},
"models": {
"qwen3.5-plus": {
"name": "Qwen3.5 Plus",
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"qwen3-max-2026-01-23": {
"name": "Qwen3 Max 2026-01-23"
},
"qwen3-coder-next": {
"name": "Qwen3 Coder Next"
},
"qwen3-coder-plus": {
"name": "Qwen3 Coder Plus"
},
"MiniMax-M2.5": {
"name": "MiniMax M2.5",
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"glm-5": {
"name": "GLM-5",
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"glm-4.7": {
"name": "GLM-4.7",
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
}
}
}
}
}

View File

@@ -1,78 +1,78 @@
// bunx oh-my-opencode doctor --verbose
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
// "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
"agents": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
"sisyphus": {
"model": "cpa-anthropic/claude-opus-4-6",
"model": "litellm/claude-opus-4-6",
"variant": "max"
},
"hephaestus": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "litellm/gpt-5.3-codex",
"variant": "medium"
},
"atlas": {
"model": "cpa-anthropic/claude-sonnet-4-5"
},
"oracle": {
"model": "cpa-openai/gpt-5.2",
"model": "litellm/gpt-5.2",
"variant": "high"
},
"librarian": {
"model": "cpa-google/gemini-3-flash"
"model": "litellm/gemini-3-flash-preview"
},
"explore": {
"model": "cpa-google/gemini-3-flash"
"model": "litellm/gemini-3-flash-preview"
},
"multimodal-looker": {
"model": "cpa-google/gemini-3-flash"
"model": "litellm/gemini-3-flash-preview"
},
"prometheus": {
"model": "cpa-anthropic/claude-opus-4-6",
"model": "litellm/claude-opus-4-6",
"variant": "max"
},
"metis": {
"model": "cpa-anthropic/claude-opus-4-6",
"model": "litellm/claude-opus-4-6",
"variant": "max"
},
"momus": {
"model": "cpa-openai/gpt-5.2",
"model": "litellm/gpt-5.2",
"variant": "medium"
},
"sisyphus-junior": {
"model": "cpa-anthropic/claude-sonnet-4-5"
"atlas": {
"model": "litellm/claude-sonnet-4-5"
}
// "sisyphus-junior": {
// "model": "litellm/claude-sonnet-4-5"
// }
},
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories
"categories": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
"visual-engineering": {
"model": "cpa-google/gemini-3-pro",
"model": "litellm/gemini-3.1-pro-preview",
"variant": "high"
},
"ultrabrain": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "litellm/gpt-5.3-codex",
"variant": "xhigh"
},
"deep": {
"model": "cpa-openai/gpt-5.3-codex",
"model": "litellm/gpt-5.3-codex",
"variant": "medium"
},
"artistry": {
"model": "cpa-google/gemini-3-pro",
"model": "litellm/gemini-3.1-pro-preview",
"variant": "high"
},
"quick": {
"model": "cpa-google/gemini-3-flash"
"model": "litellm/claude-haiku-4-5"
},
"unspecified-low": {
"model": "cpa-anthropic/claude-sonnet-4-5"
"model": "litellm/claude-sonnet-4-6"
},
"unspecified-high": {
"model": "cpa-anthropic/claude-opus-4-6",
"model": "litellm/claude-opus-4-6",
"variant": "max"
},
"writing": {
"model": "cpa-google/gemini-3-flash"
"model": "litellm/gemini-3-flash-preview" // FIXME
}
},
"git_master": {

View File

@@ -2,54 +2,51 @@
"$schema": "https://opencode.ai/config.json",
"autoupdate": false,
"theme": "system",
"model": "cpa-anthropic/claude-opus-4-6",
"small_model": "cpa-google/gemini-3-flash",
"model": "litellm/claude-opus-4-6",
"small_model": "litellm/claude-haiku-4-5",
"plugin": ["oh-my-opencode@latest"],
"provider": {
// ref: https://models.dev/
"cpa-anthropic": {
"name": "CPA Anthropic",
"npm": "@ai-sdk/anthropic",
"provider": {
"litellm": {
"name": "LiteLLM",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://cpa.furtherverse.com/v1",
"apiKey": "{env:CPA_API_KEY}",
"baseURL": "https://ai.furtherverse.com/v1",
"apiKey": "{env:LITELLM_API_KEY}",
"setCacheKey": true
},
"models": {
// Anthropic
"claude-opus-4-6": {
"name": "Claude Opus 4.6",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 1000000, "output": 128000 }
"limit": { "context": 200000, "output": 128000 }
},
"claude-sonnet-4-5": {
"name": "Claude Sonnet 4.5",
"tool_call": true,
"reasoning": false,
"claude-sonnet-4-6": {
"name": "Claude Sonnet 4.6",
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 200000, "output": 64000 }
}
}
},
"cpa-google": {
"name": "CPA Google",
"npm": "@ai-sdk/google",
"options": {
"baseURL": "https://cpa.furtherverse.com/v1beta",
"apiKey": "{env:CPA_API_KEY}",
"setCacheKey": true
"claude-haiku-4-5": {
"name": "Claude Haiku 4.5",
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"models": {
"gemini-3-pro": {
"name": "Gemini 3 Pro",
"tool_call": true,
"limit": { "context": 200000, "output": 64000 }
},
// Google
"gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro",
"reasoning": true,
"modalities": {
"input": ["text", "image", "video", "audio", "pdf"],
@@ -57,30 +54,27 @@
},
"limit": { "context": 1048576, "output": 65536 }
},
"gemini-3-flash": {
"gemini-3-flash-preview": {
"name": "Gemini 3 Flash",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "video", "audio", "pdf"],
"output": ["text"]
},
"limit": { "context": 1048576, "output": 65536 }
}
}
},
"cpa-openai": {
"name": "CPA OpenAI",
"npm": "@ai-sdk/openai",
"options": {
"baseURL": "https://cpa.furtherverse.com/v1",
"apiKey": "{env:CPA_API_KEY}",
"setCacheKey": true
// OpenAI
"gpt-5.2": {
"name": "GPT-5.2",
"reasoning": true,
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"models": {
"gpt-5.3-codex": {
"name": "GPT-5.3-Codex",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
@@ -88,9 +82,8 @@
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"gpt-5.2": {
"name": "GPT-5.2",
"tool_call": true,
"gpt-5.1-codex-mini": {
"name": "GPT-5.1 Codex mini",
"reasoning": true,
"modalities": {
"input": ["text", "image"],
@@ -99,6 +92,76 @@
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}
}
},
"bailian-coding-plan": {
"npm": "@ai-sdk/anthropic",
"name": "Model Studio Coding Plan",
"options": {
"baseURL": "https://coding.dashscope.aliyuncs.com/apps/anthropic/v1",
"apiKey": "{env:BAILIAN_API_KEY}"
},
"models": {
"glm-5": {
"name": "GLM-5",
"reasoning": true,
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": { "context": 204800, "output": 131072 },
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"glm-4.7": {
"name": "GLM-4.7",
"reasoning": true,
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": { "context": 204800, "output": 131072 },
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"reasoning": true,
"modalities": {
"input": ["text", "image", "video"],
"output": ["text"]
},
"limit": { "context": 262144, "output": 262144 },
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
},
"MiniMax-M2.5": {
"name": "MiniMax-M2.5",
"reasoning": true,
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": { "context": 204800, "output": 131072 },
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 1024
}
}
}
}
}
},
"disabled_providers": ["opencode"]