Add OpenCode Zen provider support

This commit is contained in:
Mario Zechner 2026-01-09 06:58:20 +01:00
parent 98b25baf4d
commit 97d0189eae
8 changed files with 529 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export const defaultModelPerProvider: Record<KnownProvider, string> = {
cerebras: "zai-glm-4.6",
zai: "glm-4.6",
mistral: "devstral-medium-latest",
opencode: "claude-opus-4-5",
};
export interface ScopedModel {