diff --git a/opencode.jsonc b/opencode.jsonc index f207057..03c04a3 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,8 +2,8 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": "notify", "theme": "tokyonight", - "model": "gateway/claude-sonnet-4-5", - "small_model": "gateway/gemini-3-flash", + "model": "anthropic-gateway/claude-sonnet-4-5", + "small_model": "google-gateway/gemini-3-flash", "plugin": [ "@tarquinen/opencode-dcp@latest", "@franlol/opencode-md-table-formatter@latest" @@ -52,7 +52,7 @@ "name": "Google Gateway", "npm": "@ai-sdk/google", "options": { - "baseURL": "http://10.0.1.1:8317/v1", + "baseURL": "http://10.0.1.1:8317/v1beta", "apiKey": "{env:CPA_API_KEY}" }, "models": { @@ -64,12 +64,6 @@ }, "gemini-3-flash": { "name": "Gemini 3 Flash" - }, - "gpt-5.2": { - "name": "GPT-5.2" - }, - "gpt-5.2-codex": { - "name": "GPT-5.2-Codex" } } },