docs: fix FAQ formatting and update model recommendations (#546)

- Add missing "Problem" statement to FAQ #4 for consistency
- Update vision model recommendations to latest versions (GPT-5.2, Claude 4.5 Sonnet, Gemini 3 Pro)
This commit is contained in:
Dayuan Jiang
2026-01-09 13:43:26 +09:00
committed by GitHub
parent d71fe70cbe
commit 9430618660
3 changed files with 9 additions and 3 deletions

View File

@@ -65,11 +65,13 @@ python -m vllm.entrypoints.openai.api_server \
## 4. "No Image Provided" After Uploading Image
**Problem**: After uploading an image, the system shows "No image provided" error
**Possible Causes**:
1. Model doesn't support vision (e.g., Kimi K2, DeepSeek, Qwen text models)
**Solution**:
- Use vision-capable models: GPT-4o, Claude 3.5 Sonnet, Gemini Pro Vision
- Use vision-capable models: GPT-5.2, Claude 4.5 Sonnet, Gemini 3 Pro
- Models with `vision` or `vl` in name support images
- Update to latest version (v0.4.9+)