feat(models): support qwen3.7-plus multi-modal model

This commit is contained in:
zhayujie
2026-06-02 16:38:17 +08:00
parent e861d98007
commit 92ec9653e5
22 changed files with 107 additions and 43 deletions

View File

@@ -19,7 +19,7 @@ If the current provider fails, the tool automatically tries the next one until i
| Provider | Vision Model | Notes |
| --- | --- | --- |
| OpenAI / Compatible | Main model | All OpenAI-protocol-compatible multimodal models |
| Qwen (DashScope) | Main model | e.g. qwen3.6-plus, etc. |
| Qwen (DashScope) | Main model | e.g. qwen3.7-plus, etc. |
| Claude | Main model | Anthropic native image format |
| Gemini | Main model | inlineData format |
| Doubao | Main model | doubao-seed-2-0 series natively supported |