You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varwebSearch="\"auto\""; // string | auto (let ChatGPT decide) | force (ask it to browse) | off (answer from memory). `web_search_triggered` in the response always reports what actually happened. (optional) (default to "auto")
52
+
varimageUrl="imageUrl_example"; // string | Public http(s) URL of an image to attach to the prompt. ChatGPT reads it and answers about it. POST also accepts `image_base64`. Exactly one of the two. (optional)
|**prompt**|**string**| The prompt to send to ChatGPT (max 4096 characters). ||
95
96
|**country**|**string**| ISO-3166 alpha-2 egress country, e.g. 'US', 'GB', 'DE'. |[optional]|
96
97
|**webSearch**|**string**| auto (let ChatGPT decide) | force (ask it to browse) | off (answer from memory). `web_search_triggered` in the response always reports what actually happened. |[optional][default to "auto"]|
98
+
|**imageUrl**|**string**| Public http(s) URL of an image to attach to the prompt. ChatGPT reads it and answers about it. POST also accepts `image_base64`. Exactly one of the two. |[optional]|
varwebSearch="\"auto\""; // string | auto (let Gemini decide) | force (ask it to browse) | off (answer from memory). `web_search_triggered` in the response always reports what actually happened. (optional) (default to "auto")
51
+
varimageUrl="imageUrl_example"; // string | Public http(s) URL of an image to attach to the prompt. Gemini reads it and answers about it. POST also accepts `image_base64`. Exactly one of the two. (optional)
|**prompt**|**string**| The prompt to send to Gemini (max 4096 characters). ||
94
95
|**country**|**string**| ISO-3166 alpha-2 egress country, e.g. 'US', 'GB', 'DE'. |[optional]|
95
96
|**webSearch**|**string**| auto (let Gemini decide) | force (ask it to browse) | off (answer from memory). `web_search_triggered` in the response always reports what actually happened. |[optional][default to "auto"]|
97
+
|**imageUrl**|**string**| Public http(s) URL of an image to attach to the prompt. Gemini reads it and answers about it. POST also accepts `image_base64`. Exactly one of the two. |[optional]|
0 commit comments