Skip to content

Commit e1b1482

Browse files
authored
docs: document DashScope multimodal configuration (#4755)
1 parent a376705 commit e1b1482

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/multimodal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ curl -X POST http://localhost:8080/api/audio/tts \
110110
|----------|---------|-------------|
111111
| `spring.ai.dashscope.api-key` | `${AI_DASHSCOPE_API_KEY}` | DashScope API key |
112112
| `spring.ai.dashscope.chat.options.model` | `qwen-vl-plus` | Vision model (use `-vl` models for multimodal) |
113+
| `spring.ai.dashscope.chat.options.multi-model` | `false` | Use the DashScope multimodal generation endpoint; set to `true` for vision models |
113114

114115
Supported vision models: `qwen-vl-plus`, `qwen-vl-max`, `qwen2-vl-plus`, `qwen3-vl-plus`.
115116

0 commit comments

Comments
 (0)