Quick AI 2.0 - Now with GPT Vision support

1 minute read

In new version, Quick AI (QAI) supports GPT vision technology which allows sending images to the assistants directly from Tasker tasks. For example, let’s consider this web page open in the web browser on an Android phone:

Phone Web Browser

It shows an announcement of a show of fantastic rock band called Within Temptation. Let’s say I’ve got a ticket and want to add an event to calendar. Some services send a *.ics file along with tickets. But not all of them. Here AI assistants come to help. A simple Tasker task, brand new QAI API, few seconds awaiting results and here it is:

Phone Web Browser

Or, as a short video:

How did it work?

  1. Tasker created a screenshot and sent it to QAI API.
  2. QAI took assistant configuration from Directus admin panel, the file and sent them to OpenAI.
  3. OpenAI followed carefully prepared system instructions and created *.ics file with the event details.
  4. Tasker got back the *.ics and opened it with the default app (Samsung calendar in this case).

Note that we even managed to adjust time zones: event occurs in GMT+11 time zone but time was adjusted to device’s GMT+3 zone. Thanks to the additional hint passed along with the image by Tasker to QAI API.

Quick AI API is open source and ready for self-hosting.