diff --git a/README.md b/README.md index 76d3b28..3c668cb 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ npm run build "apiKey": "{env:COMMANDCODE_API_KEY}" }, "models": { - "deepseek/deepseek-v4-flash-vision-exp": { - "name": "DeepSeek V4 Flash (Vision)", + "deepseek/deepseek-v4.1-flash": { + "name": "DeepSeek V4.1 Flash", "limit": { "context": 1048576, "output": 256000 }, "attachment": true, "modalities": { "input": ["text", "image"], "output": ["text"] } @@ -261,8 +261,8 @@ node scripts/smoke.mjs deepseek/deepseek-v4.1-flash ```powershell opencode models commandcode -opencode run "Reply with exactly: pong" -m commandcode/deepseek/deepseek-v4-flash-vision-exp -opencode run "Use the glob tool to list *.mjs and report the filenames." -m commandcode/deepseek/deepseek-v4-flash-vision-exp +opencode run "Reply with exactly: pong" -m commandcode/deepseek/deepseek-v4.1-flash +opencode run "Use the glob tool to list *.mjs and report the filenames." -m commandcode/deepseek/deepseek-v4.1-flash ``` ## Troubleshooting