Does chatgpt can read images via api? I have created a Discord bot, and the bot started responding to my messages via the OpenAI key. But what I need to do is that when a user uploads an image to the discord, the bot will recognize the image and send a response about the image that the user uploaded.
so is openAI api supports image describing via api? as I know only in chatgpt plus available that feature
Both GPT-4o and GPT-4 Turbo have vision capabilities, meaning the models can take in images and answer questions about them. Historically, language model systems have been limited by taking in a single input modality, text.
You can find more in the docs…