Archetype AI

The Archetype AI component is an AI connector that allows users to connect the AI models served on the Archetype AI Platform. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Connection

FieldField IDTypeNote
API Key (required)api_keystringFill your Archetype AI API key

#Supported Tasks

#Describe

Describe a video.

InputIDTypeDescription
Task ID (required)taskstringTASK_DESCRIBE
Query (required)querystringA guide to describe the video
File IDs (required)file_idsarray[string]The IDs of the videos to describe. These must have been previously uploaded via TASK_UPLOAD_FILE.
OutputIDTypeDescription
Descriptionsdescriptionsarray[object]A set of descriptions corresponding to different moments in the video

#Summarize

Summarize the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_SUMMARIZE
Query (required)querystringA guide to summarize the image
File IDs (required)file_idsarray[string]The IDs of the images to summarize. These must have been previously uploaded via TASK_UPLOAD_FILE.
OutputIDTypeDescription
ResponseresponsestringA text responding to the query

#Upload File

Upload file.

InputIDTypeDescription
Task ID (required)taskstringTASK_UPLOAD_FILE
File (required)filestringThe file to upload. Accepted formats are JPEG and PNG for images or MP4 for videos
OutputIDTypeDescription
File IDfile_idstringThe ID to reference the file in queries

Last updated: 4/29/2024, 5:53:52 AM