We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea5f26 + 9de9dc1 commit 8edf601Copy full SHA for 8edf601
articles/ai-services/openai/how-to/gpt-with-vision.md
@@ -47,6 +47,9 @@ The following is a sample request body. The format is the same as the chat compl
47
> [!IMPORTANT]
48
> Remember to set a `"max_tokens"` value, or the return output will be cut off.
49
50
+> [!IMPORTANT]
51
+> When uploading images, there is a limit of 10 images per chat request.
52
+
53
```json
54
{
55
"messages": [
0 commit comments